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] Encoding: Optimize DecodeArrow for PlainBooleanDecoder #40872

Closed
mapleFU opened this issue Mar 28, 2024 · 1 comment
Closed

[C++][Parquet] Encoding: Optimize DecodeArrow for PlainBooleanDecoder #40872

mapleFU opened this issue Mar 28, 2024 · 1 comment

Comments

@mapleFU
Copy link
Member

mapleFU commented Mar 28, 2024

Describe the enhancement requested

This is a subtask of #39227

Component(s)

C++, Parquet

@mapleFU mapleFU changed the title [C++][Parquet] Encoding: Implement DecodeArrow for PlainBooleanDecoder [C++][Parquet] Encoding: Optimize DecodeArrow for PlainBooleanDecoder Mar 28, 2024
mapleFU added a commit that referenced this issue Apr 3, 2024
…) for PlainBooleanDecoder (#40876)

### Rationale for this change

This is for enhance boolean decoding. I optimized the `DecodeArrow` for PlainBoolean

### What changes are included in this PR?

Optimize DecodeArrow/Decode(bitmap) for PlainBooleanDecoder, and add benchmarks

### Are these changes tested?

Yes

### Are there any user-facing changes?

Minor optimization. And `Decode` boolean will change the syntax

* GitHub Issue: #40872

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

mapleFU commented Apr 3, 2024

Issue resolved by pull request 40876
#40876

@mapleFU mapleFU closed this as completed Apr 3, 2024
tolleybot pushed a commit to tmct/arrow that referenced this issue May 2, 2024
…bitmap) for PlainBooleanDecoder (apache#40876)

### Rationale for this change

This is for enhance boolean decoding. I optimized the `DecodeArrow` for PlainBoolean

### What changes are included in this PR?

Optimize DecodeArrow/Decode(bitmap) for PlainBooleanDecoder, and add benchmarks

### Are these changes tested?

Yes

### Are there any user-facing changes?

Minor optimization. And `Decode` boolean will change the syntax

* GitHub Issue: apache#40872

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

### Rationale for this change

This is for enhance boolean decoding. I optimized the `DecodeArrow` for PlainBoolean

### What changes are included in this PR?

Optimize DecodeArrow/Decode(bitmap) for PlainBooleanDecoder, and add benchmarks

### Are these changes tested?

Yes

### Are there any user-facing changes?

Minor optimization. And `Decode` boolean will change the syntax

* GitHub Issue: apache#40872

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

### Rationale for this change

This is for enhance boolean decoding. I optimized the `DecodeArrow` for PlainBoolean

### What changes are included in this PR?

Optimize DecodeArrow/Decode(bitmap) for PlainBooleanDecoder, and add benchmarks

### Are these changes tested?

Yes

### Are there any user-facing changes?

Minor optimization. And `Decode` boolean will change the syntax

* GitHub Issue: apache#40872

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

### Rationale for this change

This is for enhance boolean decoding. I optimized the `DecodeArrow` for PlainBoolean

### What changes are included in this PR?

Optimize DecodeArrow/Decode(bitmap) for PlainBooleanDecoder, and add benchmarks

### Are these changes tested?

Yes

### Are there any user-facing changes?

Minor optimization. And `Decode` boolean will change the syntax

* GitHub Issue: apache#40872

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

### Rationale for this change

This is for enhance boolean decoding. I optimized the `DecodeArrow` for PlainBoolean

### What changes are included in this PR?

Optimize DecodeArrow/Decode(bitmap) for PlainBooleanDecoder, and add benchmarks

### Are these changes tested?

Yes

### Are there any user-facing changes?

Minor optimization. And `Decode` boolean will change the syntax

* GitHub Issue: apache#40872

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