[
https://issues.apache.org/jira/browse/CALCITE-7370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yu Xu resolved CALCITE-7370.
----------------------------
Fix Version/s: 1.42.0
Assignee: DeepSink He
Resolution: Fixed
> Trailing dot is not removed when normalizing timestamp strings
> --------------------------------------------------------------
>
> Key: CALCITE-7370
> URL: https://issues.apache.org/jira/browse/CALCITE-7370
> Project: Calcite
> Issue Type: Bug
> Components: core
> Reporter: DeepSink He
> Assignee: DeepSink He
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.42.0
>
>
> 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)