This repository has been archived by the owner on Jan 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Add Arrow Support #186
Labels
Comments
Closed
I think the next tasks will be:
|
Thanks @liurenjie1024 . Updated the description for some potential tasks. |
I suggest adding an item to update the existing doc to reflect the addition of arrow reader/writer. |
DataFusion has code for loading parquet into arrow ... might be worth
looking at
…On Thu, Nov 8, 2018 at 4:47 AM Ivan ***@***.***> wrote:
I suggest adding an item to update the existing doc to reflect the
addition of arrow reader/writer.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#186 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA5AxEntUdq27cqNRXZ8yJV8FTxsZMIXks5utCf3gaJpZM4YP3X3>
.
|
@sadikovi Thanks - added. |
@andygrove Yes, I'll take that as a reference. Also I'll also reference the cpp implementation of arrow adapter of parquet. |
I am very interested in this. I am wondering if we can add a generic reader trait to the main arrow project and then have an implementation in parquet-rs. I have a CSV reader for arrow that could be published as a separate crate and implement the same trait. |
Actually, maybe this is as simple as implementing |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is the umbrella ticket to track adding Apache Arrow support. Tasks:
The text was updated successfully, but these errors were encountered: