-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed as not planned
Labels
Description
Feature Request / Improvement
Description:
Currently, HadoopTables.load() doesn't support passing custom properties when loading tables. While HiveCatalog and HadoopCatalog support manifest caching through their initialize() method (as implemented in #4518), HadoopTables lacks this capability. This enhancement adds property support to HadoopTables.load() to enable manifest caching and other configurations.
Problem:
- HadoopTables lacks the ability to configure manifest caching during table loading
- Unlike HiveCatalog and HadoopCatalog which can enable manifest caching through initialize(), HadoopTables has no mechanism to pass these settings
- This creates inconsistency in how manifest caching can be configured across different catalog implementations
Query engine
None
Willingness to contribute
- I can contribute this improvement/feature independently
- I would be willing to contribute this improvement/feature with guidance from the Iceberg community
- I cannot contribute this improvement/feature at this time
Reactions are currently unavailable