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/31 10:56:56 UTC

[GitHub] [incubator-iceberg] andrei-ionescu edited a comment on issue #585: Fix Iceberg Reader for nested partitions (#575)

andrei-ionescu edited a comment on issue #585: Fix Iceberg Reader for nested partitions (#575)
URL: https://github.com/apache/incubator-iceberg/pull/585#issuecomment-548311196
 
 
   @rdblue If you look at this line (https://github.com/apache/incubator-iceberg/pull/585/files#diff-e6baf84fa0dea08f3457433c123f784fR393) in the test  added you'll see that the partition is not flattened as you expected.
   
   Given your example the output would be: `{"id": 1, "info": {"type": "x"} }`. The test checks exactly this - it make sure that we keep the nesting as it is.

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