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

   Thanks for taking this on!
   
   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.
   
   Serialization should be fine.


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