[
https://issues.apache.org/jira/browse/PHOENIX-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15563821#comment-15563821
]
Maryann Xue commented on PHOENIX-3359:
--------------------------------------
So expect these test cases should have a different test method now. Maybe we
can get the EXPLAIN plan for these queries and see if they contain certain
strings, for example, you can find test cases in CalciteIT containing a string
like this
{code}
PhoenixServerAggregate(group=[{0}], EXPR$1=[COUNT($3)], isOrdered=[true])
{code}
> Update JDBC urls to match connection type
> -----------------------------------------
>
> Key: PHOENIX-3359
> URL: https://issues.apache.org/jira/browse/PHOENIX-3359
> Project: Phoenix
> Issue Type: Sub-task
> Reporter: Eric Lomore
> Assignee: Eric Lomore
>
> Connection's that are intended to be unwrapped into PhoenixConnection's need
> to be created using the old JDBC url,
> {{DriverManager.getConnection(getOldUrl())}}
> {{PhoenixConnection pc = conn.unwrap(PhoenixConnection.class);}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)