-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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] Implement SizeStatistics #40592
Comments
wgtmac
added a commit
to wgtmac/arrow
that referenced
this issue
Mar 16, 2024
wgtmac
added a commit
to wgtmac/arrow
that referenced
this issue
Mar 19, 2024
wgtmac
added a commit
to wgtmac/arrow
that referenced
this issue
Mar 26, 2024
wgtmac
added a commit
to wgtmac/arrow
that referenced
this issue
Apr 5, 2024
wgtmac
added a commit
to wgtmac/arrow
that referenced
this issue
Jun 23, 2024
wgtmac
added a commit
to wgtmac/arrow
that referenced
this issue
Jul 10, 2024
wgtmac
added a commit
to wgtmac/arrow
that referenced
this issue
Aug 21, 2024
wgtmac
added a commit
to wgtmac/arrow
that referenced
this issue
Aug 22, 2024
wgtmac
added a commit
to wgtmac/arrow
that referenced
this issue
Sep 20, 2024
wgtmac
added a commit
to wgtmac/arrow
that referenced
this issue
Nov 12, 2024
wgtmac
added a commit
to wgtmac/arrow
that referenced
this issue
Nov 17, 2024
wgtmac
added a commit
to wgtmac/arrow
that referenced
this issue
Dec 18, 2024
wgtmac
added a commit
to wgtmac/arrow
that referenced
this issue
Dec 18, 2024
pitrou
pushed a commit
that referenced
this issue
Dec 18, 2024
### Rationale for this change Parquet format 2.10.0 has introduced SizeStatistics. parquet-mr has also implemented this: apache/parquet-java#1177. Now it is time for parquet-cpp to pick the ball. ### What changes are included in this PR? Implement reading and writing size statistics for parquet-cpp. ### Are these changes tested? Yes, a bunch of test cases have been added. ### Are there any user-facing changes? Yes, now parquet users are able to read and write size statistics. * GitHub Issue: #40592 Authored-by: Gang Wu <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
Issue resolved by pull request 40594 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the enhancement requested
Parquet format 2.10.0 has introduced SizeStatistics. parquet-mr has also implemented this: apache/parquet-java#1177. Now it is time for parquet-cpp to pick the ball.
Component(s)
C++, Parquet
The text was updated successfully, but these errors were encountered: