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 2019/10/22 03:13:06 UTC

[GitHub] [incubator-iceberg] rdsr opened a new issue #570: Make field access by name work for Avro schema and record apis in Avro generics module

rdsr opened a new issue #570: Make field access by name work for Avro schema and record apis in Avro generics module
URL: https://github.com/apache/incubator-iceberg/issues/570
 
 
   #207 introduced a change where fields name in a schema can change resulting in field access by name breaking. The detailed issue [with potential solutions] is described [here](https://github.com/apache/incubator-iceberg/pull/207#discussion_r337276240) by @rdblue 
   
   One potential solution is to figure out how to pass a slightly different schema when building the [resolving decoder](https://github.com/apache/incubator-iceberg/blob/master/data/src/main/java/org/apache/iceberg/data/avro/DataReader.java#L89-L95) 

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


With regards,
Apache Git Services

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