ZENOTME commented on issue #36:
URL: https://github.com/apache/iceberg-rust/issues/36#issuecomment-1685638262

   > There is one issue with the upper & lower bounds. The upper and lower 
bounds are stored as bytes, which can only be interpreted with the schema. So 
we will not be able to deserialize directly into the unified view. There needs 
to be a function which takes the schema into account.
   
   > Alternatively we could store the bytes in the unified view, but I think 
that's not the way to go.
   
   Yes, I agree with you. Maybe we can store the bytes in representation of 
serde first. And then take the schema to interpreted them to unified view in 
memory.


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