CHANHAE OH created FLINK-39224:
----------------------------------
Summary: Support PostgreSQL jsonb type
Key: FLINK-39224
URL: https://issues.apache.org/jira/browse/FLINK-39224
Project: Flink
Issue Type: Improvement
Components: Connectors / JDBC
Affects Versions: jdbc-4.0.0
Reporter: CHANHAE OH
Fix For: jdbc-4.1.0, jdbc-3.4.0
h2. 1. The Reason for This Change (Motivation)
Currently, the Flink JDBC Connector for PostgreSQL does not recognize the
native jsonb data type. When a user attempts to read a table containing a jsonb
column through the PostgresCatalog, it fails with an
UnsupportedOperationException: Doesn't support Postgres type 'jsonb' yet.
The jsonb type is a widely used data type in PostgreSQL.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)