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/10/06 17:06:50 UTC

[GitHub] [iceberg] rdblue commented on issue #1555: Add AvroRecordTaskWriterFactory for Flink sink

rdblue commented on issue #1555:
URL: https://github.com/apache/iceberg/issues/1555#issuecomment-704417913


   I would rather not use the Avro object model upstream, since it has some serious problems:
   * No support for date/time types
   * No support for decimal
   * No support for non-string map keys
   
   And, accepting Avro records introduces issues when users have records with unsupported union types.
   
   How about using the Iceberg generic records upstream instead?


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