Skip to content

Commit

Permalink
Remove logic from pushdown optimizer that's probably wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed Sep 5, 2024
1 parent e27d822 commit d8ee7c8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,7 @@ def visit_join_conversion_events_node(self, node: JoinConversionEventsNode) -> O
def visit_join_to_custom_granularity_node( # noqa: D102
self, node: JoinToCustomGranularityNode
) -> OptimizeBranchResult:
self._log_visit_node_type(node)
return self._default_handler(node)
raise NotImplementedError

def visit_join_on_entities_node(self, node: JoinOnEntitiesNode) -> OptimizeBranchResult:
"""Handles pushdown state propagation for the standard join node type.
Expand Down

0 comments on commit d8ee7c8

Please sign in to comment.