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

Fix snake_case naming codestyle in Filter #10403

Closed

Conversation

lingbin
Copy link
Contributor

@lingbin lingbin commented Jul 5, 2024

is_deterministic -> deterministic

Velox do not use 'snake_case' for local variables.

No functional changes.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 5, 2024
Copy link

netlify bot commented Jul 5, 2024

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit 3ff1056
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/6687e4d126f89e0008bdb157

`is_deterministic` -> `deterministic`

Velox do not use 'snake_case' for local variables.

No functional changes.
@@ -1275,7 +1273,6 @@ class AbstractRange : public Filter {
return obj;
}

protected:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is already in the protected area and the location is very close(L1251), so there is no need to write it again, remove it.

@Yuhta Yuhta added the ready-to-merge PR that have been reviewed and are ready for merging. PRs with this tag notify the Velox Meta oncall label Jul 5, 2024
@facebook-github-bot
Copy link
Contributor

@pedroerp has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@pedroerp merged this pull request in fe73db8.

Copy link

Conbench analyzed the 1 benchmark run on commit fe73db8c.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged ready-to-merge PR that have been reviewed and are ready for merging. PRs with this tag notify the Velox Meta oncall
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants