cshuo commented on code in PR #13078:
URL: https://github.com/apache/hudi/pull/13078#discussion_r2051998626
##########
hudi-client/hudi-flink-client/src/main/java/org/apache/hudi/table/HoodieFlinkCopyOnWriteTable.java:
##########
@@ -431,6 +434,20 @@ public HoodieRestoreMetadata restore(HoodieEngineContext
context, String restore
// -------------------------------------------------------------------------
// Used for compaction
// -------------------------------------------------------------------------
+
+ @Override
+ public List<WriteStatus> compactUsingFileGroupReader(
+ String instantTime,
+ CompactionOperation operation,
+ HoodieWriteConfig writeConfig,
+ HoodieReaderContext readerContext) {
+ config.setDefault(writeConfig);
Review Comment:
Just follows HoodieSparkCopyOnWriteTable#compactUsingFileGroupReader
--
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]