linliu-code commented on code in PR #13533:
URL: https://github.com/apache/hudi/pull/13533#discussion_r2217451193
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/dml/others/TestMergeModeCommitTimeOrdering.scala:
##########
@@ -276,7 +279,8 @@ class TestMergeModeCommitTimeOrdering extends
HoodieSparkSqlTestBase {
storage, tmp.getCanonicalPath, expectedMergeConfigs,
nonExistentConfigs)
// TODO(HUDI-8840): enable MERGE INTO with deletes
- val shouldTestMergeIntoDelete = setRecordMergeConfigs &&
tableVersion.toInt == 8
+ val shouldTestMergeIntoDelete = setRecordMergeConfigs &&
+ tableVersion.toInt == HoodieTableVersion.current().versionCode()
Review Comment:
Done.
--
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]