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

Feature Request: Parquet File Support #48

Open
tgruben opened this issue Aug 12, 2022 · 4 comments
Open

Feature Request: Parquet File Support #48

tgruben opened this issue Aug 12, 2022 · 4 comments

Comments

@tgruben
Copy link

tgruben commented Aug 12, 2022

Any hope of getting Parquet file support anytime soon or is CSV going to remain the format of choice

@rcoreilly
Copy link
Member

I'm guessing that Apache Arrow implements Parquet, and the etable.Tensor is Arrow compatible, so in principle this could be easy.. :)

@tgruben
Copy link
Author

tgruben commented Aug 12, 2022

hmm, it appears etensor.Tensor doesn't fully implement arrow's tensor.Interface. Missing Retain() and Release() i think.

https://pkg.go.dev/github.com/apache/arrow/go/v10@v10.0.0-20220812184426-39a2f3beba90/arrow/tensor#Interface

@gedw99
Copy link

gedw99 commented Jun 10, 2023

@tgruben that link is taking ages to load. Here is the direct code link

https://github.com/apache/arrow/tree/main/go/arrow/tensor

@gedw99
Copy link

gedw99 commented Jun 10, 2023

@tgruben and @rcoreilly

Its might make sense to use DataFusions as the Data store backing all this. That means that S3 is the backing store.

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

No branches or pull requests

3 participants