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/31 18:14:00 UTC

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

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

Kyle Weaver updated BEAM-12046:
-------------------------------
    Status: Open  (was: Triage Needed)

> 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
>            Priority: P3
>
> 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)