Zakelly commented on code in PR #26521:
URL: https://github.com/apache/flink/pull/26521#discussion_r2074652693


##########
flink-libraries/flink-state-processing-api/src/main/java/org/apache/flink/state/table/SavepointDataStreamScanProvider.java:
##########
@@ -110,12 +109,11 @@ public DataStream<RowData> produceDataStream(
                         break;
 
                     case MAP:
-                        if (columnConfig.getMapKeyFormat() == null) {
+                        if (columnConfig.getMapKeyTypeInfo() == null) {

Review Comment:
   nit.
   ```suggestion
                           TypeInformation<?> mapKeyTypeInfo = 
columnConfig.getMapKeyTypeInfo();
                           if (mapKeyTypeInfo == null) {
   ```



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