You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Michael Ho (JIRA)" <ji...@apache.org> on 2018/08/17 23:20:00 UTC

[jira] [Commented] (IMPALA-7461) TestDecimalFuzz hits DCHECK math-functions-ir.cc "Check failed lhs > 0 && rhs > 0"

    [ https://issues.apache.org/jira/browse/IMPALA-7461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16584491#comment-16584491 ] 

Michael Ho commented on IMPALA-7461:
------------------------------------

Dup of  IMPALA-7459 ?

> TestDecimalFuzz hits DCHECK math-functions-ir.cc "Check failed lhs > 0 && rhs > 0"
> ----------------------------------------------------------------------------------
>
>                 Key: IMPALA-7461
>                 URL: https://issues.apache.org/jira/browse/IMPALA-7461
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 3.1.0
>            Reporter: Joe McDonnell
>            Priority: Blocker
>              Labels: broken-build
>
> Several builds have been failing with an impalad hitting this DCHECK:
> {code:java}
> auto MultiplicationOverflows = [](ActualType lhs, ActualType rhs) {
>   DCHECK(lhs > 0 && rhs > 0); <----- HERE
>   using ActualType = decltype(lhs);
>   return BitUtil::CountLeadingZeros(lhs) + BitUtil::CountLeadingZeros(rhs) <=
>   BitUtil::UnsignedWidth<ActualType>() + 1;
> };
> {code}
> This happens during the TestDecimalFuzz test:
> {noformat}
> I0817 10:50:44.950784 10364 Frontend.java:1024] Analyzing query: select width_bucket(cast(-10.0 as decimal(8,6)), cast(-10.0 as decimal(3,1)), cast(6490371073.16853453566312041152511 as decimal(36,25)), 26386065)
> F0817 10:50:44.952258 10364 math-functions-ir.cc:516] Check failed: lhs > 0 && rhs > 0{noformat}
> It looks like a regression due to the fix for IMPALA-7412.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org