How to load Parquet driver? #138
-
How would I go about adding the Parquet driver? |
Beta Was this translation helpful? Give feedback.
Answered by
MaxRev-Dev
Jun 28, 2024
Replies: 1 comment
-
It's available via VCPKG https://vcpkg.io/en/package/arrow.html |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MaxRev-Dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's available via VCPKG https://vcpkg.io/en/package/arrow.html
You will need to update the list of drivers here with
"arrow[parquet"
Then compile for the specific runtime. See Readme files in runtime directory and CI workflows.
I can try to run it in CI next week, but I can't promise publishing if it won't compile and will require more work.