dawidwys commented on code in PR #23878:
URL: https://github.com/apache/flink/pull/23878#discussion_r1417478356


##########
flink-table/flink-table-planner/src/test/resources/restore-tests/stream-exec-rank_1/rank-test/plan/rank-test.json:
##########
@@ -81,19 +52,20 @@
     },
     "orderBy" : {
       "fields" : [ {
-        "index" : 0,
+        "index" : 2,
         "isAscending" : true,
         "nullIsLast" : false
       } ]
     },
     "rankRange" : {
-      "type" : "Variable",
-      "endIndex" : 0
+      "type" : "Constant",
+      "start" : 1,
+      "end" : 1
     },
     "rankStrategy" : {
       "type" : "AppendFast"
     },
-    "outputRowNumber" : true,
+    "outputRowNumber" : false,

Review Comment:
   > What is useful here? Adding coverage for the two (or three, if Undefined 
is possible) RankProcessStrategys and testing the other RankTypes?
   
   This sounds reasonable, yes



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to