danny0405 commented on code in PR #12390:
URL: https://github.com/apache/hudi/pull/12390#discussion_r1865538714
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/table/HoodieSparkCopyOnWriteTable.java:
##########
@@ -264,6 +269,24 @@ public Iterator<List<WriteStatus>> handleInsert(
return Collections.singletonList(createHandle.close()).iterator();
}
+ @Override
+ public boolean supportsFileGroupReader() {
+ return true;
+ }
+
+ @Override
+ public List<WriteStatus> runCompactionUsingFileGroupReader(String
instantTime,
Review Comment:
Why we implement the compaction on COW table?
--
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]