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/07/06 06:55:32 UTC

[GitHub] [iceberg] rdsr edited a comment on pull request #1164: Parquet: Fix NPE in value reader building for projections

rdsr edited a comment on pull request #1164:
URL: https://github.com/apache/iceberg/pull/1164#issuecomment-654050168


   I was trying to look into why this was only a failure for Parquet. I might be wrong here, but It seems that for ORC and Avro were are building the readerFuncs in `TestReadProjection.writeAndRead` using Iceberg expected schema and format specific read schemas, whereas in Parquet we are using Iceberg expected schemas and the format specific **file** schema. Any thoughts on why that is the case?


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