steFaiz commented on code in PR #6753:
URL: https://github.com/apache/paimon/pull/6753#discussion_r2596852593
##########
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/FlinkCatalog.java:
##########
@@ -1060,6 +1062,9 @@ public static Schema fromCatalogTable(CatalogBaseTable
catalogTable) {
+ "', you must also set '"
+ CoreOptions.DATA_EVOLUTION_ENABLED.key()
+ "'");
+ checkArgument(
Review Comment:
@JingsongLi Thanks for your advise! I've moved the check logic to
SchemaValidation, so that all engines will share it.
--
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]