See <https://builds.apache.org/job/Phoenix-calcite/95/display/redirect>

------------------------------------------
[...truncated 1.77 MB...]
    
        at 
org.apache.phoenix.end2end.DerivedTableIT.testDerivedTableWithLimit(DerivedTableIT.java:571)
Caused by: org.apache.calcite.sql.parser.SqlParseException: 
Encountered "LIMIT ?" at line 1, column 53.
Was expecting one of:
    ")" ...
    "ORDER" ...
    "LIMIT" <UNSIGNED_INTEGER_LITERAL> ...
    "LIMIT" <DECIMAL_NUMERIC_LITERAL> ...
    "LIMIT" <APPROX_NUMERIC_LITERAL> ...
    "LIMIT" "ALL" ...
    "OFFSET" ...
    "FETCH" ...
    "NATURAL" ...
    "JOIN" ...
    "INNER" ...
    "LEFT" ...
    "RIGHT" ...
    "FULL" ...
    "CROSS" ...
    "," ...
    "OUTER" ...
    "EXTEND" ...
    "(" ...
    "MATCH_RECOGNIZE" ...
    "." ...
    "AS" ...
    <IDENTIFIER> ...
    <QUOTED_IDENTIFIER> ...
    <BACK_QUOTED_IDENTIFIER> ...
    <BRACKET_QUOTED_IDENTIFIER> ...
    <UNICODE_QUOTED_IDENTIFIER> ...
    "TABLESAMPLE" ...
    "WHERE" ...
    "GROUP" ...
    "HAVING" ...
    "WINDOW" ...
    "UNION" ...
    "INTERSECT" ...
    "EXCEPT" ...
    "MINUS" ...
    
        at 
org.apache.phoenix.end2end.DerivedTableIT.testDerivedTableWithLimit(DerivedTableIT.java:571)
Caused by: org.apache.phoenix.calcite.parser.ParseException: 
Encountered "LIMIT ?" at line 1, column 53.
Was expecting one of:
    ")" ...
    "ORDER" ...
    "LIMIT" <UNSIGNED_INTEGER_LITERAL> ...
    "LIMIT" <DECIMAL_NUMERIC_LITERAL> ...
    "LIMIT" <APPROX_NUMERIC_LITERAL> ...
    "LIMIT" "ALL" ...
    "OFFSET" ...
    "FETCH" ...
    "NATURAL" ...
    "JOIN" ...
    "INNER" ...
    "LEFT" ...
    "RIGHT" ...
    "FULL" ...
    "CROSS" ...
    "," ...
    "OUTER" ...
    "EXTEND" ...
    "(" ...
    "MATCH_RECOGNIZE" ...
    "." ...
    "AS" ...
    <IDENTIFIER> ...
    <QUOTED_IDENTIFIER> ...
    <BACK_QUOTED_IDENTIFIER> ...
    <BRACKET_QUOTED_IDENTIFIER> ...
    <UNICODE_QUOTED_IDENTIFIER> ...
    "TABLESAMPLE" ...
    "WHERE" ...
    "GROUP" ...
    "HAVING" ...
    "WINDOW" ...
    "UNION" ...
    "INTERSECT" ...
    "EXCEPT" ...
    "MINUS" ...
    
        at 
org.apache.phoenix.end2end.DerivedTableIT.testDerivedTableWithLimit(DerivedTableIT.java:571)

testDerivedTableWithGroupBy[DerivedTableIT_1](org.apache.phoenix.end2end.DerivedTableIT)
  Time elapsed: 0.837 sec  <<< ERROR!
java.sql.SQLException: Error while preparing statement [SELECT t.a, 
COLLECTDISTINCT(t.b) FROM (SELECT b_string b, a_string a FROM aTable GROUP BY 
a_string, b_string ORDER BY b_string) AS t GROUP BY t.a ORDER BY t.a DESC]
        at 
org.apache.phoenix.end2end.DerivedTableIT.testDerivedTableWithGroupBy(DerivedTableIT.java:343)
Caused by: org.apache.calcite.runtime.CalciteContextException: From line 1, 
column 13 to line 1, column 32: No match found for function signature 
COLLECTDISTINCT(<CHARACTER>)
        at 
