geserdugarov commented on code in PR #12120:
URL: https://github.com/apache/hudi/pull/12120#discussion_r1806199811
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/dml/TestInsertTable.scala:
##########
@@ -1702,7 +1702,7 @@ class TestInsertTable extends HoodieSparkSqlTestBase {
| (6, 'a1,1', 10, 1000, "2021-01-05"),
| (7, 'a1,1', 10, 1000, "2021-01-05"),
| (8, 'a1,1', 10, 1000, "2021-01-05"),
- | (9, 'a3,3', 30, 3000, "2021-01-05")
+ | (10, 'a3,3', 30, 3000, "2021-01-05")
Review Comment:
Fixed other test cases and restarted CI by force push.
But this change is done from another reason. During debugging found out
really tricky bug: HUDI-7610. I will search for proper solution separately from
changes proposed in this MR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]