Skip to content

Commit

Permalink
refactor: do not print error log on PlanQuery error (#4322)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 authored Jul 9, 2024
1 parent 1a9314a commit 7fe3f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/error/src/status_code.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ impl StatusCode {
| StatusCode::Unexpected
| StatusCode::Internal
| StatusCode::Cancelled
| StatusCode::PlanQuery
| StatusCode::EngineExecuteQuery
| StatusCode::StorageUnavailable
| StatusCode::RuntimeResourcesExhausted => true,
Expand All @@ -171,6 +170,7 @@ impl StatusCode {
| StatusCode::TableNotFound
| StatusCode::RegionAlreadyExists
| StatusCode::RegionNotFound
| StatusCode::PlanQuery
| StatusCode::FlowAlreadyExists
| StatusCode::FlowNotFound
| StatusCode::RegionNotReady
Expand Down

0 comments on commit 7fe3f49

Please sign in to comment.