https://delta.io logo
j

John Darrington

05/10/2023, 9:12 PM
The concurrency control specified here - https://docs.delta.io/latest/concurrency-control.html - is really only if you're using Spark right? Not if, lets say, you're using the low level Rust library to interact directly?
d

Dominique Brezinski

05/10/2023, 10:35 PM
It applies to everything that interacts with the table, irrespective of runtime, language, or frameework.
The mentioned exceptions are how Spark handles transactional failures, but any implementation will need a way to present failures to the user, given that it is optimistic concurrency.
j

John Darrington

05/11/2023, 1:05 AM
ah
thanks
2 Views