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] Add DELTA_LENGTH_BYTE_ARRAY encoder to Parquet writer #33024

Closed
asfimport opened this issue Sep 21, 2022 · 0 comments · Fixed by #14293
Closed

[C++][Parquet] Add DELTA_LENGTH_BYTE_ARRAY encoder to Parquet writer #33024

asfimport opened this issue Sep 21, 2022 · 0 comments · Fixed by #14293

Comments

@asfimport
Copy link
Collaborator

asfimport commented Sep 21, 2022

We need to add DELTA_LENGTH_BYTE_ARRAY encoder to implement DELTA_BYTE_ARRAY encoder (ARROW-17619).
ARROW-13388 already implemented DELTA_LENGTH_BYTE_ARRAY decoder.

Reporter: Rok Mihevc / @rok
Assignee: Rok Mihevc / @rok
Watchers: Rok Mihevc / @rok

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-17799. Please see the migration documentation for further details.

rok added a commit that referenced this issue Feb 23, 2023
…et writer (#14293)

This is to add DELTA_LENGTH_BYTE_ARRAY encoder. ([ARROW-17799](https://issues.apache.org/jira/browse/ARROW-17799))
* Closes: #33024

Lead-authored-by: Rok Mihevc <rok@mihevc.org>
Co-authored-by: Antoine Pitrou <pitrou@free.fr>
Co-authored-by: Will Jones <willjones127@gmail.com>
Co-authored-by: Gang Wu <ustcwg@gmail.com>
Signed-off-by: Rok Mihevc <rok@mihevc.org>
@rok rok added this to the 12.0.0 milestone Feb 23, 2023
fatemehp pushed a commit to fatemehp/arrow that referenced this issue Feb 24, 2023
… Parquet writer (apache#14293)

This is to add DELTA_LENGTH_BYTE_ARRAY encoder. ([ARROW-17799](https://issues.apache.org/jira/browse/ARROW-17799))
* Closes: apache#33024

Lead-authored-by: Rok Mihevc <rok@mihevc.org>
Co-authored-by: Antoine Pitrou <pitrou@free.fr>
Co-authored-by: Will Jones <willjones127@gmail.com>
Co-authored-by: Gang Wu <ustcwg@gmail.com>
Signed-off-by: Rok Mihevc <rok@mihevc.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants