dawidwys commented on a change in pull request #7777:  [FLINK-9964][table] Add 
a full RFC-compliant CSV table format factory
URL: https://github.com/apache/flink/pull/7777#discussion_r258944983
 
 

 ##########
 File path: 
flink-formats/flink-csv/src/test/java/org/apache/flink/formats/csv/CsvRowDeSerializationSchemaTest.java
 ##########
 @@ -90,20 +90,20 @@ public void testSerializeDeserialize() throws IOException {
        }
 
        @Test
-       public void testCustomizedProperties() throws IOException {
+       public void testSerializeDeserializeCustomizedProperties() throws 
IOException {
 
-               final Consumer<CsvRowSerializationSchema> serConfig = 
(serSchema) -> {
-                       serSchema.setEscapeCharacter('*');
-                       serSchema.setQuoteCharacter('\'');
-                       serSchema.setArrayElementDelimiter(":");
-                       serSchema.setFieldDelimiter(';');
+               final Consumer<CsvRowSerializationSchema.Builder> serConfig = 
(serSchemaBuilder) -> {
+                       serSchemaBuilder.setEscapeCharacter('*');
 
 Review comment:
   Use the fluent API?

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