amogh-jahagirdar opened a new pull request, #14:
URL: https://github.com/apache/iceberg-rust/pull/14

   This change updates the id_lookup table in `StructType` to be a HashMap 
implementation instead of BTreeMap. Since there won't be a need to do min/max 
or any kind of ordering, a `BTreeMap` shouldn't be necessary, and lookups for a 
field based on id can just be done in O(1).
   
   cc: @JanKaul @Xuanwo @Fokko 


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