You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Gabriel Reid (JIRA)" <ji...@apache.org> on 2014/03/18 18:15:43 UTC

[jira] [Created] (PHOENIX-869) Remove unused Calendar conversions in ResultSet and PreparedStatement

Gabriel Reid created PHOENIX-869:
------------------------------------

             Summary: 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


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)