org.apache.phoenix.end2end.DerivedTableIT.testDerivedTableWithGroupBy(DerivedTableIT.java:343)
Caused by: org.apache.calcite.sql.validate.SqlValidatorException: No match 
found for function signature COLLECTDISTINCT(<CHARACTER>)
        at 
org.apache.phoenix.end2end.DerivedTableIT.testDerivedTableWithGroupBy(DerivedTableIT.java:343)

testDerivedTableWithAggregate[DerivedTableIT_1](org.apache.phoenix.end2end.DerivedTableIT)
  Time elapsed: 1.387 sec  <<< ERROR!
java.sql.SQLException: Error while preparing statement [SELECT count(a_byte) 
FROM (SELECT * FROM aTable order by a_integer) AS t where a_byte != 8]
        at 
org.apache.phoenix.end2end.DerivedTableIT.testDerivedTableWithAggregate(DerivedTableIT.java:869)
Caused by: org.apache.calcite.plan.RelOptPlanner$CannotPlanException: 
Node [rel#43495:Subset#4.ENUMERABLE.[]] could not be implemented; planner state:

Root: rel#43495:Subset#4.ENUMERABLE.[]
Original rel:

Sets:
Set#0, type: RecordType(CHAR(15) ORGANIZATION_ID, CHAR(15) ENTITY_ID, 
VARCHAR(100) A_STRING, VARCHAR(100) B_STRING, INTEGER A_INTEGER, DATE A_DATE, 
TIME(0) A_TIME, TIMESTAMP(0) A_TIMESTAMP, DECIMAL(31, 10) X_DECIMAL, BIGINT 
X_LONG, INTEGER X_INTEGER, INTEGER Y_INTEGER, TINYINT A_BYTE, SMALLINT A_SHORT, 
FLOAT A_FLOAT, DOUBLE A_DOUBLE, FLOAT A_UNSIGNED_FLOAT, DOUBLE 
A_UNSIGNED_DOUBLE)
        rel#43486:Subset#0.SERVER.[], best=rel#43317, 
importance=0.5904900000000001
                rel#43317:PhoenixTableScan.SERVER.[](table=[phoenix, ATABLE]), 
rowcount=127254.0, cumulative cost={1572.8640100000002 rows, 1572.8640100000002 
cpu, 0.0 io}
        rel#43530:Subset#0.NONE.[4], best=null, importance=0.5904900000000001
                
rel#43528:LogicalSort.NONE.[4](input=rel#43486:Subset#0.SERVER.[],sort0=$4,dir0=ASC),
 rowcount=127254.0, cumulative cost={inf}
        rel#43532:Subset#0.SERVER.[4], best=null, importance=0.29524500000000004
        rel#43536:Subset#0.GENERIC.[4], best=rel#43543, 
importance=0.29524500000000004
                
rel#43541:PhoenixServerSort.CLIENT.[4](input=rel#43540:Subset#0.SERVERAGG.[],sort0=$4,dir0=ASC),
 rowcount=127254.0, cumulative cost={inf}
                
rel#43543:PhoenixServerSort.CLIENT.[4](input=rel#43486:Subset#0.SERVER.[],sort0=$4,dir0=ASC),
 rowcount=127254.0, cumulative cost={38547.563336273175 rows, 
1575.4090900000003 cpu, 0.0 io}
                
rel#43545:PhoenixServerSort.CLIENT.[4](input=rel#43544:Subset#0.SERVERJOIN.[],sort0=$4,dir0=ASC),
 rowcount=127254.0, cumulative cost={inf}
                
rel#43547:PhoenixClientSort.CLIENT.[4](input=rel#43546:Subset#0.CLIENT.[],sort0=$4,dir0=ASC),
 rowcount=127254.0, cumulative cost={223421.0599676391 rows, 1588.1344900000004 
cpu, 0.0 io}
        rel#43538:Subset#0.GENERIC.[], best=rel#43317, 
importance=0.29524500000000004
                rel#43317:PhoenixTableScan.SERVER.[](table=[phoenix, ATABLE]), 
rowcount=127254.0, cumulative cost={1572.8640100000002 rows, 1572.8640100000002 
cpu, 0.0 io}
                
rel#43541:PhoenixServerSort.CLIENT.[4](input=rel#43540:Subset#0.SERVERAGG.[],sort0=$4,dir0=ASC),
 rowcount=127254.0, cumulative cost={inf}
                
