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

   > Im not 100% sure, perhaps the metadata table does the transformation. 
   > 
   > https://iceberg.apache.org/docs/latest/spark-queries/#partitions
   
   I think you are correct. 
   
   Physically, the integer value stored is days since epoch. But Spark encodes 
the type of the day transformed partition field in the metadata file as date 
type. On the other hand, for other transforms Spark conforms to the Iceberg 
spec. Strange.


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