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] Supports DecodeArrow with nulls in RleBooleanDecoder #40994

Closed
mapleFU opened this issue Apr 4, 2024 · 1 comment
Closed

[C++][Parquet] Supports DecodeArrow with nulls in RleBooleanDecoder #40994

mapleFU opened this issue Apr 4, 2024 · 1 comment

Comments

@mapleFU
Copy link
Member

mapleFU commented Apr 4, 2024

Describe the enhancement requested

RleBooleanDecoder currently don't supports DecodeArrow, so here as a subtask of #39227 we need supports it.

Component(s)

C++, Parquet

pitrou pushed a commit that referenced this issue Apr 4, 2024
…nulls (#40995)

### Rationale for this change

Supports DecodeArrow with nulls in RleBooleanDecoder

### What changes are included in this PR?

Supports DecodeArrow with nulls in RleBooleanDecoder

### Are these changes tested?

Yes

### Are there any user-facing changes?

currently not

* GitHub Issue: #40994

Lead-authored-by: mwish <maplewish117@gmail.com>
Co-authored-by: mwish <anmmscs_maple@qq.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>
@pitrou pitrou added this to the 16.0.0 milestone Apr 4, 2024
@pitrou
Copy link
Member

pitrou commented Apr 4, 2024

Issue resolved by pull request 40995
#40995

@pitrou pitrou closed this as completed Apr 4, 2024
tolleybot pushed a commit to tmct/arrow that referenced this issue May 2, 2024
… with nulls (apache#40995)

### Rationale for this change

Supports DecodeArrow with nulls in RleBooleanDecoder

### What changes are included in this PR?

Supports DecodeArrow with nulls in RleBooleanDecoder

### Are these changes tested?

Yes

### Are there any user-facing changes?

currently not

* GitHub Issue: apache#40994

Lead-authored-by: mwish <maplewish117@gmail.com>
Co-authored-by: mwish <anmmscs_maple@qq.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>
tolleybot pushed a commit to tmct/arrow that referenced this issue May 4, 2024
… with nulls (apache#40995)

### Rationale for this change

Supports DecodeArrow with nulls in RleBooleanDecoder

### What changes are included in this PR?

Supports DecodeArrow with nulls in RleBooleanDecoder

### Are these changes tested?

Yes

### Are there any user-facing changes?

currently not

* GitHub Issue: apache#40994

Lead-authored-by: mwish <maplewish117@gmail.com>
Co-authored-by: mwish <anmmscs_maple@qq.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>
rok pushed a commit to tmct/arrow that referenced this issue May 8, 2024
… with nulls (apache#40995)

### Rationale for this change

Supports DecodeArrow with nulls in RleBooleanDecoder

### What changes are included in this PR?

Supports DecodeArrow with nulls in RleBooleanDecoder

### Are these changes tested?

Yes

### Are there any user-facing changes?

currently not

* GitHub Issue: apache#40994

Lead-authored-by: mwish <maplewish117@gmail.com>
Co-authored-by: mwish <anmmscs_maple@qq.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>
rok pushed a commit to tmct/arrow that referenced this issue May 8, 2024
… with nulls (apache#40995)

### Rationale for this change

Supports DecodeArrow with nulls in RleBooleanDecoder

### What changes are included in this PR?

Supports DecodeArrow with nulls in RleBooleanDecoder

### Are these changes tested?

Yes

### Are there any user-facing changes?

currently not

* GitHub Issue: apache#40994

Lead-authored-by: mwish <maplewish117@gmail.com>
Co-authored-by: mwish <anmmscs_maple@qq.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>
vibhatha pushed a commit to vibhatha/arrow that referenced this issue May 25, 2024
… with nulls (apache#40995)

### Rationale for this change

Supports DecodeArrow with nulls in RleBooleanDecoder

### What changes are included in this PR?

Supports DecodeArrow with nulls in RleBooleanDecoder

### Are these changes tested?

Yes

### Are there any user-facing changes?

currently not

* GitHub Issue: apache#40994

Lead-authored-by: mwish <maplewish117@gmail.com>
Co-authored-by: mwish <anmmscs_maple@qq.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>
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

2 participants