/**
* Tests that when a reader is initialized using offset, length the stripes included are
* those that start in the range [offset, offset + length)
*/
public void testSplitStripe() throws Exception {
ObjectInspector inspector;
synchronized (TestOrcFile.class) {
inspector = ObjectInspectorFactory.getReflectionObjectInspector
(IntStruct.class,
ObjectInspectorFactory.ObjectInspectorOptions.JAVA);
}