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 supportsFlatNoNullsFastPath for SimpleFunctionAdapter #7432

Closed

Conversation

laithsakka
Copy link
Contributor

@laithsakka laithsakka commented Nov 6, 2023

Summary:
If the function has is_default_contains_nulls_behavior it returns
null if the data contains null even if the return type of callNullFree is void,
hence supportsFlatNoNullsFastPath should be false in that cass.

Fix #7420

Differential Revision: D51005043

Copy link

netlify bot commented Nov 6, 2023

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit 974632a
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/6549564fc3f28e0008725d50

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

This pull request was exported from Phabricator. Differential Revision: D51005043

laithsakka added a commit to laithsakka/velox that referenced this pull request Nov 6, 2023
…cubator#7432)

Summary:

If the function has is_default_contains_nulls_behavior it returns
 null if the data contains null even if the return type of callNullFree is void,
hence supportsFlatNoNullsFastPath should be false in that case,


Fix facebookincubator#7420

Differential Revision: D51005043
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51005043

laithsakka added a commit to laithsakka/velox that referenced this pull request Nov 6, 2023
…cubator#7432)

Summary:

If the function has is_default_contains_nulls_behavior it returns
 null if the data contains null even if the return type of callNullFree is void,
hence supportsFlatNoNullsFastPath should be false in that case,


Fix facebookincubator#7420

Differential Revision: D51005043
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51005043

laithsakka added a commit to laithsakka/velox that referenced this pull request Nov 6, 2023
…cubator#7432)

Summary:

If the function has is_default_contains_nulls_behavior it returns
 null if the data contains null even if the return type of callNullFree is void,
hence supportsFlatNoNullsFastPath should be false in that case,


Fix facebookincubator#7420

Differential Revision: D51005043
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51005043

laithsakka added a commit to laithsakka/velox that referenced this pull request Nov 6, 2023
…cubator#7432)

Summary:

If the function has is_default_contains_nulls_behavior it returns
 null if the data contains null even if the return type of callNullFree is void,
hence supportsFlatNoNullsFastPath should be false in that case,


Fix facebookincubator#7420

Differential Revision: D51005043
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51005043

…cubator#7432)

Summary:

If the function has is_default_contains_nulls_behavior it returns
 null if the data contains null even if the return type of callNullFree is void,
hence supportsFlatNoNullsFastPath should be false in that case,


Fix facebookincubator#7420

Differential Revision: D51005043
laithsakka added a commit to laithsakka/velox that referenced this pull request Nov 6, 2023
…cubator#7432)

Summary:

If the function has is_default_contains_nulls_behavior it returns
 null if the data contains null even if the return type of callNullFree is void,
hence supportsFlatNoNullsFastPath should be false in that case,


Fix facebookincubator#7420

Differential Revision: D51005043
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51005043

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51005043

Copy link
Contributor

@mbasmanova mbasmanova left a comment

Choose a reason for hiding this comment

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

Thanks.

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in d749ff8.

Copy link

Conbench analyzed the 1 benchmark run on commit d749ff85.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

JkSelf added a commit to JkSelf/velox that referenced this pull request Nov 7, 2023
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. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

supportsFlatNoNullsFastPath() is wrong for simple function interface
3 participants