希望 postgresqlreader 插件可以支持读取 Array 类型的字段
Open
enhancement
- Dominant language
- Java
- Stars
- 17.4k
- Forks
- 5.7k
- PR merge metrics
- No merged PRs in 30d
Description
通过 `postgresqlreader` 读取数据时提示:
Code:[DBUtilErrorCode-12], Description:[不支持的数据库类型. 请注意查看 DataX 已经支持的数据库类型以及数据库版本.]. - 您的配置文件中的列配置信息有误. 因为DataX 不支持数据库读取这种字段类型. 字段名:[tags], 字段名称:[2003], 字段Java类型:[java.sql.Array]. 请尝试使用数据库函数将其转换datax支持的类型 或者不同步该字段 .
不知道可不可以帮忙支持读取 `Array` 类型的字段,谢谢!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the postgresqlreader handling of the `tags` column and the reported `java.sql.Array` type. Trace how supported PostgreSQL column types are identified and converted, then verify that an Array field can be read without the DBUtilErrorCode-12 failure; the issue does not name specific files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, postgresql
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100