apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.29k stars 916 forks source link

[Feature] Support MySQL TIME types when using HiveCatalog in CDC #1421

Closed yuzelin closed 1 year ago

yuzelin commented 1 year ago

Search before asking

Motivation

Currently, Hive doesn't support TIME type. So if MySQL table has TIME field, and set Paimon catalog to HiveCatalog, it will throw error.

Solution

No response

Anything else?

No response

Are you willing to submit a PR?

zhuangchong commented 1 year ago

1813