rel#43543:PhoenixServerSort.CLIENT.[4](input=rel#43486:Subset#0.SERVER.[],sort0=$4,dir0=ASC),
 rowcount=127254.0, cumulative cost={38547.563336273175 rows, 
1575.4090900000003 cpu, 0.0 io}
                
rel#43545:PhoenixServerSort.CLIENT.[4](input=rel#43544:Subset#0.SERVERJOIN.[],sort0=$4,dir0=ASC),
 rowcount=127254.0, cumulative cost={inf}
                
rel#43547:PhoenixClientSort.CLIENT.[4](input=rel#43546:Subset#0.CLIENT.[],sort0=$4,dir0=ASC),
 rowcount=127254.0, cumulative cost={223421.0599676391 rows, 1588.1344900000004 
cpu, 0.0 io}
        rel#43540:Subset#0.SERVERAGG.[], best=null, 
importance=0.29524500000000004
        rel#43542:Subset#0.CLIENT.[4], best=rel#43543, 
importance=0.4955526426652692
                
rel#43541:PhoenixServerSort.CLIENT.[4](input=rel#43540:Subset#0.SERVERAGG.[],sort0=$4,dir0=ASC),
 rowcount=127254.0, cumulative cost={inf}
                
rel#43543:PhoenixServerSort.CLIENT.[4](input=rel#43486:Subset#0.SERVER.[],sort0=$4,dir0=ASC),
 rowcount=127254.0, cumulative cost={38547.563336273175 rows, 
1575.4090900000003 cpu, 0.0 io}
                
rel#43545:PhoenixServerSort.CLIENT.[4](input=rel#43544:Subset#0.SERVERJOIN.[],sort0=$4,dir0=ASC),
 rowcount=127254.0, cumulative cost={inf}
                
rel#43547:PhoenixClientSort.CLIENT.[4](input=rel#43546:Subset#0.CLIENT.[],sort0=$4,dir0=ASC),
 rowcount=127254.0, cumulative cost={223421.0599676391 rows, 1588.1344900000004 
cpu, 0.0 io}
        rel#43544:Subset#0.SERVERJOIN.[], best=null, 
importance=0.29524500000000004
        rel#43546:Subset#0.CLIENT.[], best=rel#43543, 
importance=0.29524500000000004
                
rel#43541:PhoenixServerSort.CLIENT.[4](input=rel#43540:Subset#0.SERVERAGG.[],sort0=$4,dir0=ASC),
 rowcount=127254.0, cumulative cost={inf}
                
rel#43543:PhoenixServerSort.CLIENT.[4](input=rel#43486:Subset#0.SERVER.[],sort0=$4,dir0=ASC),
 rowcount=127254.0, cumulative cost={38547.563336273175 rows, 
1575.4090900000003 cpu, 0.0 io}
                
rel#43545:PhoenixServerSort.CLIENT.[4](input=rel#43544:Subset#0.SERVERJOIN.[],sort0=$4,dir0=ASC),
 rowcount=127254.0, cumulative cost={inf}
                
rel#43547:PhoenixClientSort.CLIENT.[4](input=rel#43546:Subset#0.CLIENT.[],sort0=$4,dir0=ASC),
 rowcount=127254.0, cumulative cost={223421.0599676391 rows, 1588.1344900000004 
cpu, 0.0 io}
        rel#43564:Subset#0.ENUMERABLE.[], best=rel#43563, 
importance=0.29524500000000004
                
rel#43563:PhoenixToEnumerableConverter.ENUMERABLE.[](input=rel#43486:Subset#0.SERVER.[]),
 rowcount=127254.0, cumulative cost={1573.1185180000002 rows, 
1573.1185180000002 cpu, 0.0 io}
                
rel#43578:PhoenixToEnumerableConverter.ENUMERABLE.[4](input=rel#43542:Subset#0.CLIENT.[4]),
 rowcount=127254.0, cumulative cost={38547.81784427317 rows, 1575.6635980000003 
cpu, 0.0 io}
        rel#43579:Subset#0.ENUMERABLE.[4], best=rel#43578, 
importance=0.29524500000000004
                
