mirror of
https://github.com/apache/druid.git
synced 2025-02-09 03:24:55 +00:00
Updating an error msg (#12450)
* Updating an error msg * Added an extra [] so removing it
This commit is contained in:
parent
691e26d242
commit
2db02876cf
@ -1213,7 +1213,7 @@ public class DruidQuery
|
||||
// Cannot handle this ordering.
|
||||
// Scan cannot ORDER BY non-time columns.
|
||||
plannerContext.setPlanningError(
|
||||
"SQL query requires order by non-time column on a datasource[%s], which is not supported.",
|
||||
"SQL query is a scan and requires order by on a datasource[%s], which is not supported.",
|
||||
dataSource
|
||||
);
|
||||
return null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user