Skip to content

Commit

Permalink
FEATURE/#269
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Jul 9, 2022
1 parent 03d16e2 commit 354ba19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions opteryx/engine/planner/operations/dataset_reader_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ def __init__(

# circular imports
from opteryx.engine.planner.planner import QueryPlanner

if isinstance(self._dataset, (list, QueryPlanner, dict)):
return

Expand Down Expand Up @@ -180,6 +181,7 @@ def execute(self) -> Iterable:

# circular imports
from opteryx.engine.planner.planner import QueryPlanner

if isinstance(self._dataset, QueryPlanner):
metadata = None

Expand Down

0 comments on commit 354ba19

Please sign in to comment.