rel#43578:PhoenixToEnumerableConverter.ENUMERABLE.[4](input=rel#43542:Subset#0.CLIENT.[4]),
 rowcount=127254.0, cumulative cost={38547.81784427317 rows, 1575.6635980000003 
cpu, 0.0 io}
        rel#43587:Subset#0.SERVERJOIN.[4], best=null, 
importance=0.29524500000000004
        rel#43588:Subset#0.SERVERAGG.[4], best=null, 
importance=0.29524500000000004
Set#1, type: RecordType(INTEGER A_INTEGER, TINYINT A_BYTE)
        rel#43488:Subset#1.NONE.[], best=null, importance=0.6561
                
rel#43487:LogicalProject.NONE.[](input=rel#43486:Subset#0.SERVER.[],A_INTEGER=$4,A_BYTE=$12),
 rowcount=127254.0, cumulative cost={inf}
                
rel#43489:LogicalSort.NONE.[0](input=rel#43488:Subset#1.NONE.[],sort0=$0,dir0=ASC),
 rowcount=127254.0, cumulative cost={inf}
                
rel#43531:LogicalProject.NONE.[0](input=rel#43530:Subset#0.NONE.[4],A_INTEGER=$4,A_BYTE=$12),
 rowcount=127254.0, cumulative cost={inf}
        rel#43516:Subset#1.SERVERAGG.[], best=null, 
importance=0.36450000000000005
        rel#43519:Subset#1.SERVER.[], best=rel#43535, 
importance=0.4999191071766519
                
rel#43533:PhoenixServerProject.SERVER.[[0]](input=rel#43532:Subset#0.SERVER.[4],A_INTEGER=$4,A_BYTE=$12),
 rowcount=127254.0, cumulative cost={inf}
                
rel#43535:PhoenixServerProject.SERVER.[](input=rel#43486:Subset#0.SERVER.[],A_INTEGER=$4,A_BYTE=$12),
 rowcount=127254.0, cumulative cost={1572.864049999686 rows, 1572.8640100000002 
cpu, 0.0 io}
        rel#43521:Subset#1.SERVERJOIN.[], best=null, 
importance=0.36450000000000005
        rel#43523:Subset#1.CLIENT.[], best=rel#43539, 
importance=0.4999191071807656
                
rel#43517:PhoenixServerSort.CLIENT.[0](input=rel#43516:Subset#1.SERVERAGG.[],sort0=$0,dir0=ASC),
 rowcount=127254.0, cumulative cost={inf}
                
rel#43520:PhoenixServerSort.CLIENT.[0](input=rel#43519:Subset#1.SERVER.[],sort0=$0,dir0=ASC),
 rowcount=127254.0, cumulative cost={5681.163975141149 rows, 1575.4090900000003 
cpu, 0.0 io}
                
rel#43522:PhoenixServerSort.CLIENT.[0](input=rel#43521:Subset#1.SERVERJOIN.[],sort0=$0,dir0=ASC),
 rowcount=127254.0, cumulative cost={inf}
                
rel#43524:PhoenixClientSort.CLIENT.[0](input=rel#43523:Subset#1.CLIENT.[],sort0=$0,dir0=ASC),
 rowcount=127254.0, cumulative cost={22114.36383570575 rows, 1585.5894100000003 
cpu, 0.0 io}
                
rel#43537:PhoenixClientProject.CLIENT.[[0]](input=rel#43536:Subset#0.GENERIC.[4],A_INTEGER=$4,A_BYTE=$12),
 rowcount=127254.0, cumulative cost={38547.563536271606 rows, 
1575.4090900000003 cpu, 0.0 io}
                
rel#43539:PhoenixClientProject.CLIENT.[](input=rel#43538:Subset#0.GENERIC.[],A_INTEGER=$4,A_BYTE=$12),
 rowcount=127254.0, cumulative cost={1572.8642099984286 rows, 
1572.8640100000002 cpu, 0.0 io}
        rel#43525:Subset#1.NONE.[0], best=null, importance=0.7290000000000001
                
rel#43489:LogicalSort.NONE.[0](input=rel#43488:Subset#1.NONE.[],sort0=$0,dir0=ASC),
 rowcount=127254.0, cumulative cost={inf}
                
rel#43531:LogicalProject.NONE.[0](input=rel#43530:Subset#0.NONE.[4],A_INTEGER=$4,A_BYTE=$12),
 rowcount=127254.0, cumulative cost={inf}
        rel#43526:Subset#1.GENERIC.[0], best=rel#43520, 
importance=0.36450000000000005
                
rel#43517:PhoenixServerSort.CLIENT.[0](input=rel#43516:Subset#1.SERVERAGG.[],sort0=$0,dir0=ASC),
 rowcount=127254.0, cumulative cost={inf}
                
rel#43520:PhoenixServerSort.CLIENT.[0](input=rel#43519:Subset#1.SERVER.[],sort0=$0,dir0=ASC),
 rowcount=127254.0, cumulative cost={5681.163975141149 rows, 1575.4090900000003 
cpu, 0.0 io}
                
rel#43522:PhoenixServerSort.CLIENT.[0](input=rel#43521:Subset#1.SERVERJOIN.[],sort0=$0,dir0=ASC),
 rowcount=127254.0, cumulative cost={inf}
                
rel#43524:PhoenixClientSort.CLIENT.[0](input=rel#43523:Subset#1.CLIENT.[],sort0=$0,dir0=ASC),
 rowcount=127254.0, cumulative cost={22114.36383570575 rows, 1585.5894100000003 
cpu, 0.0 io}
                
rel#43533:PhoenixServerProject.SERVER.[[0]](input=rel#43532:Subset#0.SERVER.[4],A_INTEGER=$4,A_BYTE=$12),
 rowcount=127254.0, cumulative cost={inf}
                
rel#43537:PhoenixClientProject.CLIENT.[[0]](input=rel#43536:Subset#0.GENERIC.[4],A_INTEGER=$4,A_BYTE=$12),
 rowcount=127254.0, cumulative cost={38547.563536271606 rows, 
1575.4090900000003 cpu, 0.0 io}
        rel#43527:Subset#1.CLIENT.[0], best=rel#43520, 
importance=0.49996492970629863
                
rel#43517:PhoenixServerSort.CLIENT.[0](input=rel#43516:Subset#1.SERVERAGG.[],sort0=$0,dir0=ASC),
 rowcount=127254.0, cumulative cost={inf}
                
rel#43520:PhoenixServerSort.CLIENT.[0](input=rel#43519:Subset#1.SERVER.[],sort0=$0,dir0=ASC),
 rowcount=127254.0, cumulative cost={5681.163975141149 rows, 1575.4090900000003 
cpu, 0.0 io}
                
rel#43522:PhoenixServerSort.CLIENT.[0](input=rel#43521:Subset#1.SERVERJOIN.[],sort0=$0,dir0=ASC),
 rowcount=127254.0, cumulative cost={inf}
                
rel#43524:PhoenixClientSort.CLIENT.[0](input=rel#43523:Subset#1.CLIENT.[],sort0=$0,dir0=ASC),
 rowcount=127254.0, cumulative cost={22114.36383570575 rows, 1585.5894100000003 
cpu, 0.0 io}
                
rel#43537:PhoenixClientProject.CLIENT.[[0]](input=rel#43536:Subset#0.GENERIC.[4],A_INTEGER=$4,A_BYTE=$12),
 rowcount=127254.0, cumulative cost={38547.563536271606 rows, 
1575.4090900000003 cpu, 0.0 io}
        rel#43534:Subset#1.SERVER.[0], best=null, importance=0.49499999999999994
                
rel#43533:PhoenixServerProject.SERVER.[[0]](input=rel#43532:Subset#0.SERVER.[4],A_INTEGER=$4,A_BYTE=$12),
 rowcount=127254.0, cumulative cost={inf}
        rel#43550:Subset#1.ENUMERABLE.[], best=rel#43555, 
importance=0.36450000000000005
                
rel#43549:PhoenixToEnumerableConverter.ENUMERABLE.[](input=rel#43523:Subset#1.CLIENT.[]),
 rowcount=127254.0, cumulative cost={1573.1187179984286 rows, 
1573.1185180000002 cpu, 0.0 io}
                
rel#43552:PhoenixToEnumerableConverter.ENUMERABLE.[0](input=rel#43527:Subset#1.CLIENT.[0]),
 rowcount=127254.0, cumulative cost={5681.418483141149 rows, 1575.6635980000003 
cpu, 0.0 io}
                
