Skip to content

Commit

Permalink
revert query traversal
Browse files Browse the repository at this point in the history
  • Loading branch information
ea-rus committed Mar 6, 2024
1 parent 6cae922 commit 32f3aef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mindsdb_sql/planner/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,9 @@ def query_traversal(node, callback, is_table=False, is_target=False, parent_quer
array.append(node_out)
return array

# keep original node
return None


def convert_join_to_list(join):
# join tree to table list
Expand Down

0 comments on commit 32f3aef

Please sign in to comment.