You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Oliver Lee (Jira)" <ji...@apache.org> on 2023/01/25 22:57:00 UTC

[jira] [Created] (CALCITE-5498) BigQuery TIMESTAMP() function short notation for timezone offsets isn’t supported in Java 8

Oliver Lee created CALCITE-5498:
-----------------------------------

             Summary: BigQuery TIMESTAMP() function short notation for timezone offsets isn’t supported in Java 8
                 Key: CALCITE-5498
                 URL: https://issues.apache.org/jira/browse/CALCITE-5498
             Project: Calcite
          Issue Type: Bug
            Reporter: Oliver Lee


DateTimeFormatter had this issue in Java 8, fixed in Java 9 and beyond. 
 
https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8210336 
https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8032051 
 
 
{{2013-12-11T21:25:04.800842+01:00}} is supported
{{2013-12-11T21:25:04.800842+01}} is not supported
 
Sounds low priority but we should investigate how to have consistent behavior



--
This message was sent by Atlassian Jira
(v8.20.10#820010)