You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/04/21 06:59:32 UTC

[GitHub] [incubator-iceberg] waterlx opened a new issue #943: Bypass the conversion to/from intermediate format if not needed

waterlx opened a new issue #943:
URL: https://github.com/apache/incubator-iceberg/issues/943


   For Flink Iceberg sink, we used GenericRecord/Record as the intermediate format between input and writing to DataFile.
   But this conversion is not needed when the input format is Avro IndexedRecord, and we are also writing to a DataFile with Avro format.
   See [this](https://github.com/apache/incubator-iceberg/issues/870#issuecomment-608041202) comment


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [incubator-iceberg] waterlx commented on issue #943: Bypass the conversion to/from intermediate format if not needed

Posted by GitBox <gi...@apache.org>.
waterlx commented on issue #943:
URL: https://github.com/apache/incubator-iceberg/issues/943#issuecomment-616993986


   Seems need some help to include this issue to the milestone of "Flink Sink" 


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org