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


##########
hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/MergeIntoHoodieTableCommand.scala:
##########
@@ -495,7 +495,8 @@ case class MergeIntoHoodieTableCommand(mergeInto: 
MergeIntoTable) extends Hoodie
       && updatingActions.nonEmpty
       && (parameters.getOrElse(HoodieWriteConfig.WRITE_TABLE_VERSION.key, 
HoodieTableVersion.current().versionCode().toString).toInt
       >= HoodieTableVersion.EIGHT.versionCode())
-      && !useGlobalIndex(parameters))
+      && !useGlobalIndex(parameters)

Review Comment:
   Correct. Based on Sagar's investigation on the fix, he suggested the right 
fix is to use fg reader to replace the merge logic in `HoodieMergedReadHandle`. 
 So we decide to disable it for now until we fix it.



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