You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trino: Mount catalog files individually to preserve built-in catalogs
Address feedback from ebyhr on PR apache#2220 discussion r2583421945.
Instead of mounting the entire catalog directory, mount individual
catalog property files. This allows Trino to use its built-in catalogs
(memory, TPCH) which are helpful during development, while still
providing our custom Iceberg catalogs.
Added:
- memory.properties - In-memory connector for quick testing
- tpch.properties - TPC-H benchmark data for development
This makes the Trino container more flexible and developer-friendly.
0 commit comments