Skip to content

Commit

Permalink
hudi-bot restart
Browse files Browse the repository at this point in the history
  • Loading branch information
Zouxxyy committed Oct 18, 2022
1 parent d549364 commit 562b126
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -923,7 +923,7 @@ class TestInsertTable extends HoodieSparkSqlTestBase {
| preCombineField = 'ts',
| type = '$tableType'
| )
""".stripMargin)
""".stripMargin)
spark.sql(s"insert into $tableName partition(dt='2021-12-25') values (1, 'a1', 10, 1000)")
checkAnswer(s"select id, name, price, ts, dt from $tableName")(
Seq(1, "a1", 10, 1000, "2021-12-25")
Expand Down

0 comments on commit 562b126

Please sign in to comment.