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

   The partition value is stored in the metadata as int, but the "partition 
metadata table" 
(https://iceberg.apache.org/docs/latest/spark-queries/#partitions) shows the 
partition data as a "timestamp" instead. 
   When querying the "partition metadata table", the int partition value is 
transformed to its "timestamp" representation. 
   
   This is the difference between spark and pyiceberg, as seen in the failed 
test, `test_inspect_partitions_partitioned`.
   
   So perhaps the "partition metadata table" is implemented wrong. 
   
   To verify, we need to find where the transformation, from int to timestamp, 
happens on the spark side


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to