OrcLazyObjectInspectorUtils.createLazyObjectInspector(TypeInfoFactory.booleanTypeInfo);
OrcLazyBoolean lazyBoolean2 = (OrcLazyBoolean) booleanOI.copyObject(lazyBoolean);
Assert.assertEquals(true, ((BooleanWritable) lazyBoolean.materialize()).get());
Assert.assertEquals(true, ((BooleanWritable) lazyBoolean2.materialize()).get());
}
/**
* Tests that after copying a lazy byte object, calling materialize on the original and the
* copy doesn't advance the tree reader twice