-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Minor cleanups in parquet #21948
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
Minor cleanups in parquet #21948
Conversation
Upgrade to new parquet-mr includes the necessary fixes
This class no longer uses Unsafe methods from Slice
d074109 to
8594b88
Compare
| ImmutableMultiset.<CacheOperation>builder() | ||
| .add(new CacheOperation("Alluxio.readCached", "00000000000000000000.json", 0, 757)) | ||
| .add(new CacheOperation("Alluxio.readCached", "00000000000000000001.json", 0, 636)) | ||
| .add(new CacheOperation("Alluxio.readCached", "00000000000000000002.json", 0, 636)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why all these below went up?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
started populating 2 new fields is_exact_min/max in the parquet footer
| } | ||
|
|
||
| /** | ||
| * Always check if needed data is available with ensureBytesAvailable method. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the comment no longer viable? Maybe remove suffix unchecked then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suffix unchecked is copied from Slice
Description
Minor cleanups in parquet
Additional context and related issues
Release notes
(x) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text: