Skip to content

Commit

Permalink
fix uts
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyang-li committed Aug 15, 2024
1 parent 924fc66 commit 39ee9ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ class GlutenClickHouseNativeWriteTableSuite
""".stripMargin
val insert_sql =
s"""INSERT overwrite $table_name VALUES
| (6, null, null, null);
| (id, null, null, null) from range(10);
""".stripMargin
val select_sql = s"select * from $table_name"
val drop_sql = s"drop table $table_name"
Expand Down

0 comments on commit 39ee9ca

Please sign in to comment.