Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.10.0, Impala 2.11.0, Impala 3.0, Impala 2.12.0
-
None
-
ghx-label-9
Description
A follow up to IMPALA-5004. Impala allows a value of LIMIT and OFFSET up to 2^63. However, if a user tries to run a query with a large offset (e.g. slightly lower than 2^63), the query will crash the impalad due to a DCHECK_LE in row-batch.h.
Attachments
Issue Links
- is duplicated by
-
IMPALA-7776 Fail queries where the sum of offset and limit exceed the max value of int64
- Resolved
- relates to
-
IMPALA-5004 Switch to sorting node for large TopN queries
- Resolved