Au-Miner commented on code in PR #28074:
URL: https://github.com/apache/flink/pull/28074#discussion_r3207972671


##########
flink-python/src/main/java/org/apache/flink/table/runtime/typeutils/serializers/python/RowDataSerializer.java:
##########
@@ -225,5 +226,32 @@ public TypeSerializerSchemaCompatibility<RowData> 
resolveSchemaCompatibility(
 
             return intermediateResult.getFinalResult();
         }
+
+        /**
+         * Returns true when new field types are structurally equal to old 
ones ignoring top-level

Review Comment:
   Yes, I have modified the top-level detection and replaced it with cascading 
detection. If there is a transformation from 'null' to 'not null', even sub 
fields will be rejected



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