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


##########
flink-libraries/flink-state-processing-api/src/main/java/org/apache/flink/state/table/SavepointConnectorOptions.java:
##########
@@ -35,6 +35,7 @@ public class SavepointConnectorOptions {
     public static final String STATE_TYPE = "state-type";
     public static final String MAP_KEY_FORMAT = "map-key-format";
     public static final String VALUE_FORMAT = "value-format";
+    public static final String VALUE_TYPE_INFO_FACTORY = 
"value-type-info-factory";

Review Comment:
   I think we should also add `key-type-info-factory` to handle pojo/custom Map 
state keys. While this is not extremely common it's otherwise fully supported 
and very easy to do from a user perspective



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