waterlx commented on issue #856: URL: https://github.com/apache/incubator-iceberg/pull/856#issuecomment-617082172
Some progress of Flink Iceberg sink in case you are interested: 1. S3 and AWS SDK are removed, while FileIO is used instead. So https://github.com/apache/incubator-iceberg/issues/872 is closed. 2. The usage of Avro and IndexedRecord is almost removed. The input of sink accepted is Record/GenericRecord within Iceberg; For other inputs, RecordSerializer is supposed to be implemented accordingly. 3. Working on clearing up VTTS and watermark related code. It has something to do with Avro and is the last dependent on Avro. PR is updated with basic functions verified, but still not for detailed review yet. Hopefully I will get a clean version by the end of this week. @jerryshao @chenjunjiedada @openinx @aokolnychyi @bowenli86 @stevenzwu @rdblue FYI ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org