-
Notifications
You must be signed in to change notification settings - Fork 7
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
Comments
I'm guessing that Apache Arrow implements Parquet, and the etable.Tensor is Arrow compatible, so in principle this could be easy.. :) |
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/[email protected]/arrow/tensor#Interface |
@tgruben that link is taking ages to load. Here is the direct code link |
@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. |
Any hope of getting Parquet file support anytime soon or is CSV going to remain the format of choice
The text was updated successfully, but these errors were encountered: