Skip to content

Disable pushdown non deterministic predicate exp#1085

Merged
yokofly merged 3 commits intodevelopfrom
disable-pushdown-non-deterministic-predicate-exp
Jan 14, 2026
Merged

Disable pushdown non deterministic predicate exp#1085
yokofly merged 3 commits intodevelopfrom
disable-pushdown-non-deterministic-predicate-exp

Conversation

@yokofly
Copy link
Copy Markdown
Collaborator

@yokofly yokofly commented Jan 14, 2026

Please write user-readable short description of the changes:

Current logic will skip pushdown non deterministic function in scope of query,

if (!function->isDeterministicInScopeOfQuery())
data.is_deterministic_function = false;

but these streaming functions's isDeterministicInScopeOfQuery() are not overrided

@yokofly yokofly marked this pull request as ready for review January 14, 2026 05:42
@yokofly yokofly merged commit 559bd41 into develop Jan 14, 2026
27 of 28 checks passed
@yokofly yokofly deleted the disable-pushdown-non-deterministic-predicate-exp branch January 14, 2026 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants