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.43k stars 954 forks source link

[hive] Improve paimon format table conversion hive table in hive catalog. #4522

Open zhuangchong opened 1 week ago

zhuangchong commented 1 week ago

Purpose

Improve paimon format table conversion hive table in hive catalog.

1.Remove duplicate codes, such as the setting of serdeParamters of csv 2.Put paimon formate table conversion hive table and hive table conversion paimon formate table into a class. They are related and will be easier to find and modify at the same time in subsequent code changes. 3.Extract public tool class HiveFormat

Tests

API and Format

Documentation