Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Weichen Xu <[email protected]>
  • Loading branch information
WeichenXu123 committed Jul 11, 2024
1 parent a204911 commit b29493b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class StringIndexerSuite extends MLTest with DefaultReadWriteTest {
test("StringIndexer.transformSchema nested col") {
val outputCols = Array("output", "output2", "output3", "output4", "output5")
val idxToStr = new StringIndexer().setInputCols(
Array("input1.a.f1", "input.a.f2", "input2.b1", "input2.b2", "input3")
Array("input1.a.f1", "input1.a.f2", "input2.b1", "input2.b2", "input3")
).setOutputCols(outputCols)

val inSchema = DataTypeParser.parseTableSchema(
Expand Down

0 comments on commit b29493b

Please sign in to comment.