[
https://issues.apache.org/jira/browse/FLINK-13836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-13836:
-----------------------------------
Labels: auto-deprioritized-major auto-deprioritized-minor (was:
auto-deprioritized-major stale-minor)
Priority: Not a Priority (was: Minor)
This issue was labeled "stale-minor" 7 days ago and has not received any
updates so it is being deprioritized. If this ticket is actually Minor, please
raise the priority and ask a committer to assign you the issue or revive the
public discussion.
> Improve support of java.util.UUID for JDBCTypeUtil
> --------------------------------------------------
>
> Key: FLINK-13836
> URL: https://issues.apache.org/jira/browse/FLINK-13836
> Project: Flink
> Issue Type: Improvement
> Components: Connectors / JDBC
> Affects Versions: 1.8.0
> Reporter: François Lacombe
> Priority: Not a Priority
> Labels: auto-deprioritized-major, auto-deprioritized-minor
>
> Currently, JDBCTypeUtil used by JDBCAppendTableSinkBuilder dones't support
> UUID types with java.util.UUID in Java.
> Could it be possible to handle that as to allow to write UUID directly to
> postgresql please?
>
> {code:java}
> java.lang.IllegalArgumentException: Unsupported type:
> GenericType<java.util.UUID>
> at
> org.apache.flink.api.java.io.jdbc.JDBCTypeUtil.typeInformationToSqlType(JDBCTypeUtil.java:91)
> at
> org.apache.flink.api.java.io.jdbc.JDBCAppendTableSinkBuilder.setParameterTypes(JDBCAppendTableSinkBuilder.java:103){code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)