public class TestSchemaTrackerDefined extends BaseTest
| Constructor and Description |
|---|
TestSchemaTrackerDefined() |
| Modifier and Type | Method and Description |
|---|---|
void |
testDefinedSchema()
If a schema is defined, then the planner has combined the projection
list with schema information to produce the final output schema
at plan time.
|
void |
testDefinedSchemaWildcard() |
void |
testDisjointProjection() |
void |
testDynamicDefinedSchema()
If a schema is defined, then the planner has combined the projection
list with schema information to produce the final output schema
at plan time.
|
void |
testEmptyProjectWithDefinedSchema() |
void |
testTooLongProjection() |
void |
testTooShortProjection()
It is an error if the provided schema does not match the projection
list.
|
public void testDefinedSchema()
public void testDynamicDefinedSchema()
public void testTooShortProjection()
public void testTooLongProjection()
public void testDisjointProjection()
public void testDefinedSchemaWildcard()
public void testEmptyProjectWithDefinedSchema()
Copyright © 2021 The Apache Software Foundation. All rights reserved.