public class TestResultSetLoaderOmittedValues extends SubOperatorTest
DrillTest.MemWatcher
dirTestWatcher, fixture
logOutcome, objectMapper, REPEAT_RULE, thrownException, TIMEOUT
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, classTeardown
escapeJsonString, finishDrillTest, initDrillTest
public void testOmittedValuesAtEnd()
public void testOmittedValuesAtEndWithOverflow()
public void testSkipRows()
public void testSkipOverflowRow()
public void testDefaultValues()
Copyright © 2021 The Apache Software Foundation. All rights reserved.