[
https://issues.apache.org/jira/browse/CALCITE-7370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ruben Q L updated CALCITE-7370:
-------------------------------
Summary: Trailing dot is not removed when normalize timestamp string (was:
Trailing dot was not removed when normalize timestamp string.)
> Trailing dot is not removed when normalize timestamp string
> -----------------------------------------------------------
>
> Key: CALCITE-7370
> URL: https://issues.apache.org/jira/browse/CALCITE-7370
> Project: Calcite
> Issue Type: Bug
> Components: core
> Reporter: DeepSink He
> Priority: Minor
> Labels: pull-request-available
>
> Trailing dot was not removed when remove trailing zeros of timestamp string.
> {code:java}
> new Timestamp("2026-01-01 00:00:00.000"){code}
> would cause IllegalArgumentException.
> After removing trailing zeros, the timestamp string become “2026-01-01
> 00:00:00.” which not matches with TimestampString.PATTERN
--
This message was sent by Atlassian Jira
(v8.20.10#820010)