[
https://issues.apache.org/jira/browse/BEAM-10340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17170199#comment-17170199
]
Beam JIRA Bot commented on BEAM-10340:
--------------------------------------
This issue was marked "stale-assigned" and has not received a public comment in
7 days. It is now automatically unassigned. If you are still working on it, you
can assign it to yourself again. Please also give an update about the status of
the work.
> Lost of precision when casting ZetaSQL time with microsecond-precision
> -----------------------------------------------------------------------
>
> Key: BEAM-10340
> URL: https://issues.apache.org/jira/browse/BEAM-10340
> Project: Beam
> Issue Type: Improvement
> Components: dsl-sql-zetasql
> Reporter: Zijie Song
> Priority: P3
>
> When we cast ZetaSQL time value with microsecond-precision to string, it
> currently would cause lost of precision.
> For example, when we parse the following SQL statement:
>
> "SELECT CAST(s1 as TIME) as t2, CAST(t1 as STRING) as s2
> FROM (SELECT '12:34:56.123456' as s1, TIME '12:34:56.123456' as t1)"
> the result would be 12:34:46, and the corresponding microsecond precision
> would lost.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)