public class TestHashJoinJPPDCorrectness extends ClusterTest
DrillTest.MemWatcherclient, cluster, dirTestWatcherlogOutcome, objectMapper, REPEAT_RULE, thrownException, TIMEOUT| Constructor and Description |
|---|
TestHashJoinJPPDCorrectness() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setUp() |
void |
tearDown() |
void |
testDifferentOrderOfJoinAndFilterCondition_filterConditionFirst()
Verifies that result of query doesn't change if filter and join condition order is different in test query with
RuntimeFilter and baseline query without RuntimeFilter.
|
void |
testDifferentOrderOfJoinAndFilterCondition_filterConditionSecond()
Verifies that result of query with join condition and filter condition is same with or without RuntimeFilter.
|
void |
testDifferentOrderOfJoinAndFilterConditionAndRTF()
Verifies that result of query doesn't change if filter and join condition order is different in test query with
RuntimeFilter and baseline query with RuntimeFilter.
|
void |
testHashJoinCorrectnessWithRuntimeFilter()
Verifies that result of a query with join condition doesn't changes with and without Runtime Filter for correctness
|
void |
testRuntimeFilterPresentInPlan()
Test to make sure runtime filter is inserted in the plan.
|
void |
testSameOrderOfJoinAndFilterConditionProduceSameResult()
Verifies that result of query with join condition and filter condition is same with or without RuntimeFilter.
|
getFile, queryBuilder, run, runAndLog, runAndPrint, runAndPrint, shutdown, startCluster, testBuilderescapeJsonString, finishDrillTest, initDrillTestpublic void tearDown()
public void testRuntimeFilterPresentInPlan()
throws Exception
Exceptionpublic void testHashJoinCorrectnessWithRuntimeFilter()
throws Exception
Exceptionpublic void testSameOrderOfJoinAndFilterConditionProduceSameResult()
throws Exception
Exceptionpublic void testDifferentOrderOfJoinAndFilterCondition_filterConditionSecond()
throws Exception
Exceptionpublic void testDifferentOrderOfJoinAndFilterCondition_filterConditionFirst()
throws Exception
Exceptionpublic void testDifferentOrderOfJoinAndFilterConditionAndRTF()
throws Exception
ExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.