You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Cameron Samak (JIRA)" <ji...@apache.org> on 2015/11/09 02:57:10 UTC

[jira] [Created] (ASTERIXDB-1166) Cannot multiply by negative 1

Cameron Samak created ASTERIXDB-1166:
----------------------------------------

             Summary: Cannot multiply by negative 1
                 Key: ASTERIXDB-1166
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1166
             Project: Apache AsterixDB
          Issue Type: Bug
          Components: Hyracks
         Environment: master (97dd45d2d4426bcb1a3971f021839dbfd7993fc2)
            Reporter: Cameron Samak


Query:

{code}
(-0.999 * 5)
(-0.001 * 5)
(-1 * 5)
{code}

Returns:

{code}
[-4.995]
[-0.005]
Overflow Happened. [HyracksDataException]
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)