[
https://issues.apache.org/jira/browse/CALCITE-5487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated CALCITE-5487:
------------------------------------
Labels: pull-request-available (was: )
> Avatica Result Sets do not properly handle TIMESTAMP WITH LOCAL TIME ZONE
> -------------------------------------------------------------------------
>
> Key: CALCITE-5487
> URL: https://issues.apache.org/jira/browse/CALCITE-5487
> Project: Calcite
> Issue Type: Bug
> Components: avatica
> Reporter: Will Noble
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> With the addition of proper support for {{TIMESTAMP WITH LOCAL TIME ZONE}} to
> Calcite being done as part of CALCITE-5346, Avatica needs to support the
> proper semantics for this type. Whereas a regular {{TIMESTAMP}} always has
> the same string representation but can have different instants depending on
> the calendar (time zone) passed to the result set getter, a {{TIMESTAMP WITH
> LOCAL TIME ZONE}} does the inverse: it always represents the same instant,
> but could have a different string representation depending on the calendar
> passed to the result set getter.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)