Vancior commented on code in PR #20383:
URL: https://github.com/apache/flink/pull/20383#discussion_r934082286


##########
flink-python/pyflink/datastream/formats/csv.py:
##########
@@ -131,7 +131,7 @@ def add_columns_from(self, schema: 'CsvSchema') -> 
'CsvSchemaBuilder':
         :param schema: Another :class:`CsvSchema`.
         """
         self._j_schema_builder.addColumnsFrom(schema._j_schema)
-        for field in cast(schema._data_type, RowType):

Review Comment:
   I could add this in the CSV PR.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to