davidradl commented on code in PR #28074:
URL: https://github.com/apache/flink/pull/28074#discussion_r3196254891
##########
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:
I am curious why this is only top level. Is this top level piece a Flink
planner restriction?
--
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]