lxy-9602 commented on code in PR #8392:
URL: https://github.com/apache/paimon/pull/8392#discussion_r3519815438


##########
paimon-core/src/main/java/org/apache/paimon/schema/SchemaValidation.java:
##########
@@ -658,6 +661,77 @@ private static void validateMapStorageLayout(TableSchema 
schema, CoreOptions opt
             }
             options.mapSharedShreddingMaxColumns(fieldName);
         }
+
+        if (hasSharedShredding) {
+            validateMapSharedShreddingFileFormats(options);

Review Comment:
   Thanks for the review, addressed now.



##########
paimon-core/src/main/java/org/apache/paimon/schema/SchemaValidation.java:
##########
@@ -658,6 +661,77 @@ private static void validateMapStorageLayout(TableSchema 
schema, CoreOptions opt
             }
             options.mapSharedShreddingMaxColumns(fieldName);
         }
+
+        if (hasSharedShredding) {
+            validateMapSharedShreddingFileFormats(options);

Review Comment:
   Thanks for the review, fixed now.



-- 
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]

Reply via email to