snuyanzin commented on a change in pull request #18287: URL: https://github.com/apache/flink/pull/18287#discussion_r787556416
########## File path: flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/codegen/ExprCodeGenerator.scala ########## @@ -722,9 +722,9 @@ class ExprCodeGenerator(ctx: CodeGeneratorContext, nullableInput: Boolean) case ARRAY_VALUE_CONSTRUCTOR => generateArray(ctx, resultType, operands) - // maps and multisets - case MAP_VALUE_CONSTRUCTOR | MULTISET_VALUE => - generateMapOrMultiset(ctx, resultType, operands) + // maps + case MAP_VALUE_CONSTRUCTOR => Review comment: hi @twalthr , thanks for highlighting this yes I will try to handle this -- 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