autophagy commented on code in PR #28886:
URL: https://github.com/apache/flink/pull/28886#discussion_r3729945063


##########
flink-table/flink-table-api-java/src/test/java/org/apache/flink/table/operations/QueryOperationTest.java:
##########
@@ -134,4 +140,52 @@ void testIndentation() {
                                 + "        secondLevel1\n"
                                 + "            thirdLevel1");
     }
+
+    @Test
+    void testWindowPropertiesSharingAnAliasAreAllSerialized() {

Review Comment:
   Is the scenario in this test actually reachable, can 2 window properties 
actually share an alias? iirc the aliases are autogenerated and unique, but I 
might be missing something



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