You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "David Li (Jira)" <ji...@apache.org> on 2022/07/26 17:00:00 UTC

[jira] [Resolved] (ARROW-17004) [Java] Implement Arrow->JDBC prepared statement parameters for arrow-jdbc

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

David Li resolved ARROW-17004.
------------------------------
    Fix Version/s: 10.0.0
       Resolution: Fixed

Issue resolved by pull request 13589
[https://github.com/apache/arrow/pull/13589]

> [Java] Implement Arrow->JDBC prepared statement parameters for arrow-jdbc
> -------------------------------------------------------------------------
>
>                 Key: ARROW-17004
>                 URL: https://issues.apache.org/jira/browse/ARROW-17004
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Java
>            Reporter: David Li
>            Assignee: David Li
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 10.0.0
>
>          Time Spent: 4.5h
>  Remaining Estimate: 0h
>
> arrow-jdbc can turn JDBC ResultSets into Arrow VectorSchemaRoots. However, it would also be useful to have the opposite: bind values from a VectorSchemaRoot to a PreparedStatement for inserting/updating data.
> This is necessary for the ADBC project but isn't ADBC specific, so it could be added to arrow-jdbc. We should also document the type mapping it uses and how to customize the mapping.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)