Sanjeet Malhotra created PHOENIX-7678: -----------------------------------------
Summary: Disable creating DESC type BSON column Key: PHOENIX-7678 URL: https://issues.apache.org/jira/browse/PHOENIX-7678 Project: Phoenix Issue Type: Improvement Affects Versions: 5.3 Reporter: Sanjeet Malhotra Currently, we also declaring BSON column as a PK column. And, if BSON PK column has sort order DESC then the byte array contained in RawBsonDocument returned from ResultSet.getObject() is not correct as bytes are not inverted to account for sort order. Given there is no good enough practical reason for having a DESC BSON column in PK so, we can disable creating DESC BSON column as PK. -- This message was sent by Atlassian Jira (v8.20.10#820010)