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

Julian Hyde commented on DRILL-105:
-----------------------------------

Consider using Optiq's JDBC adapter. There is quite a lot of complexity: how to 
flatten the algebra tree into a small number of query blocks, how to map data 
types, how to know which built-in functions are supported in the target 
database.

http://www.hydromatic.net/optiq/apidocs/net/hydromatic/optiq/impl/jdbc/package-summary.html
                
> JDBC Storage engine
> -------------------
>
>                 Key: DRILL-105
>                 URL: https://issues.apache.org/jira/browse/DRILL-105
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Ted Dunning
>
> We should allow query pushdown into JDBC.  Note that this is very different 
> from JDBC support that allows a Java program to send a query to Drill.  
> Instead, it is a way for Drill to push down a query into a JDBC driver.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to