DeepSink He created CALCITE-7370:
------------------------------------
Summary: Trailing dot was 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
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)