ajantha-bhat commented on issue #6244:
URL: https://github.com/apache/iceberg/issues/6244#issuecomment-1323230663

   > Does that mean iceberg is not storing the metadata correctly?
   
   lower bounds and upper bounds are stored as byte arrays in the manifest 
files. Hence, what you are seeing is the bytearray string representation which 
is not human readable. But during file pruning these values are converted back 
to proper data types and compared. 
   
   We can enhance these metadata tables to show actual values. I believe 
@szehon-ho has an open PR for this.


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