JingsongLi commented on code in PR #7832:
URL: https://github.com/apache/paimon/pull/7832#discussion_r3353752720
##########
paimon-core/src/main/java/org/apache/paimon/operation/AbstractFileStoreWrite.java:
##########
@@ -167,6 +169,15 @@ public void withCompactExecutor(ExecutorService
compactExecutor) {
@Override
public void write(BinaryRow partition, int bucket, T data) throws
Exception {
+ if (compactOnly) {
Review Comment:
Why do we need to intercept here?
--
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]