[
https://issues.apache.org/jira/browse/FLINK-36271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-36271:
-----------------------------------
Labels: pull-request-available (was: )
> Support json and jsonb type in PostgreSQL JDBC Dialect
> ------------------------------------------------------
>
> Key: FLINK-36271
> URL: https://issues.apache.org/jira/browse/FLINK-36271
> Project: Flink
> Issue Type: Improvement
> Components: Connectors / JDBC, Table SQL / JDBC
> Reporter: Grzegorz Kołakowski
> Priority: Major
> Labels: pull-request-available
>
> When using PostgreSQL JDBC Catalog an error is thrown if one of the tables
> has column of type json or jsonb.
>
> {noformat}
> java.lang.UnsupportedOperationException: Doesn't support Postgres type
> 'jsonb' yet
> {noformat}
> Json/jsonb field can be returned as VARCHAR when reading the data.
> Writing values to json/jsonb column is not allowed in current design.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)