rdblue commented on issue #585: Fix Iceberg Reader for nested partitions (#575) URL: https://github.com/apache/incubator-iceberg/pull/585#issuecomment-561922578 @andrei-ionescu, I opened https://github.com/andrei-ionescu/incubator-iceberg/pull/1 with the fixes needed for the Parquet path in this PR. Unfortunately, this also changes what the Spark reader expects from data formats, so we will either need to handle Parquet separately (with the changes from my PR) or update Avro to add constant readers as well. Updating Avro is quite a bit harder, so I think it makes sense to separate handling for Parquet and use the existing join approach for Avro data.
---------------------------------------------------------------- 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]
