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] Make HiveCatalog.listTables Lighter weight #4498

Closed JingsongLi closed 1 week ago

JingsongLi commented 1 week ago

Purpose

Try to avoid create Paimon table in HiveCatalog.listTables, this can accelerate list tables and avoid potential problems (just show tables here, we don't need to access tables).

Tests

API and Format

Documentation

wwj6591812 commented 1 week ago

+1