stevenzwu commented on PR #6557: URL: https://github.com/apache/iceberg/pull/6557#issuecomment-1379226025
> Iceberg shades the Avro version. I updated the Flink doc in this PR already and pointed out that `iceberg-flink-runtime` shaded bundle jar shouldn't be used in this case, as it shade the Avro package. Instead non-shaded `iceberg-flink` jar should be used. > Sometimes the Iceberg schema is not exactly the same as the Avro schema This probably can be addressed separately using named mapping. Here the assumption is that the output Avro schema should be same as the Iceberg schema. > We often need transformation in both direction: > - When writing then Avro to RowData > - When reading then RowData to Avro This PR only addresses the write part: Avro to RowData. I will create a separate PR for the read path. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
