Skip to content

Commit

Permalink
Fix show tables fails (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
r4ntix authored Mar 29, 2023
1 parent f98a378 commit a08347a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ballista/client/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,9 @@ impl BallistaContext {
Statement::ShowColumns { .. } => {
is_show_variable = true;
}
Statement::ShowTables { .. } => {
is_show_variable = true;
}
_ => {
is_show_variable = false;
}
Expand Down

0 comments on commit a08347a

Please sign in to comment.