twalthr commented on a change in pull request #14174:
URL: https://github.com/apache/flink/pull/14174#discussion_r534117838



##########
File path: 
flink-core/src/main/java/org/apache/flink/api/common/io/GenericCsvInputFormat.java
##########
@@ -300,14 +300,14 @@ protected void setFieldsGeneric(boolean[] includedMask, 
Class<?>[] fieldTypes) {
        // 
--------------------------------------------------------------------------------------------
        //  Runtime methods
        // 
--------------------------------------------------------------------------------------------
-       
+
        @Override
-       public void open(FileInputSplit split) throws IOException {
-               super.open(split);
+       public void initializeSplit(FileInputSplit split, Long offset) throws 
IOException {

Review comment:
       yes, I think we should fix this everywhere. it might be included in 1.12 
if we have another RC




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to