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

   For example:
   
   "CAST(xxx AS TIMESTAMP)" is unparsed to "CAST(xxx AS TIMESTAMP(0))"
   
   The fix is already in the newest version of BigQuerySqlDialect.java in 
Calcite (using 
[SqlAlienSystemTypeNameSpec](https://github.com/apache/calcite/blob/3621b61ea0bca953652a2e6d1838e5a296c6a007/core/src/main/java/org/apache/calcite/sql/dialect/BigQuerySqlDialect.java#L293)),
 so this issue will be fixed after we update our vendored Calcite version.
   
   I tried to patch the change to BeamBigQuerySqlDialect.java (similar to what 
we did for other features) but this change is very large (multiple new classes) 
to patch.
   
   cc: [~apilloud]
   
   Imported from Jira 
[BEAM-9191](https://issues.apache.org/jira/browse/BEAM-9191). Original Jira may 
contain additional context.
   Reported by: robinyqiu.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to