public class TestScanOrchestratorImplicitColumns extends SubOperatorTest
DrillTest.MemWatcher
dirTestWatcher, fixture
logOutcome, objectMapper, REPEAT_RULE, thrownException, TIMEOUT
Constructor and Description |
---|
TestScanOrchestratorImplicitColumns() |
Modifier and Type | Method and Description |
---|---|
void |
testEarlySchemaSelectAllAndMetadata()
Test SELECT a, b, dir0, suffix FROM table(a, b)
dir0, suffix are file metadata columns
|
void |
testMetadataMulti()
Verify that metadata columns follow distinct files
SELECT dir0, filename, b FROM (a.csv, b.csv) |
void |
testMixture()
Test SELECT dir0, b, suffix, c FROM table(a, b)
Full combination of metadata, table and null columns
|
void |
testSelectNone()
Test SELECT c FROM table(a, b)
The result set will be one null column for each record, but
no file data.
|
void |
testWildcardWithMetadata()
Resolve a selection list using SELECT *.
|
classSetup, classTeardown
escapeJsonString, finishDrillTest, initDrillTest
public void testWildcardWithMetadata() throws IOException
IOException
public void testSelectNone()
public void testEarlySchemaSelectAllAndMetadata()
public void testMixture()
public void testMetadataMulti()
Copyright © 2021 The Apache Software Foundation. All rights reserved.