the-other-tim-brown commented on code in PR #13295:
URL: https://github.com/apache/hudi/pull/13295#discussion_r2106074263


##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/table/HoodieSparkTable.java:
##########
@@ -75,6 +75,8 @@ public static <T> HoodieSparkTable<T> 
create(HoodieWriteConfig config,
         hoodieSparkTable = new HoodieSparkCopyOnWriteTable<>(config, context, 
metaClient);
         break;
       case MERGE_ON_READ:
+        // to fix.
+        // if metadata table -> new 
HoodieSparkMergeOnReadMetadataTable<>(config, context, metaClient);

Review Comment:
   Does this need to happen in this PR?



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