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 to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on
project orc-mapreduce: Compilation failure: Compilation failure:
[ERROR]
/home/mwagner/git/orc/java/mapreduce/src/java/org/apache/orc/mapred/OrcRecordReader.java:[94,15]
no suitable method found for setFieldValue(int,org.apache.hadoop.io.Writable)
[ERROR] method
org.apache.orc.mapred.OrcStruct.setFieldValue(int,org.apache.hadoop.io.WritableComparable)
is not applicable
[ERROR] (argument mismatch; org.apache.hadoop.io.Writable cannot be
converted to org.apache.hadoop.io.WritableComparable)
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---