vinothchandar commented on code in PR #13298:
URL: https://github.com/apache/hudi/pull/13298#discussion_r2103551304
##########
hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/table/HoodieFlinkTable.java:
##########
@@ -100,6 +100,9 @@ protected HoodieIndex getIndex(HoodieWriteConfig config,
HoodieEngineContext con
protected Option<HoodieTableMetadataWriter> getMetadataWriter(
String triggeringInstantTimestamp,
HoodieFailedWritesCleaningPolicy failedWritesCleaningPolicy) {
+ if (isMetadataTable()) {
+ return Option.empty();
Review Comment:
we should throw an error from here? so it never reaches this sort of
condition?
--
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]