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


##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/api/dataview/MapView.java:
##########
@@ -119,7 +119,7 @@ public void setMap(Map<K, V> map) {
     /**
      * Return the value for the specified key or {@code null} if the key is 
not in the map view.
      *
-     * @param key The look up key.
+     * @param key The lookup key.

Review Comment:
   nit: I wonder if we should nor use lookup key - as this means something else 
for lookup queries. Maybe copy Java Map.get and say  "the key whose associated 
value is to be returned".
   
   



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

Reply via email to