Skip to content

Commit

Permalink
Fix error message duplication (#596)
Browse files Browse the repository at this point in the history
fixes #563
  • Loading branch information
atamakahere-git authored Jan 4, 2024
1 parent fe476e6 commit 037a7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/handlers/http/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ pub enum QueryError {
Unauthorized,
#[error("Datafusion Error: {0}")]
Datafusion(#[from] DataFusionError),
#[error("Query execution failed due to {0}")]
#[error("Execution Error: {0}")]
Execute(#[from] ExecuteError),
}

Expand Down

0 comments on commit 037a7c6

Please sign in to comment.