wuchong commented on a change in pull request #8109: [FLINK-12017][table-planner-blink] Support translation from Rank/Deduplicate to StreamTransformation URL: https://github.com/apache/flink/pull/8109#discussion_r275107228
########## File path: flink-table/flink-table-runtime-blink/src/test/java/org/apache/flink/table/runtime/window/WindowOperatorTest.java ########## @@ -70,10 +69,10 @@ // For counting if close() is called the correct number of times on the SumReducer private static AtomicInteger closeCalled = new AtomicInteger(0); - private InternalType[] inputFieldTypes = new InternalType[]{ + private InternalType[] inputFieldTypes = new InternalType[] { InternalTypes.STRING, InternalTypes.INT, - InternalTypes.LONG}; + InternalTypes.LONG }; Review comment: Revert the code format in this file. I think the original format is correct. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services