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

Add more test method in Filter::AlwaysFalse class #9718

Conversation

zjuwangg
Copy link
Contributor

@zjuwangg zjuwangg commented May 6, 2024

We now use alwaysFalse of Filter.h and some method not implemented causing runtime error. So, we'd like to implment some alwaysFalse method to avoid the error.

@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 May 6, 2024
Copy link

netlify bot commented May 6, 2024

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit c46dd61
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/6638d89a7e2e430009961d9b

@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 May 6, 2024
@facebook-github-bot
Copy link
Contributor

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

@@ -312,6 +312,10 @@ class AlwaysFalse final : public Filter {
return false;
}

bool testNull() const final {
Copy link
Contributor

Choose a reason for hiding this comment

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

Shall we add tests for these methods? Thanks!

Copy link
Contributor

Choose a reason for hiding this comment

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

I would say this is too trivial to be tested

@facebook-github-bot
Copy link
Contributor

@bikramSingh91 merged this pull request in f536875.

Copy link

Conbench analyzed the 1 benchmark run on commit f5368756.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

@zjuwangg zjuwangg deleted the m_support_test_double_InAlwaysFalse branch May 9, 2024 02:54
Joe-Abraham pushed a commit to Joe-Abraham/velox that referenced this pull request Jun 7, 2024
…9718)

Summary:
We now use alwaysFalse of Filter.h and some method not implemented causing runtime error. So, we'd like to implment some alwaysFalse method to avoid the error.

Pull Request resolved: facebookincubator#9718

Reviewed By: Yuhta

Differential Revision: D57072475

Pulled By: bikramSingh91

fbshipit-source-id: a8986387f044cdf6f21096d06c5fdfc070aba09a
Joe-Abraham pushed a commit to Joe-Abraham/velox that referenced this pull request Jun 7, 2024
…9718)

Summary:
We now use alwaysFalse of Filter.h and some method not implemented causing runtime error. So, we'd like to implment some alwaysFalse method to avoid the error.

Pull Request resolved: facebookincubator#9718

Reviewed By: Yuhta

Differential Revision: D57072475

Pulled By: bikramSingh91

fbshipit-source-id: a8986387f044cdf6f21096d06c5fdfc070aba09a
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.

4 participants