API Compatibility changes in 7.1.9 for ORC
Removed or Modified APIs in CDP 7.1.9 for ORC and recommendations for how to handle them.
Apache Base Version of ORC in 7.1.7 SP2 was 1.5.1 and Apache Base Version of ORC in 7.1.9 is 1.5.1. The Cloudera version 7.1.9 has additional improvements over the Apache Base version.
Removed APIs in 7.1.9
The following APIs are no longer available for ORC in CDP 7.1.9
OrcUtils.appendOrcTypesRebuildSubtypes
Method Removed
- Package Name
- org.apache.orc
- Effect
- A client program may be interrupted by NoSuchMethodError exception.
- Reason for change
- ORC-522: Add user type annotations. Was removed as part of column level encryption changes to ORC
- Recommendation
- use the method appendOrcTypes(List<OrcProto.Type> result, TypeDescription typeDescr) instead
- Recompilation Required?
- Yes