Skip to content

Commit

Permalink
remove unused annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyass committed Aug 21, 2021
1 parent 8e885e1 commit fc3e79b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions query/src/sql/plan_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ impl PlanParser {
DfStatement::TruncateTable(v) => self.sql_truncate_table_to_plan(v),
DfStatement::UseDatabase(v) => self.sql_use_database_to_plan(v),
DfStatement::ShowCreateTable(v) => self.sql_show_create_table_to_plan(v),

// TODO: support like and other filters in show queries
DfStatement::ShowTables(df) => {
let show_sql = match df {
DfShowTables::All => {
Expand Down

0 comments on commit fc3e79b

Please sign in to comment.