mirror of https://github.com/apache/druid.git
Updated error message
This commit is contained in:
parent
57b5682654
commit
a032c46ee0
|
@ -133,7 +133,7 @@ public class ScanQueryRunnerFactory implements QueryRunnerFactory<ScanResultValu
|
||||||
}
|
}
|
||||||
throw new UOE(
|
throw new UOE(
|
||||||
"Time ordering for queries of %,d segments per historical and a row limit of %,d is not supported."
|
"Time ordering for queries of %,d segments per historical and a row limit of %,d is not supported."
|
||||||
+ " Try reducing the scope of the query to scan fewer segments than the configurable time ordering limit of"
|
+ " Try reducing the scope of the query to scan fewer segments than the configurable segment limit of"
|
||||||
+ " %,d segments or lower the row limit below %,d.",
|
+ " %,d segments or lower the row limit below %,d.",
|
||||||
numSegments,
|
numSegments,
|
||||||
query.getLimit(),
|
query.getLimit(),
|
||||||
|
|
Loading…
Reference in New Issue