Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
richardc-db committed Dec 2, 2024
1 parent f9fa408 commit 3ee4f29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ abstract class ParquetQuerySuite extends QueryTest with ParquetTest with SharedS
val expected = spark.range(0, 5)
.selectExpr("concat(cast(id % 2 as string), 'a') as partCol")
.collect()

checkAnswer(df, expected)
}
}
Expand Down

0 comments on commit 3ee4f29

Please sign in to comment.