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 Tables.partitions when reading "arrow file" format in addition to "stream" format #293

Closed
complyue opened this issue Mar 2, 2022 · 1 comment · Fixed by #443
Closed

Comments

@complyue
Copy link

complyue commented Mar 2, 2022

I see #23 closed but only stream format got supported.

How about files in "arrow file" format, each with multiple record batches inside?

With released version I get a single Table as the result of Tables.partitions(tbl) is a ::Tuple{Arrow.Table}, however the columns there are chunked.

Can we get partition tables with contiguous column arrays via Tables.partitions?


As for workarounds before that's supported, any public API I can use to obtain contiguous column arrays per each record batches?

quinnj added a commit that referenced this issue May 24, 2023
We had this functionality w/ `Arrow.Stream`, but it's convenient and not
that expensive to define it for `Arrow.Table` as well.

Fixes #293.
@quinnj
Copy link
Member

quinnj commented May 24, 2023

PR up: #443

quinnj added a commit that referenced this issue May 25, 2023
We had this functionality w/ `Arrow.Stream`, but it's convenient and not
that expensive to define it for `Arrow.Table` as well.

Fixes #293.
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 a pull request may close this issue.

2 participants