[ 
https://issues.apache.org/jira/browse/IMPALA-7777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sahil Takiar updated IMPALA-7777:
---------------------------------
    Description: A follow up to IMPALA-5004. Impala allows a value of LIMIT and 
OFFSET up to Java's {{Long.MAX_VALUE}}. However, if a user tries to run a query 
with a large offset (even 2^32, the query will crash the impalad due to a 
{{DCHECK_LE}}.  (was: A follow up to IMPALA-5004. We should prevent users from 
running queries where the sum of the offset and limit exceeds some threshold 
(e.g. {{Long.MAX_VALUE}}). If a user tries to run this query the impalad will 
crash, so we should reject queries that exceed the threshold.)

> Fix crash due to integer overflows in Exchange Node
> ---------------------------------------------------
>
>                 Key: IMPALA-7777
>                 URL: https://issues.apache.org/jira/browse/IMPALA-7777
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Frontend
>    Affects Versions: Impala 2.10.0, Impala 2.11.0, Impala 3.0, Impala 2.12.0
>            Reporter: Sahil Takiar
>            Assignee: Sahil Takiar
>            Priority: Blocker
>
> A follow up to IMPALA-5004. Impala allows a value of LIMIT and OFFSET up to 
> Java's {{Long.MAX_VALUE}}. However, if a user tries to run a query with a 
> large offset (even 2^32, the query will crash the impalad due to a 
> {{DCHECK_LE}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to