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



##########
File path: 
flink-java/src/test/java/org/apache/flink/api/java/io/CsvInputFormatTest.java
##########
@@ -369,8 +396,8 @@ public void readMixedQuotedStringFields() {
                        final CsvInputFormat<Tuple3<String, String, String>> 
format = new TupleCsvInputFormat<Tuple3<String, String, String>>(PATH, "\n", 
"|", typeInfo);
 
                        final Configuration parameters = new Configuration();
-                       format.configure(parameters);
                        format.enableQuotedStringParsing('@');
+                       format.configure(parameters);

Review comment:
       I think what the docs mean is first after the format was deserialized 
and before open. But this assumes that the user has already set any properties 
that might be used during configure.




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