You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PruningPredicate::try_new creates its own ExecutionProps::new which captures Utc::now as the current time, this may differ from what the rest of the plan was evaluated against, yielding incorrect results
To Reproduce
Expected behavior
PruningPredicate should evaluate its expressions in the same context as normal query evaluation
Additional context
#4629 tracks making ExecutionProps a trait #4617 is the broader issue around state mutability and inheritance
The text was updated successfully, but these errors were encountered:
Describe the bug
PruningPredicate::try_new
creates its ownExecutionProps::new
which capturesUtc::now
as the current time, this may differ from what the rest of the plan was evaluated against, yielding incorrect resultsTo Reproduce
Expected behavior
PruningPredicate
should evaluate its expressions in the same context as normal query evaluationAdditional context
#4629 tracks making ExecutionProps a trait
#4617 is the broader issue around state mutability and inheritance
The text was updated successfully, but these errors were encountered: