leonardBang commented on a change in pull request #16020:
URL: https://github.com/apache/flink/pull/16020#discussion_r671772037



##########
File path: 
flink-table/flink-table-common/src/main/java/org/apache/flink/table/types/logical/StructuredType.java
##########
@@ -294,7 +294,7 @@ public StructuredType build() {
 
     private final boolean isInstantiable;
 
-    private final StructuredComparision comparision;
+    private final StructuredComparison comparision;

Review comment:
       Sure, and I found this typo also exists in `LogicalTypeJsonDeserializer` 
which will fail when users reload execution graph from json plan if we change 
it now. But luckily there's no user use it now, we can fix it.
   Thus, it should be safe, and  I'll backport the hotfix commit to 1.13 too.




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