nsivabalan commented on code in PR #13295:
URL: https://github.com/apache/hudi/pull/13295#discussion_r2109579493
##########
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:
I just leaving it as placeholder for reviewers to understand where the
change might come in later. we will fix this in subsequent 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]