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
2 parents ba1a11d + 32f3aef commit 446f673
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mindsdb_sql/planner/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,8 @@ def query_traversal(node, callback, is_table=False, is_target=False, parent_quer
array.append(node_out)
return array

return node
# keep original node
return None


def convert_join_to_list(join):
Expand Down

0 comments on commit 446f673

Please sign in to comment.