Skip to content

Commit

Permalink
[hotfix] [table] Enable all CalciteConfigBuilderTest tests
Browse files Browse the repository at this point in the history
This closes apache#3065.
  • Loading branch information
twalthr committed Jan 10, 2017
1 parent 649cf05 commit f11447e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ class CalciteConfigBuilderTest {
assertFalse(cc.getSqlOperatorTable.isDefined)
}

@Test
def testReplaceOperatorTable(): Unit = {

val oracleTable = new OracleSqlOperatorTable
Expand All @@ -131,6 +132,7 @@ class CalciteConfigBuilderTest {
}
}

@Test
def testReplaceAddOperatorTable(): Unit = {

val oracleTable = new OracleSqlOperatorTable
Expand Down Expand Up @@ -158,6 +160,7 @@ class CalciteConfigBuilderTest {

}

@Test
def testAddOperatorTable(): Unit = {

val oracleTable = new OracleSqlOperatorTable
Expand All @@ -178,6 +181,7 @@ class CalciteConfigBuilderTest {
}
}

@Test
def testAddAddOperatorTable(): Unit = {

val oracleTable = new OracleSqlOperatorTable
Expand Down

0 comments on commit f11447e

Please sign in to comment.