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)