https://delta.io logo
j

Jonathan Byrd

07/05/2023, 4:07 PM
hello everyone, we are trying to determine if there's a C# (.NET) library for reading/querying delta files (or at least parquet), and the experiences with the community of using it. It looks like there are NuGet packages for reading delta, but they appear to be Azure Synapse, delta specific. Parquet may be sufficient since we can't see a use-case to utilize delta versioning, etc.
d

Dominique Brezinski

07/05/2023, 7:08 PM
Delta is not just about versioning, it is about transactional consistency of writes and reads of the parquet.
1
j

Jonathan Byrd

07/06/2023, 5:10 PM
yes, love all that stuff, but looking for a library
d

Dominique Brezinski

07/06/2023, 5:19 PM
Not that I know of. Delta-rs seems like a good candidate to write C# bindings to. Have no idea if anyone has taken a look at that.