igalshilman commented on a change in pull request #7759: 
[FLINK-11485][FLINK-10897] POJO state schema evolution / migrate PojoSerializer 
to use new compatibility APIs
URL: https://github.com/apache/flink/pull/7759#discussion_r258410550
 
 

 ##########
 File path: flink-core/src/main/java/org/apache/flink/util/OptionalMap.java
 ##########
 @@ -36,7 +36,7 @@
  * An OptionalMap is an order preserving map (like {@link LinkedHashMap}) 
where keys have a unique string name, but are
  * optionally present, and the values are optional.
  */
-final class OptionalMap<K, V> {
+public final class OptionalMap<K, V> {
 
 Review comment:
   Should we mark it as a `@Internal`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to