[ 
https://issues.apache.org/jira/browse/PHOENIX-3359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15563940#comment-15563940
 ] 

Maryann Xue commented on PHOENIX-3359:
--------------------------------------

Yes, I agree that we should eventually have a way to display a plan with more 
Phoenix details or display the Phoenix plan with a switch/different grammar. 
But this is a different issue here, in the example [~lomoree] has given here, 
we are trying to verify that we will be doing an ordered aggregate. We can 
easily verify this with the current Calcite EXPLAIN plan. So I was suggesting 
we verify directly from the EXPLAIN plan instead of using internal Phoenix 
interfaces, since we are going through this code path now in Calcite-Phoenix.

> 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)

Reply via email to