JingsongLi commented on code in PR #4638:
URL: https://github.com/apache/paimon/pull/4638#discussion_r1869476947


##########
paimon-core/src/main/java/org/apache/paimon/schema/SchemaManager.java:
##########
@@ -254,6 +246,41 @@ public TableSchema createTable(Schema schema, boolean 
ignoreIfExistsSame) throws
         }
     }
 
+    private TableSchema mergeSchemaForExternalTable(TableSchema oldSchema, 
Schema newSchema)

Review Comment:
   automatic inference is just inference, not to update schema of the storage.
   
   How about iceberg and delta?



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