lxy-9602 commented on code in PR #8355:
URL: https://github.com/apache/paimon/pull/8355#discussion_r3478675996
##########
paimon-core/src/main/java/org/apache/paimon/operation/BaseAppendFileStoreWrite.java:
##########
@@ -155,7 +163,8 @@ protected RecordWriter<InternalRow> createWriter(
options.asyncFileWrite(),
options.statsDenseStore(),
options.dataEvolutionEnabled(),
- blobContext);
+ blobContext,
+ sharedShreddingContext);
Review Comment:
Thanks for catching this! I added an explicit guard for now: compact rewrite
and cluster rewrite will fail fast when MAP shared-shredding is configured.
--
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]