chenjunjiedada opened a new issue #1215:
URL: https://github.com/apache/iceberg/issues/1215


   Currently, the `FlinkParquetWriters` extends the `BaseParquetWriters` which 
is used for the generic records, while the Flink app can't ensure the types in 
`Row` can be transformed to Iceberg types like what `RandomDataGenerator` does. 
According to Flink 
[doc](https://ci.apache.org/projects/flink/flink-docs-release-1.11/dev/table/types.html)
 the types in `Row` is not compatible with Iceberg types. So, instead of 
extending the `BaseParquetWriters` it should build with a `flink` schema 
visitor as SparkParquetWriters.  @openinx @JingsongLi @rdblue , What do you 
think?


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to