[
https://issues.apache.org/jira/browse/DRILL-257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13790966#comment-13790966
]
Julian Hyde commented on DRILL-257:
-----------------------------------
I'd be happy to make this a collaboration with Optiq. We could pull apart
Optiq's JDBC driver into client and server pieces with a portable protocol
(e.g. protobuf) between them.
The protocol could later evolve into something that could support an ODBC
driver.
The Optiq driver would be able to run in thin and embedded modes. The Drill
driver would be a subclass of the Optiq driver and should inherit the same
capabilities.
> Thin out JDBC driver so that client doesn't require much
> --------------------------------------------------------
>
> Key: DRILL-257
> URL: https://issues.apache.org/jira/browse/DRILL-257
> Project: Apache Drill
> Issue Type: Improvement
> Reporter: Jacques Nadeau
> Assignee: Jacques Nadeau
>
> Right now the SQL parsing happens inside the JDBC driver. We need to update
> this so that it happens in the Drillbit and the JDBC driver is just a
> communication shim.
--
This message was sent by Atlassian JIRA
(v6.1#6144)