Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
苏承祥 committed Jul 8, 2022
1 parent fb543cd commit a2a4e1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ class TestCopyToTableProcedure extends HoodieSparkSqlTestBase {
| )
""".stripMargin)

// insert data to table
// insert 4 rows data to table
spark.sql(s"insert into $tableName select 1, 'a1', 10, 1000")
spark.sql(s"insert into $tableName select 2, 'a2', 20, 1500")
spark.sql(s"insert into $tableName select 3, 'a3', 30, 2000")
Expand Down

0 comments on commit a2a4e1c

Please sign in to comment.