adutra commented on PR #12562:
URL: https://github.com/apache/iceberg/pull/12562#issuecomment-3052239562

   > If you have the object, you can produce and identifier string for the key. 
   
   Not always. There is no "session ID" in my use case. You could obviously use 
the object's hash, but how do you handle hash collisions? You could also 
serialize the object to JSON or some other format, but that would be very 
inefficient.
   
   > you avoid the problems of using objects ask keys (e.g. properly 
implementing hashing/equivalence)
   
   We did take care of implementing fast `equals` and `hashCode`.


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to