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.44k stars 959 forks source link

[hive] Refactor HiveCatalog to reduce io when getTable #4409

Closed JingsongLi closed 3 weeks ago

JingsongLi commented 3 weeks ago

Purpose

There are a large number of useless IO accesses in the current HiveCatalog implementation, which can be reduced to one-fifth of the number of accesses through code refactoring.

Tests

API and Format

Documentation