kevinzwang commented on PR #1208:
URL: https://github.com/apache/iceberg-python/pull/1208#issuecomment-2377884626

   I played around with Spark and inspected the generated metadata. I believe 
the partition value is actually stored in the metadata as date type for day 
transformed partitions. 
   
   The reason why we are getting the right value but just as an integer in the 
test is that the physical type of date type is integer, and pyiceberg coerces 
the metadata table to the types from `Transform.result_type` upon reading them.


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

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