Skip to content
Snippets Groups Projects
Commit ce83ef5c authored by ms.evilhat's avatar ms.evilhat
Browse files

style(bucket_calculation): make args parsing error message clearer

parent 85a38f66
No related branches found
No related tags found
1 merge request!1414sbroad import
......@@ -96,7 +96,8 @@ impl TryFrom<FunctionArgs> for Args {
}
return Err(QueryPlannerError::CustomError(format!(
"Parsing args {:?} error, expected string, tuple or map",
"Parsing args {:?} error, \
expected string, tuple with a space name, or map with a space name as an argument",
&value
)));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment