Mark Wagner created ORC-53:
------------------------------
Summary: OrcMap does not support complex types as keys
Key: ORC-53
URL: https://issues.apache.org/jira/browse/ORC-53
Project: Orc
Issue Type: Bug
Reporter: Mark WagnerThe current implementation of OrcMap extends TreeMap, which requires that the keys implement Comparable. However, none of OrcStruct, OrcList, OrcUnion, or OrcMap do so. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
