lxy-9602 commented on code in PR #8355:
URL: https://github.com/apache/paimon/pull/8355#discussion_r3485139150
##########
paimon-core/src/main/java/org/apache/paimon/append/AppendOnlyWriter.java:
##########
@@ -344,7 +362,13 @@ private RollingFileWriter<InternalRow, DataFileMeta>
createRollingRowWriter() {
FileSource.APPEND,
asyncFileWrite,
statsDenseStore,
- writeCols);
+ writeCols,
+ sharedShredding
+ ? new MapSharedShreddingWritePlanFactory(
Review Comment:
I’ve added e2e coverage for the append-table read/write paths, including
basic shared-shredding MAP read/write, multiple maps, projection, null values
including overflow, metadata restore, and schema/data evolution cases.
Unsupported paths such as rewrite are guarded to fail fast for now; would
appreciate a review when you have time.
--
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]