wuchong commented on a change in pull request #8872: [FLINK-12977][table]Port 
CsvTableSource to api-java-bridge
URL: https://github.com/apache/flink/pull/8872#discussion_r299296911
 
 

 ##########
 File path: flink-python/pyflink/table/sinks.py
 ##########
 @@ -49,24 +49,20 @@ class CsvTableSink(TableSink):
     :param write_mode: The write mode to specify whether existing files are 
overwritten or not.
     """
 
-    def __init__(self, field_names, field_types, path, field_delimiter=',', 
num_files=1,
+    def __init__(self, field_names, field_types, path, field_delimiter=',', 
num_files=-1,
 
 Review comment:
   @dianfu could you have a look at the pyflink changes?

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


With regards,
Apache Git Services

Reply via email to