/**
* Tests a writing a stripe with a string column, which enters low memory mode before the second
* index stride is complete, and does not complete that stride.
*/
public void testStringEnterLowMemoryModeInSecondStride() throws Exception {
ObjectInspector inspector;
synchronized (TestOrcFile.class) {
inspector = ObjectInspectorFactory.getReflectionObjectInspector
(StringStruct.class,
ObjectInspectorFactory.ObjectInspectorOptions.JAVA);
}