openinx opened a new pull request #1299:
URL: https://github.com/apache/iceberg/pull/1299


   As we have decided to change from `Row` to `RowData` as internal row to read 
and write parquet/avro/orc files. So in theory we will update all those 
`FlinkAvroReader`, `FlinkAvroWriter`, `FlinkParquetReaders`, 
`FlinkParquetWriters`, `TaskWriterFactory` to use `RowData`.  
   
   In this patch, I've introduced a new `RowDataWrapper`  to partition 
`RowData`.   In future (Once one of the flink RowData readers and writers 
(parquet/avro/orc) is ready),  we will remove the deprecated `RowWrapper`. 


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