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

ARROW-8552: [Rust] support iterate parquet row columns #7009

Closed
wants to merge 1 commit into from

Conversation

houqp
Copy link
Member

@houqp houqp commented Apr 22, 2020

This patch adds get_column_iter method to parquet rate's Row struct, which lets users iterate columns for a particular row.

@github-actions
Copy link

@houqp
Copy link
Member Author

houqp commented Apr 22, 2020

looks like the windows CI is failing with error not related to my change:

"error: \'rustfmt.exe\' is not installed for the toolchain \'nightly-2019-11-14-x86_64-pc-windows-msvc\'\nTo install

@nevi-me
Copy link
Contributor

nevi-me commented Apr 22, 2020

looks like the windows CI is failing with error not related to my change:

"error: \'rustfmt.exe\' is not installed for the toolchain \'nightly-2019-11-14-x86_64-pc-windows-msvc\'\nTo install

This will be fixed by #7010. May you please kindly rebase once it's merged

@houqp
Copy link
Member Author

houqp commented Apr 22, 2020

Thanks @nevi-me for the fix, looks like your PR has been approved. I will wait for the merge.

@houqp
Copy link
Member Author

houqp commented Apr 23, 2020

@nevi-me rebased and tests are passing now :)

@houqp houqp force-pushed the master branch 4 times, most recently from 0baba67 to 71ff925 Compare April 23, 2020 18:07
@houqp houqp requested a review from andygrove April 23, 2020 18:09
@houqp houqp force-pushed the master branch 4 times, most recently from 3ca377a to c0b3a19 Compare April 23, 2020 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants