v.25.6Improvement
Now system.iceberg_history shows history
Nowsystem.iceberg_historyshows history for catalogs databases like glue or iceberg rest. Also renamedtable_nameanddatabase_namecolumns totableanddatabaseinsystem.iceberg_historyfor consistency. #80975 (alesapin).
Why it matters
This feature enhances thesystem.iceberg_history table by supporting history tracking for catalog databases beyond the default Iceberg sources, like Glue or Iceberg REST catalogs. Renaming columns improves clarity and consistency, making it easier for users to query and understand historical metadata changes across multiple catalog types.How to use it
Users can query the updatedsystem.iceberg_history system table directly to view historical data across Glue, Iceberg REST, and other supported catalog databases. No additional configuration is required; users only need to adapt to the renamed columns table and database in their queries.