davidradl commented on code in PR #26616:
URL: https://github.com/apache/flink/pull/26616#discussion_r2115606722


##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/utils/LookupJoinUtil.java:
##########
@@ -209,23 +210,30 @@ public static class AsyncLookupOptions {
         public static final String FIELD_NAME_CAPACITY = "capacity ";
         public static final String FIELD_NAME_TIMEOUT = "timeout";
         public static final String FIELD_NAME_OUTPUT_MODE = "output-mode";
+        public static final String FIELD_NAME_KEY_ORDERED_MODE = 
"key-ordered-mode";

Review Comment:
   why is this variable called a mode. I suggest IS_FIELD_NAME_KEY_ORDERED



-- 
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