rdblue commented on issue #585: Fix Iceberg Reader for nested partitions (#575) URL: https://github.com/apache/incubator-iceberg/pull/585#issuecomment-563352118 @andrei-ionescu, this hasn't been updated to handle Avro and Parquet differently. This changes Parquet to use partition values from each DataFile, but it does not update Avro (or ORC). That's why Avro needs to use the same logic as before, with a joined row. This should also test that reading a data file without the partition columns works for both Avro and Parquet.
---------------------------------------------------------------- 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]
