dongjoon-hyun opened a new pull request #549: URL: https://github.com/apache/orc/pull/549
### What changes were proposed in this pull request? This PR aims to add `OrcTail.getStripeStatistics` back for backward compatibility. ### Why are the changes needed? Apache ORC 1.6.0 ~ 1.6.5 removes `getStripeStatistics` during Proleptic time support. We had better keep the backward compatibility as a wrapper for the new API. ``` [info] java.lang.RuntimeException: ORC split generation failed with exception: java.lang.NoSuchMethodError: org.apache.orc.impl.OrcTail.getStripeStatistics()Ljava/util/List; [info] at org.apache.hadoop.hive.ql.io.orc.OrcInputFormat.generateSplitsInfo(OrcInputFormat.java:1731) [info] at org.apache.hadoop.hive.ql.io.orc.OrcInputFormat.getSplits(OrcInputFormat.java:1817) ``` ### How was this patch tested? This is tested with Apache Spark `sql/hive` module test. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
