Skip to content

Commit

Permalink
FEATURE/#351
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Aug 29, 2022
1 parent 86af935 commit 3976d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opteryx/managers/query/planner/planner.py
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ def _show_variable_planner(self, ast, statistics):
statistics=statistics,
)
self.add_operator(show_node, operator=node)
else:
else: # pragma: no cover
raise SqlError(f"SHOW statement type not supported for `{keywords[-1]}`.")

name_column = ExpressionTreeNode(NodeType.IDENTIFIER, value="name")
Expand Down

0 comments on commit 3976d11

Please sign in to comment.