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


##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/data/ArrayData.java:
##########
@@ -215,9 +215,6 @@ static ElementGetter createElementGetter(LogicalType 
elementType) {
             default:
                 throw new IllegalArgumentException();
         }
-        if (!elementType.isNullable()) {

Review Comment:
   MapData returns ArrayData's for key and value. It does not have a getter for 
entries.



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