wuchong commented on a change in pull request #13426:
URL: https://github.com/apache/flink/pull/13426#discussion_r491782475



##########
File path: 
flink-formats/flink-csv/src/test/java/org/apache/flink/formats/csv/CsvRowDataSerDeSchemaTest.java
##########
@@ -331,6 +364,16 @@ private Row testDeserialization(
                        .toExternal(deserializedRow);
        }
 
+       private void testSerDeConsistency(
+               RowData originalRow,
+               CsvRowDataSerializationSchema.Builder serSchemaBuilder,
+               CsvRowDataDeserializationSchema.Builder deserSchemaBuilder) 
throws Exception {

Review comment:
       Add one more indent for method arguments. 




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to