-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
misc: Fix typo in dwio/IntDecoder #11575
Conversation
✅ Deploy Preview for meta-velox canceled.
|
velox/dwio/common/IntDecoder.h
Outdated
@@ -46,7 +46,8 @@ class IntDecoder { | |||
numBytes_(numBytes), | |||
bigEndian_(bigEndian) {} | |||
|
|||
/// Constructs for use in Parquet /Alphawhere the buffer is always preloaded. | |||
/// Constructs for use in Parquet / Alpha where the buffer is always |
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.
You can actually remove Alpha here
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.
@Yuhta Should I put Nimble
instead?
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.
No Nimble is not using this class
@Yuhta has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Conbench analyzed the 1 benchmark run on commit There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
No description provided.