voonhous commented on code in PR #19713:
URL: https://github.com/apache/hudi/pull/19713#discussion_r3852165815


##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/spark/sql/hudi/dml/others/TestPartialUpdateForMergeInto.scala:
##########
@@ -732,12 +732,144 @@ class TestPartialUpdateForMergeInto extends 
HoodieSparkSqlTestBase {
     }
   }
 
+  // A partial update names only the columns being changed, so the record key 
is normally absent

Review Comment:
   Two more on that test while you are there: line 634 sets 
`hoodie.index.global.index.enable`, which is not a config anywhere in the tree, 
so it is silently dropped. And `TestMergeIntoTable.scala:1496-1498` has its MOR 
rows commented out citing HUDI-8835, fixed 2025-05-15 by #13263; that table is 
partitioned, partial-update, has no preCombineField and already sets the 
small-file limit to 0.
   
   Could we re-enable those two rows instead of adding a commit-time-ordering 
cell here?



-- 
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