Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyass committed Dec 18, 2024
1 parent ef6d742 commit f24b224
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/query/catalog/src/query_kind.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ pub enum QueryKind {
Explain,
CopyIntoTable,
CopyIntoLocation,
CreateTable,
Update,
Insert,
Other,
Expand Down
1 change: 0 additions & 1 deletion src/query/sql/src/planner/plans/plan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,6 @@ impl Plan {
| Plan::OptimizePurge(_)
| Plan::OptimizeCompactSegment(_)
| Plan::OptimizeCompactBlock { .. } => QueryKind::Update,
Plan::CreateTable(_) => QueryKind::CreateTable,
_ => QueryKind::Other,
}
}
Expand Down

0 comments on commit f24b224

Please sign in to comment.