rdsr commented on a change in pull request #207: Add external schema mappings
for files written with name-based schemas #40
URL: https://github.com/apache/incubator-iceberg/pull/207#discussion_r329208833
##########
File path: core/src/main/java/org/apache/iceberg/avro/BuildAvroProjection.java
##########
@@ -219,6 +222,7 @@ public Schema map(Schema map, Supplier<Schema> value) {
// element was changed, create a new map
if (valueSchema != map.getValueType()) {
+ // TODO: we do not copy field ids here
Review comment:
That's ok. It was just messing with my testing, making it slightly more
complex. I've let comments in my testing code to highlight the problem
----------------------------------------------------------------
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]