rel#43555:PhoenixToEnumerableConverter.ENUMERABLE.[](input=rel#43519:Subset#1.SERVER.[]),
 rowcount=127254.0, cumulative cost={1573.118557999686 rows, 1573.1185180000002 
cpu, 0.0 io}
                
rel#43556:PhoenixToEnumerableConverter.ENUMERABLE.[0](input=rel#43534:Subset#1.SERVER.[0]),
 rowcount=127254.0, cumulative cost={inf}
        rel#43553:Subset#1.ENUMERABLE.[0], best=rel#43552, 
importance=0.36450000000000005
                
rel#43552:PhoenixToEnumerableConverter.ENUMERABLE.[0](input=rel#43527:Subset#1.CLIENT.[0]),
 rowcount=127254.0, cumulative cost={5681.418483141149 rows, 1575.6635980000003 
cpu, 0.0 io}
                
rel#43556:PhoenixToEnumerableConverter.ENUMERABLE.[0](input=rel#43534:Subset#1.SERVER.[0]),
 rowcount=127254.0, cumulative cost={inf}
        rel#43575:Subset#1.SERVERJOIN.[0], best=null, 
importance=0.36450000000000005
        rel#43576:Subset#1.SERVERAGG.[0], best=null, 
importance=0.36450000000000005
Set#3, type: RecordType(INTEGER A_INTEGER, TINYINT A_BYTE)
        rel#43492:Subset#3.NONE.[4], best=null, importance=0.81
                
rel#43491:LogicalFilter.NONE.[[4]](input=rel#43525:Subset#1.NONE.[0],condition=<>(CAST($1):INTEGER,
 8)), rowcount=63627.0, cumulative cost={inf}
        rel#43497:Subset#3.SERVER.[4], best=null, importance=0.81
        rel#43503:Subset#3.SERVERJOIN.[4], best=null, importance=0.81
        rel#43507:Subset#3.CLIENT.[4], best=null, importance=0.81
        rel#43515:Subset#3.CLIENT.[0], best=rel#43514, 
importance=0.49998251024259804
                
rel#43514:PhoenixFilter.CLIENT.[[0]](input=rel#43526:Subset#1.GENERIC.[0],condition=<>(CAST($1):INTEGER,
 8)), rowcount=63627.0, cumulative cost={5687.526675141149 rows, 
1588.1344900000004 cpu, 0.0 io}
        rel#43560:Subset#3.ENUMERABLE.[0], best=rel#43559, importance=0.405
                
rel#43559:PhoenixToEnumerableConverter.ENUMERABLE.[0](input=rel#43515:Subset#3.CLIENT.[0]),
 rowcount=63627.0, cumulative cost={5687.653929141149 rows, 1588.2617440000004 
cpu, 0.0 io}
Set#4, type: RecordType(BIGINT EXPR$0)
        rel#43494:Subset#4.NONE.[], best=null, importance=0.9
                
rel#43493:LogicalAggregate.NONE.[](input=rel#43492:Subset#3.NONE.[4],group={},EXPR$0=COUNT($1)),
 rowcount=1.0, cumulative cost={inf}
        rel#43495:Subset#4.ENUMERABLE.[], best=null, importance=1.0
                
rel#43496:AbstractConverter.ENUMERABLE.[](input=rel#43494:Subset#4.NONE.[],convention=ENUMERABLE,sort=[]),
 rowcount=1.0, cumulative cost={inf}
                
rel#43500:PhoenixToEnumerableConverter.ENUMERABLE.[](input=rel#43499:Subset#4.SERVERAGG.[]),
 rowcount=1.0, cumulative cost={inf}
                
rel#43510:PhoenixToEnumerableConverter.ENUMERABLE.[](input=rel#43509:Subset#4.CLIENT.[]),
 rowcount=1.0, cumulative cost={inf}
        rel#43499:Subset#4.SERVERAGG.[], best=null, importance=0.9
                
rel#43498:PhoenixServerAggregate.SERVERAGG.[](input=rel#43497:Subset#3.SERVER.[4],group={},EXPR$0=COUNT($1)),
 rowcount=1.0, cumulative cost={inf}
                
