csurong commented on code in PR #29245:
URL: https://github.com/apache/flink/pull/29245#discussion_r4059102688


##########
flink-python/pyflink/dataframe/dataframe.py:
##########
@@ -1369,6 +1369,125 @@ def columns(self) -> List[str]:
 
     # ======================== I/O ========================
 
+    @PublicEvolving()
+    def write_parquet(

Review Comment:
   Agreed. I went through the connector and format options and added parameters 
for sink parallelism, inactivity rolling, JSON parsing/timestamps, and Parquet 
UTC conversion. All four helpers now also accept `connector_options` and 
`format_options` for options without a dedicated parameter.



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

To unsubscribe, e-mail: [email protected]

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

Reply via email to