Skip to content
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 reading and writing data with the Arrow format #354

Merged
merged 19 commits into from
Sep 11, 2023

Conversation

adamreeve
Copy link
Contributor

@adamreeve adamreeve commented Jun 9, 2023

This PR adds support for reading Parquet files as Arrow data, and writing Arrow data to Parquet.

This uses the Arrow reading and writing functionality from the Arrow Parquet C++ library and passes Arrow data between C++ and .NET using the Arrow C Data Interface, without needing to copy it.

I've also added new benchmarks that use Arrow data and fixed the benchmarks so that they run when Check.Enabled is set to true.

csharp/Arrow/FileReader.cs Show resolved Hide resolved
csharp/Arrow/ArrowTimeUnit.cs Outdated Show resolved Hide resolved
@adamreeve adamreeve merged commit 4fdc979 into G-Research:master Sep 11, 2023
29 checks passed
@adamreeve adamreeve deleted the arrow branch September 11, 2023 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants