-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support writes to Delta tables concurrently with Spark #14953
Comments
thanks @tvamsikalyan - I'll be glad to work with folks on enabling this! |
I am happy to help out as well. It would be great if Trino connector starts using Delta Standalone for reading the Delta Log. Then the DynamoDB multi-cluster write solution will be available for free, as it works with any connector using Delta Standalone. |
Switching the connector to use the DSR would be a pretty big overhaul. Is the protocol for how the engine should interact with DynamoDB to check/set table locks documented somewhere? If it's not too complicated, implementing a TransactionLogSynchronizer would probably be easier. |
Having lock compatibility with the open source Delta Spark implementation would be really great to have though. |
Here's the design document for the |
Any updates ?delta-io/delta#1498 |
Delta lake supports multi cluster setup using Spark that supports concurrent writes to S3 from multiple clusters . Please see multi cluster setup for more information.
This ticket is to request similar feature from Trino.
cc: @dennyglee
The text was updated successfully, but these errors were encountered: