You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kyle Weaver (Jira)" <ji...@apache.org> on 2021/03/24 17:12:00 UTC

[jira] [Created] (BEAM-12046) Large doubles become "Invalid integer literal" in BeamZetaSqlCalcRel.

Kyle Weaver created BEAM-12046:
----------------------------------

             Summary: Large doubles become "Invalid integer literal" in BeamZetaSqlCalcRel.
                 Key: BEAM-12046
                 URL: https://issues.apache.org/jira/browse/BEAM-12046
             Project: Beam
          Issue Type: Bug
          Components: dsl-sql-zetasql
            Reporter: Kyle Weaver


Example query: "SELECT 1.7976931348623157e+308 AS ColA"

The double literal is expanded into a BigDecimal literal [1] that is interpreted by the ZetaSQL parser as an INT64.

[1] 179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368



--
This message was sent by Atlassian Jira
(v8.3.4#803005)