* Tests writing a stripe with an int column, which doesn't do dictionary encoding, then
* re-evaluates whether it should do dictionary encoding or not. While it's re-evaluating, it
* enters low memory mode
*/
public void testIntegerEnterLowMemoryModeAndOnNotCarriedOverStripe() throws Exception {
ObjectInspector inspector;
synchronized (TestOrcFile.class) {
inspector = ObjectInspectorFactory.getReflectionObjectInspector
(IntStruct.class,
ObjectInspectorFactory.ObjectInspectorOptions.JAVA);
}