You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 19:50:35 UTC

[GitHub] [beam] damccorm opened a new issue, #20826: Large doubles become "Invalid integer literal" in BeamZetaSqlCalcRel.

damccorm opened a new issue, #20826:
URL: https://github.com/apache/beam/issues/20826

   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
   
   Imported from Jira [BEAM-12046](https://issues.apache.org/jira/browse/BEAM-12046). Original Jira may contain additional context.
   Reported by: ibzib.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org