Pedro Boado created PHOENIX-5049:
------------------------------------
Summary: Try to make ignored tests pass after PHOENIX-4981
Key: PHOENIX-5049
URL: https://issues.apache.org/jira/browse/PHOENIX-5049
Project: Phoenix
Issue Type: Bug
Affects Versions: 4.15.0
Reporter: Pedro Boado
Fix For: 4.15.0
After porting PHOENIX-4981 to 4.x-cdh an addendum commit was made to backport
changes to Spark 1.6 ( version shipped with cdh 5.15 ) . After changes were
made a few tests started failing and were ignored in the commit.
{code}
AggregateIT.testExpressionInGroupBy
AggregateIT.testGroupByCase
AggregateIT.testGroupByDescColumnWithNullsLastBug3452
{code}
Following three testcases are using syntax not available in Spark 1.6 hence
will be permanently ignored.
{code}
OrderByIT.testDescMultiOrderByExpr
OrderByIT.testNullsLastWithDesc
OrderByIT.testOrderByReverseOptimizationWithNullsLast
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)