linliu-code commented on code in PR #13533:
URL: https://github.com/apache/hudi/pull/13533#discussion_r2217447354


##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestMORDataSource.scala:
##########
@@ -226,7 +247,7 @@ class TestMORDataSource extends HoodieSparkClientTestBase 
with SparkDatasetMixin
     // incremental view
     // validate incremental queries only for table version 8
     // 1.0 reader (table version 8) supports incremental query reads using 
completion time
-    if (tableVersion.equals("EIGHT")) {
+    if (tableVersion.equals("CURRENT") || tableVersion.equals("EIGHT")) {

Review Comment:
   Done.



##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestMORDataSource.scala:
##########
@@ -321,7 +342,7 @@ class TestMORDataSource extends HoodieSparkClientTestBase 
with SparkDatasetMixin
     // incremental query from commit2Time
     // validate incremental queries only for table version 8
     // 1.0 reader (table version 8) supports incremental query reads using 
completion time
-    if (tableVersion.equals("EIGHT")) {
+    if (tableVersion.equals("CURRENT") || tableVersion.equals("EIGHT")) {

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]

Reply via email to