Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test
  • Loading branch information
yaooqinn committed Apr 14, 2021
commit 2e6cc1473a1eb37a42b4a02313055b9915c107b3
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ class SQLQuerySuite extends QueryTest with SharedSparkSession with AdaptiveSpark
test("apply schema") {
withTempView("applySchema1", "applySchema2", "applySchema3") {
val schema1 = StructType(
StructField("f1", IntegerType, false) ::
StructField("f0", IntegerType, false) ::
StructField("f2", StringType, false) ::
StructField("f3", BooleanType, false) ::
StructField("f4", IntegerType, true) :: Nil)
Expand Down