snuyanzin commented on code in PR #26807:
URL: https://github.com/apache/flink/pull/26807#discussion_r2217981326
##########
flink-table/flink-table-runtime/src/test/java/org/apache/flink/table/runtime/operators/over/NonTimeRangeUnboundedPrecedingFunctionTest.java:
##########
@@ -230,6 +230,57 @@ public void testInsertOnlyRecordsWithCustomSortKey()
throws Exception {
validateRows(actualRows, expectedRows);
}
+ @Test
+ public void testInsertOnlyRecordsWithCustomSortKeyAndLongSumAgg() throws
Exception {
Review Comment:
```suggestion
void testInsertOnlyRecordsWithCustomSortKeyAndLongSumAgg() throws
Exception {
```
in fact there is no need for having `public` in case of junit5
--
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]