Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ private ScanQuery toScanQuery(final QueryFeatureInspector queryFeatureInspector)
// 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;
Expand Down