You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Liya Fan (Jira)" <ji...@apache.org> on 2020/12/03 03:11:00 UTC

[jira] [Comment Edited] (ARROW-10762) [Java] Configuration does not provide a mapping for array column

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

Liya Fan edited comment on ARROW-10762 at 12/3/20, 3:10 AM:
------------------------------------------------------------

[~dclong] Sure we have a default mapping, which can be found here (https://github.com/apache/arrow/pull/8597/files#diff-5f6ecfada9677653fcba498dced5daec420625828ee6e726fc1fcb10f9bd0b99). If we do not specify a customized mapping, the default one will be used. 

However, it seems the default mapping failed to process your data. If you could provide more details, maybe we can help you do some more investigations. 


was (Author: fan_li_ya):
[~dclong] Sure we have a default mapping, which can be found here (java/adapter/jdbc/src/main/java/org/apache/arrow/adapter/jdbc/JdbcToArrowConfig.java). If we do not specify a customized mapping, the default one will be used. 

However, it seems the default mapping failed to process your data. If you could provide more details, maybe we can help you do some more investigations. 

> [Java] Configuration does not provide a mapping for array column
> ----------------------------------------------------------------
>
>                 Key: ARROW-10762
>                 URL: https://issues.apache.org/jira/browse/ARROW-10762
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Java
>            Reporter: Benjamin Du
>            Priority: Major
>
> I tried to leverage `org.apache.arrow.adapter.jdbc.JdbcToArrow.sqlToArrow` to query a Hive table but got the following error message on array columns. 
> {{Configuration does not provide a mapping for array column 234}}
> The error message makes wondering whether it is possible to provided a customized configuration for array columns?
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)