Skip to content

Commit 037a7c6

Browse files
Fix error message duplication (#596)
fixes #563
1 parent fe476e6 commit 037a7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/handlers/http/query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ pub enum QueryError {
205205
Unauthorized,
206206
#[error("Datafusion Error: {0}")]
207207
Datafusion(#[from] DataFusionError),
208-
#[error("Query execution failed due to {0}")]
208+
#[error("Execution Error: {0}")]
209209
Execute(#[from] ExecuteError),
210210
}
211211

0 commit comments

Comments
 (0)