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

[C++][Parquet] Reading/Writing string/binary types as/with the corresponding arrow view type in Parquet #43041

Open
Tracked by #43068
huberylee opened this issue Jun 25, 2024 · 0 comments

Comments

@huberylee
Copy link
Contributor

Describe the enhancement requested

Arrow has Arrow has already implemented types like StringView/BinaryView to reduce copy overhead during usage. However, the current read/write path for Parquet has not yet been adapted to support this capability. Is there a plan to add support for this?

Component(s)

C++, Parquet

@huberylee huberylee changed the title Is there a plan to support reading/writing string/binary types as/with the corresponding arrow view type in Parquet? [C++][Parquet] Reading/Writing string/binary types as/with the corresponding arrow view type in Parquet? Jun 25, 2024
@huberylee huberylee changed the title [C++][Parquet] Reading/Writing string/binary types as/with the corresponding arrow view type in Parquet? [C++][Parquet] Reading/Writing string/binary types as/with the corresponding arrow view type in Parquet Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant