ex00 commented on a change in pull request #5862: [FLINK-2435] User-defined 
types in CsvReader
URL: https://github.com/apache/flink/pull/5862#discussion_r221243381
 
 

 ##########
 File path: 
flink-core/src/main/java/org/apache/flink/api/java/typeutils/TypeExtractor.java
 ##########
 @@ -129,7 +129,7 @@ protected TypeExtractor() {
        //  TypeInfoFactory registry
        // 
--------------------------------------------------------------------------------------------
 
-       private static Map<Type, Class<? extends TypeInfoFactory>> 
registeredTypeInfoFactories = new HashMap<>();
+       public static Map<Type, Class<? extends TypeInfoFactory>> 
registeredTypeInfoFactories = new HashMap<>();
 
 Review comment:
   For what is it chages?

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