rel#43504:PhoenixServerAggregate.SERVERAGG.[](input=rel#43503:Subset#3.SERVERJOIN.[4],group={},EXPR$0=COUNT($1)),
 rowcount=1.0, cumulative cost={inf}
        rel#43509:Subset#4.CLIENT.[], best=null, importance=0.9
                
rel#43508:PhoenixClientAggregate.CLIENT.[](input=rel#43507:Subset#3.CLIENT.[4],group={},EXPR$0=COUNT($1)),
 rowcount=1.0, cumulative cost={inf}


        at 
org.apache.phoenix.end2end.DerivedTableIT.testDerivedTableWithAggregate(DerivedTableIT.java:869)

org.apache.phoenix.end2end.DerivedTableIT  Time elapsed: 8.48 sec  <<< FAILURE!
java.lang.AssertionError: Found unfreed bytes in server-side cache expected:<0> 
but was:<14450>

Running org.apache.phoenix.end2end.DropSchemaIT
Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.44 sec <<< 
FAILURE! - in org.apache.phoenix.end2end.DropSchemaIT
testDropSchema[DropSchemaIT_schema="test_schema"](org.apache.phoenix.end2end.DropSchemaIT)
  Time elapsed: 0.187 sec  <<< ERROR!
org.apache.phoenix.schema.SchemaNotFoundException: ERROR 722 (43M05): Schema 
does not exists schemaName=test_schema
        at 
org.apache.phoenix.end2end.DropSchemaIT.testDropSchema(DropSchemaIT.java:88)

Running org.apache.phoenix.end2end.ExtendedQueryExecIT
Tests run: 4, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 6.288 sec <<< 
FAILURE! - in org.apache.phoenix.end2end.ExtendedQueryExecIT
testDateFunctions(org.apache.phoenix.end2end.ExtendedQueryExecIT)  Time 
elapsed: 1.748 sec  <<< FAILURE!
java.lang.AssertionError: expected: java.sql.Date<1970-01-01> but was: 
java.sql.Date<1970-01-01>
        at 
org.apache.phoenix.end2end.ExtendedQueryExecIT.verifyDateResultSet(ExtendedQueryExecIT.java:192)
        at 
org.apache.phoenix.end2end.ExtendedQueryExecIT.testDateFunctions(ExtendedQueryExecIT.java:116)

testTypeMismatchToDateFunctionBind(org.apache.phoenix.end2end.ExtendedQueryExecIT)
  Time elapsed: 0.316 sec  <<< FAILURE!
java.lang.AssertionError
        at 
org.apache.phoenix.end2end.ExtendedQueryExecIT.testTypeMismatchToDateFunctionBind(ExtendedQueryExecIT.java:89)

testToDateFunctionBind(org.apache.phoenix.end2end.ExtendedQueryExecIT)  Time 
elapsed: 0.381 sec  <<< FAILURE!
java.lang.AssertionError: expected: java.sql.Date<1970-01-01> but was: 
java.sql.Date<1970-01-01>
        at 
org.apache.phoenix.end2end.ExtendedQueryExecIT.verifyDateResultSet(ExtendedQueryExecIT.java:192)
        at 
org.apache.phoenix.end2end.ExtendedQueryExecIT.testToDateFunctionBind(ExtendedQueryExecIT.java:65)

testDateGroupBy(org.apache.phoenix.end2end.ExtendedQueryExecIT)  Time elapsed: 
0.362 sec  <<< FAILURE!
java.lang.AssertionError: expected: java.sql.Date<1970-01-01> but was: 
java.sql.Date<1970-01-01>
        at 
org.apache.phoenix.end2end.ExtendedQueryExecIT.testDateGroupBy(ExtendedQueryExecIT.java:167)

Running org.apache.phoenix.end2end.FunkyNamesIT
Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 7.444 sec <<< 
FAILURE! - in org.apache.phoenix.end2end.FunkyNamesIT
testCaseSensitive(org.apache.phoenix.end2end.FunkyNamesIT)  Time elapsed: 0.961 
sec  <<< FAILURE!
java.lang.AssertionError: expected:<2> but was:<1>
        at 
org.apache.phoenix.end2end.FunkyNamesIT.testCaseSensitive(FunkyNamesIT.java:115)

Build step 'Invoke top-level Maven targets' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results

Reply via email to