[
https://issues.apache.org/jira/browse/PHOENIX-869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gabriel Reid updated PHOENIX-869:
---------------------------------
Attachment: PHOENIX-869.patch
Patch to remove the Calendar no-ops from PhoenixResultSet and
PhoenixPreparedStatement.
> Remove unused Calendar conversions in ResultSet and PreparedStatement
> ---------------------------------------------------------------------
>
> Key: PHOENIX-869
> URL: https://issues.apache.org/jira/browse/PHOENIX-869
> Project: Phoenix
> Issue Type: Bug
> Reporter: Gabriel Reid
> Priority: Minor
> Attachments: PHOENIX-869.patch
>
>
> The PhoenixResultSet and PhoenixPreparedStatement methods that accept a
> Calendar object currently appear to perform what is effectively a no-op with
> the Calendar.
> The time and date values are currently stored as absolute timestamps (and
> lacking any timezone information). There is a larger underlying problem with
> date and time handling in Phoenix, which is outlined in PHOENIX-868 --
> however, there's no reason to keep performing the extra calendar operations
> that have no effect.
--
This message was sent by Atlassian JIRA
(v6.2#6252)