Sanjeet Malhotra created PHOENIX-7679: -----------------------------------------
Summary: Fix coercion of TIMESTAMP to TIME Key: PHOENIX-7679 URL: https://issues.apache.org/jira/browse/PHOENIX-7679 Project: Phoenix Issue Type: Bug Affects Versions: 5.3, 5.2.3 Reporter: Sanjeet Malhotra Currently, coercion from TIMESTAMP to TIME is not working correctly as TIMESTAMP uses 12 bytes while TIME uses 8 bytes. And, while coercion we don't decrease the size of byte array. The size of reduction of byte array during coercion from TIMESTAMP is done for DATE but not for TIME. Need to do similar byte array size reduction how we do for DATE, for TIME also. -- This message was sent by Atlassian Jira (v8.20.10#820010)