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] Determine timestamp ltz type based on hive runtime version #4571

Open Zouxxyy opened 8 hours ago

Zouxxyy commented 8 hours ago

Purpose

Determine timestamp ltz type based on hive runtime version, because we will only shade paimon-hive-common into the paimon-bundle, so it should be hive version independent

Tests

Cover by the existing cases

API and Format

Documentation