wjones127 commented on issue #4880:
URL: https://github.com/apache/arrow-rs/issues/4880#issuecomment-1741173533

   FWIW, the DynamoDB lock protocol hasn't become the preferred protocol for 
Delta Lake or Lance, mostly because of the dangers of lease-based locks. Spark 
Delta Lake went with a slightly different protocol, [described in this 
doc](https://docs.google.com/document/d/1Gs4ZsTH19lMxth4BSdwlWjUNR-XhKHicDvBjd2RqNd8/edit#heading=h.mjjuxw9mcz9h).
 In Lance we did something similar. delta-rs still uses dynamodb-lock, but will 
eventually move to match the protocol used by Spark Delta Lake.
   
   That being said, offering something decent out-of-the-box for S3 might be 
nice.


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

Reply via email to