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
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