[GitHub] orc issue #29: ORC-53. Make the complex types Comparable so they can be put ...

2016-06-01 Thread wagnermarkd
Github user wagnermarkd commented on the issue: https://github.com/apache/orc/pull/29 Everything works on the orc-52 branch, which is based on orc-53, but with orc-53 I still see the previous error for TestOrcStruct and this new one for OrcRecordReader: ``` [ERROR] Failed

[GitHub] orc issue #29: ORC-53. Make the complex types Comparable so they can be put ...

2016-06-01 Thread omalley
Github user omalley commented on the issue: https://github.com/apache/orc/pull/29 The compilation was working for me, but you had a good point that in the current version that everything should implement WritableComparable since obviously compareTo needs to recurse all the way down.