Updating an error msg (#12450)

* Updating an error msg

* Added an extra [] so removing it
This commit is contained in:
somu-imply 2022-04-20 07:56:09 -07:00 committed by GitHub
parent 691e26d242
commit 2db02876cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;