-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify predicate pushdown state tracking
The original implementation of the state tracker for predicate pushdown was built around an assumption that node-level and node-path access would be useful for propagating the application of filter predicates back up the dependency chain. After working towards an implementation of that logic it's clear that this is not particularly helpful. Although this tracking is theoretically useful for debugging scenarios the node-visit-level logging appears adequate, so we simplify our tracking before adding additional logic.
- Loading branch information
Showing
1 changed file
with
15 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters