[
https://issues.apache.org/jira/browse/ARROW-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Atul Dambalkar resolved ARROW-1780.
-----------------------------------
Resolution: Fixed
Added the necessary components - [https://github.com/apache/arrow/pull/1759/]
Code is under - https://github.com/apache/arrow/tree/master/java/adapter/jdbc
> JDBC Adapter for Apache Arrow
> -----------------------------
>
> Key: ARROW-1780
> URL: https://issues.apache.org/jira/browse/ARROW-1780
> Project: Apache Arrow
> Issue Type: New Feature
> Reporter: Atul Dambalkar
> Assignee: Atul Dambalkar
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.10.0
>
> Time Spent: 4h 20m
> Remaining Estimate: 0h
>
> At a high level the JDBC Adapter will allow upstream apps to query RDBMS data
> over JDBC and get the JDBC objects converted to Arrow objects/structures. The
> upstream utility can then work with Arrow objects/structures with usual
> performance benefits. The utility will be very much similar to C++
> implementation of "Convert a vector of row-wise data into an Arrow table" as
> described here -
> https://arrow.apache.org/docs/cpp/md_tutorials_row_wise_conversion.html
> The utility will read data from RDBMS and covert the data into Arrow
> objects/structures. So from that perspective this will Read data from RDBMS,
> If the utility can push Arrow objects to RDBMS is something need to be
> discussed and will be out of scope for this utility for now.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)