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] Expand BYTE_STREAM_SPLIT to support FIXED_LEN_BYTE_ARRAY, INT32 and INT64 #39978

Closed
pitrou opened this issue Feb 7, 2024 · 1 comment

Comments

@pitrou
Copy link
Member

pitrou commented Feb 7, 2024

Describe the enhancement requested

Implement the format addition described in https://issues.apache.org/jira/browse/PARQUET-2414 .

Component(s)

C++, Parquet

@pitrou pitrou self-assigned this Feb 7, 2024
pitrou added a commit to pitrou/arrow that referenced this issue Feb 15, 2024
pitrou added a commit to pitrou/arrow that referenced this issue Feb 19, 2024
pitrou added a commit to pitrou/arrow that referenced this issue Mar 7, 2024
pitrou added a commit to pitrou/arrow that referenced this issue Mar 18, 2024
pitrou added a commit to pitrou/arrow that referenced this issue Mar 18, 2024
pitrou added a commit that referenced this issue Mar 19, 2024
…N_BYTE_ARRAY, INT32 and INT64 (#40094)

### What changes are included in this PR?

Implement the format addition described in https://issues.apache.org/jira/browse/PARQUET-2414 .

### Are these changes tested?

Yes.

### Are there any user-facing changes?

Yes (additional types supported for Parquet encoding).

* GitHub Issue: #39978

Authored-by: Antoine Pitrou <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
@pitrou pitrou added this to the 16.0.0 milestone Mar 19, 2024
@pitrou
Copy link
Member Author

pitrou commented Mar 19, 2024

Issue resolved by pull request 40094
#40094

@pitrou pitrou closed this as completed Mar 19, 2024
jorisvandenbossche pushed a commit that referenced this issue May 22, 2024
…rite_table() docstring (#41759)

### Rationale for this change

In PR #40094 (issue GH-39978), we forgot to update the `write_table` docstring with an accurate description of the supported data types for BYTE_STREAM_SPLIT.

### Are these changes tested?

No (only a doc change).

### Are there any user-facing changes?

No.
* GitHub Issue: #41748

Authored-by: Antoine Pitrou <[email protected]>
Signed-off-by: Joris Van den Bossche <[email protected]>
vibhatha pushed a commit to vibhatha/arrow that referenced this issue May 25, 2024
…n in write_table() docstring (apache#41759)

### Rationale for this change

In PR apache#40094 (issue apacheGH-39978), we forgot to update the `write_table` docstring with an accurate description of the supported data types for BYTE_STREAM_SPLIT.

### Are these changes tested?

No (only a doc change).

### Are there any user-facing changes?

No.
* GitHub Issue: apache#41748

Authored-by: Antoine Pitrou <[email protected]>
Signed-off-by: Joris Van den Bossche <[email protected]>
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