wuchong commented on a change in pull request #14633: URL: https://github.com/apache/flink/pull/14633#discussion_r563157652
########## File path: flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/planner/codegen/GenerateUtils.scala ########## @@ -909,6 +908,62 @@ object GenerateUtils { |} """.stripMargin compares += code + }) + compares.mkString + } + + /** + * Generates code for comparing row keys. + * TODO: Remove this after [[MultiFieldRangeBoundComparatorCodeGenerator]] + * is refactored using SortSpec. + */ + def generateRowCompare( Review comment: It seems this method is not used. Is it introduced by accident? ---------------------------------------------------------------- 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