danielcweeks commented on PR #15045:
URL: https://github.com/apache/iceberg/pull/15045#issuecomment-3751649717

   > Wouldn't requiring different ETag for different snapshot modes make it too 
complicated the ETag generation on server-side?
   
   I don't think this would be difficult because the ETag would could just be 
produced as `hash(metadata_location, snapshot_mode)` which would be trivial to 
compute based on the request.  It doesn't need to be more complicated, just 
distinct across the two.


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