public class TestResultSetLoaderOmittedValues extends SubOperatorTest
dirTestWatcher, fixture| Constructor and Description |
|---|
TestResultSetLoaderOmittedValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
testDefaultValues()
Verify that a default value set on the schema is used to fill missing
required columns.
|
void |
testOmittedValuesAtEnd()
Test "holes" in the middle of a batch, and unset columns at
the end.
|
void |
testOmittedValuesAtEndWithOverflow()
Test "holes" at the end of a batch when batch overflows.
|
void |
testSkipOverflowRow()
Test that discarding a row works even if that row happens to be an
overflow row.
|
void |
testSkipRows()
Test that omitting the call to saveRow() effectively discards
the row.
|
classSetup, classTeardownpublic void testOmittedValuesAtEnd()
public void testOmittedValuesAtEndWithOverflow()
public void testSkipRows()
public void testSkipOverflowRow()
public void testDefaultValues()
Copyright © 2022 The Apache Software Foundation. All rights reserved.