[Java] Configuration does not provide a mapping for array column
- 主要语言
- Java
- 星标
- 94
- 派生
- 152
- 平均合并
- 3 天 16 小时
- 30 天内合并 PR
- 11
描述
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?
**Reporter**: [Benjamin Du](https://issues.apache.org/jira/browse/ARROW-10762)
#### Related issues:
- [[Java][JDBC] Allow users to config the mapping between SQL types and Arrow types](https://github.com/apache/arrow/issues/26465) (is blocked by)
**Note**: *This issue was originally created as [ARROW-10762](https://issues.apache.org/jira/browse/ARROW-10762). Please see the [migration documentation](https://github.com/apache/arrow/issues/14542) for further details.*
贡献指南
调研方向
从 org.apache.arrow.adapter.jdbc.JdbcToArrow.sqlToArrow 开始,检查数组列是如何映射的,然后阅读关于配置 SQL 类型与 Arrow 类型之间映射的相关 issue。完成的标准是用户可以为数组列提供自定义映射,而不会出现报告中的配置错误。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java, sql
- 领域
- database
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 25/100