rdblue commented on issue #207: Add external schema mappings for files written 
with name-based schemas #40
URL: https://github.com/apache/incubator-iceberg/pull/207#issuecomment-511230668
 
 
   @rdsr, thanks for your patience. This looks like a great start.
   
   I made a few specific comments. In addition, I think we may want to apply 
the schema mapping differently. Instead of building an Avro schema with IDs, 
why not add an optional mapping to the conversion from Avro to Iceberg schema? 
Then that conversion could drop fields that don't have IDs, either embedded in 
the schema or from a mapping. I think that would fit a bit more cleanly because 
it would not be creating an intermediate file schema. It would be producing the 
Iceberg equivalent of the Avro schema instead. What do you think?

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to