You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by Atul Dambalkar <at...@xoriant.com> on 2018/02/21 04:20:50 UTC

FW: [jira] [Updated] (ARROW-1780) JDBC Adapter for Apache Arrow

Hi Uwe,

In terms of process, does this bug need to be assigned to me? I tried, but I couldn't get it assigned to myself. May be you or someone from Arrow team can do that? 

-Atul
-----Original Message-----
From: Uwe L. Korn (JIRA) [mailto:jira@apache.org] 
Sent: Tuesday, February 20, 2018 12:29 PM
To: Atul Dambalkar <at...@xoriant.com>
Subject: [jira] [Updated] (ARROW-1780) JDBC Adapter for Apache Arrow


     [ https://issues.apache.org/jira/browse/ARROW-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Uwe L. Korn updated ARROW-1780:
-------------------------------
    Fix Version/s: 0.10.0

> 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
>            Priority: Major
>             Fix For: 0.10.0
>
>
> 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.htm
> l 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)

Re: FW: [jira] [Updated] (ARROW-1780) JDBC Adapter for Apache Arrow

Posted by Atul Dambalkar <at...@xoriant.com>.
Thanks Wes.

Sent from my Samsung Galaxy smartphone.


-------- Original message --------
From: Wes McKinney <we...@gmail.com>
Date: 2/21/18 7:37 AM (GMT-08:00)
To: dev@arrow.apache.org
Subject: Re: FW: [jira] [Updated] (ARROW-1780) JDBC Adapter for Apache Arrow

hi Atul -- I added you to the contributor role in JIRA and assigned
the issue to you

On Tue, Feb 20, 2018 at 11:20 PM, Atul Dambalkar
<at...@xoriant.com> wrote:
> Hi Uwe,
>
> In terms of process, does this bug need to be assigned to me? I tried, but I couldn't get it assigned to myself. May be you or someone from Arrow team can do that?
>
> -Atul
> -----Original Message-----
> From: Uwe L. Korn (JIRA) [mailto:jira@apache.org]
> Sent: Tuesday, February 20, 2018 12:29 PM
> To: Atul Dambalkar <at...@xoriant.com>
> Subject: [jira] [Updated] (ARROW-1780) JDBC Adapter for Apache Arrow
>
>
>      [ https://issues.apache.org/jira/browse/ARROW-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Uwe L. Korn updated ARROW-1780:
> -------------------------------
>     Fix Version/s: 0.10.0
>
>> 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
>>            Priority: Major
>>             Fix For: 0.10.0
>>
>>
>> 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.htm
>> l 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)

Re: FW: [jira] [Updated] (ARROW-1780) JDBC Adapter for Apache Arrow

Posted by Wes McKinney <we...@gmail.com>.
hi Atul -- I added you to the contributor role in JIRA and assigned
the issue to you

On Tue, Feb 20, 2018 at 11:20 PM, Atul Dambalkar
<at...@xoriant.com> wrote:
> Hi Uwe,
>
> In terms of process, does this bug need to be assigned to me? I tried, but I couldn't get it assigned to myself. May be you or someone from Arrow team can do that?
>
> -Atul
> -----Original Message-----
> From: Uwe L. Korn (JIRA) [mailto:jira@apache.org]
> Sent: Tuesday, February 20, 2018 12:29 PM
> To: Atul Dambalkar <at...@xoriant.com>
> Subject: [jira] [Updated] (ARROW-1780) JDBC Adapter for Apache Arrow
>
>
>      [ https://issues.apache.org/jira/browse/ARROW-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Uwe L. Korn updated ARROW-1780:
> -------------------------------
>     Fix Version/s: 0.10.0
>
>> 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
>>            Priority: Major
>>             Fix For: 0.10.0
>>
>>
>> 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.htm
>> l 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)