rkuhlercadent opened a new issue, #1401:
URL: https://github.com/apache/iceberg-python/issues/1401

   ### Apache Iceberg version
   
   0.8.0 (latest release)
   
   ### Please describe the bug 🐞
   
   Per the Iceberg spec, partition columns with identity transforms should get 
their values from the metadata if not present in the data file. However, 
table.scan returns null values instead.
   
   https://iceberg.apache.org/spec/#column-projection
   
   "Values for field ids which are not present in a data file must be resolved 
according the following rules:
   
   Return the value from partition metadata if an [Identity 
Transform](https://iceberg.apache.org/spec/#partition-transforms) exists for 
the field and the partition value is present in the partition struct on 
data_file object in the manifest. This allows for metadata only migrations of 
Hive tables."
   
   ### Willingness to contribute
   
   - [ ] I can contribute a fix for this bug independently
   - [ ] I would be willing to contribute a fix for this bug with guidance from 
the Iceberg community
   - [X] I cannot contribute a fix for this bug at this time


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

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to