Skip to content

icebergLocalCluster table function#1120

Merged
Enmk merged 7 commits intoantalya-25.8from
feature/antalya-25.8/iceberg_local_cluster
Nov 12, 2025
Merged

icebergLocalCluster table function#1120
Enmk merged 7 commits intoantalya-25.8from
feature/antalya-25.8/iceberg_local_cluster

Conversation

@ianton-ru
Copy link

@ianton-ru ianton-ru commented Nov 3, 2025

Changelog category (leave one):

  • New Feature

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

icebergLocalCluster table function

Documentation entry for user-facing changes

Solved #1036
Added icebergLocalCluster table function to allow cluster reads from shared disk.

SELECT * FROM icebergLocalCluster('swarm', '/var/lib/iceberg/data/');

SELECT * FROM icebergLocal('/var/lib/iceberg/data/') SETTINGS object_storage_cluster='swarm';

SELECT * FROM iceberg(type='local', '/var/lib/iceberg/data/') SETTINGS object_storage_cluster='swarm';

SELECT * FROM iceberg.`ice.local` SETTINGS object_storage_cluster='swarm';

CI/CD Options

Exclude tests:

  • Fast test
  • Integration Tests
  • Stateless tests
  • Stateful tests
  • Performance tests
  • All with ASAN
  • All with TSAN
  • All with MSAN
  • All with UBSAN
  • All with Coverage
  • All with Aarch64
  • All Regression
  • Disable CI Cache

Regression jobs to run:

  • Fast suites (mostly <1h)
  • Aggregate Functions (2h)
  • Alter (1.5h)
  • Benchmark (30m)
  • ClickHouse Keeper (1h)
  • Iceberg (2h)
  • LDAP (1h)
  • Parquet (1.5h)
  • RBAC (1.5h)
  • SSL Server (1h)
  • S3 (2h)
  • Tiered Storage (2h)

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

Workflow [PR], commit [3842dfd]

@ianton-ru
Copy link
Author

Failed tests looks irrelevant for this PR.
And looks like graceful shutdown is unstable :(

@Enmk Enmk merged commit 10f1a23 into antalya-25.8 Nov 12, 2025
130 of 138 checks passed
@ianton-ru
Copy link
Author

ClickHouse#93323

@ianton-ru ianton-ru added the antalya-obsolete PR exists in higher Altinity release (doesn’t need forward porting) label Jan 12, 2026
ianton-ru pushed a commit that referenced this pull request Feb 11, 2026
…ocal_cluster

icebergLocalCluster table function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

antalya antalya-25.8 antalya-obsolete PR exists in higher Altinity release (doesn’t need forward porting)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants