snuyanzin commented on code in PR #20850:
URL: https://github.com/apache/flink/pull/20850#discussion_r993071814


##########
flink-table/flink-table-planner/src/test/resources/org/apache/flink/table/planner/catalog/JavaCatalogTableTest.xml:
##########
@@ -76,12 +75,11 @@ LogicalProject(EXPR$0=[$0])
     </Resource>
     <Resource name="optimized exec plan">
       <![CDATA[
-GroupWindowAggregate(window=[TumblingGroupWindow('w, proctime, 600000)], 
select=[COUNT($f3) AS EXPR$0])
+GroupWindowAggregate(window=[TumblingGroupWindow('w, proctime, 600000)], 
select=[COUNT(*) AS EXPR$0])

Review Comment:
   here probably I would love to get some input how I can check it or where to 
read how to check 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]

Reply via email to