Skip to content

feat: Add config option to toggle expr deduplication for non-deterministic functions#15008

Closed
kKPulla wants to merge 1 commit intofacebookincubator:mainfrom
kKPulla:export-D83581786
Closed

feat: Add config option to toggle expr deduplication for non-deterministic functions#15008
kKPulla wants to merge 1 commit intofacebookincubator:mainfrom
kKPulla:export-D83581786

Conversation

@kKPulla
Copy link
Copy Markdown
Contributor

@kKPulla kKPulla commented Sep 30, 2025

Summary:
By default, we currently deduplicate non-deterministic functions during expression compilation. Having this option to toggle this behavior will let us make any plan deterministic that originally contains non-deterministic functions.

Note: This is primarily intended for testing and debugging purposes and added a note to say the same in the description of the config.

Differential Revision: D83581786

@netlify
Copy link
Copy Markdown

netlify Bot commented Sep 30, 2025

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit 775685f
🔍 Latest deploy log https://app.netlify.com/projects/meta-velox/deploys/68df0cf8ac367300082be9ac

@meta-cla meta-cla 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 Sep 30, 2025
@facebook-github-bot
Copy link
Copy Markdown
Contributor

@kKPulla has exported this pull request. If you are a Meta employee, you can view the originating Diff in D83581786.

@meta-codesync
Copy link
Copy Markdown

meta-codesync Bot commented Oct 2, 2025

@kKPulla has exported this pull request. If you are a Meta employee, you can view the originating Diff in D83581786.

…istic functions (facebookincubator#15008)

Summary:

By default, we currently deduplicate non-deterministic functions during expression compilation. Having this option to toggle this behavior will let us make any plan deterministic that originally contains non-deterministic functions.

Note: This is primarily intended for testing and debugging purposes and added a note to say the same in the description of the config.

Reviewed By: bikramSingh91

Differential Revision: D83581786
@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request has been merged in ecb2baa.

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 meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants