Hi, I am new to the ORC library and am looking for an example of how to read ORC files directly through the Java API. Specifically, how to project columns through the RecordReader. I have taken a look at the example at https://orc.apache.org/docs/core-java.html but don't know how to actually extract a single row from the inner loop. The Hive ORC RecordReader interface has a .next() method which I don't see available in the org.apache.orc interface.
I appreciate the help and apologize for my ignorance Kavinder
