Skip to content

Antalya 26.5: 26.3 Antalya port - fixes for s3Cluster distributed calls#1940

Open
zvonand wants to merge 2 commits into
antalya-26.5from
feature/antalya-26.5/pr-1646
Open

Antalya 26.5: 26.3 Antalya port - fixes for s3Cluster distributed calls#1940
zvonand wants to merge 2 commits into
antalya-26.5from
feature/antalya-26.5/pr-1646

Conversation

@zvonand

@zvonand zvonand commented Jun 23, 2026

Copy link
Copy Markdown
Member

Changelog category (leave one):

  • New Feature

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

Frontports for Antalya 26.3

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)
  • S3 Export (2h)
  • Swarms (30m)
  • Tiered Storage (2h)

Cherry-picked from #1646.

zvonand and others added 2 commits June 24, 2026 01:26
…next commit)

---
Original cherry-pick message follows:

Merge pull request #1646 from Altinity/frontport/antalya-26.3/fix_remote_calls

26.3 Antalya port - fixes for s3Cluster distributed calls
# Conflicts:
#	src/Planner/Planner.cpp
#	src/Processors/QueryPlan/ObjectFilterStep.cpp
#	src/Processors/QueryPlan/ObjectFilterStep.h
#	src/Processors/QueryPlan/ReadFromRemote.cpp
#	src/QueryPipeline/RemoteQueryExecutor.h
#	src/Storages/ObjectStorage/StorageObjectStorageCluster.cpp
#	tests/integration/test_database_iceberg/test.py
#	tests/integration/test_s3_cluster/test.py
Forward-port onto antalya-26.5, which already carries more-evolved
versions of the touched code:

- ObjectFilterStep.{cpp,h}: kept ours (detailed distributed-call
  comment, `const SharedHeader &` ctor, `hasCorrelatedExpressions`).
- ReadFromRemote.cpp / RemoteQueryExecutor.h: kept both ours'
  `setDistributedFanout` and the source PR's `setRemoteFunction` /
  `setShardCount`.
- Planner.cpp: kept both the `ReadFromQueryResultCacheStep.h` and the
  source PR's `ObjectFilterStep.h` includes.
- StorageObjectStorageCluster.cpp: kept ours' snapshot-based virtuals
  expression (the `virtual_columns` member the PR replaced is already
  gone on antalya-26.5).
- Integration tests: added the source PR's new tests (test_remote_hedged,
  test_remote_no_hedged, test_joins in test_s3_cluster; _test_cluster_joins
  in test_database_iceberg), keeping ours' evolved test_hive_partitioning.
- SettingsChangesHistory.cpp: uncommented `object_storage_cluster_join_mode`
  in place (it already existed as a commented row) and dropped the
  cherry-pick's duplicate version block, fixing the broken braces.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@zvonand zvonand added releasy Created/managed by RelEasy antalya-26.5 ai-resolved Port conflict auto-resolved by Claude labels Jun 23, 2026
@github-actions

Copy link
Copy Markdown

Workflow [PR], commit [c2b1654]

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

Labels

ai-resolved Port conflict auto-resolved by Claude antalya-26.5 releasy Created/managed by RelEasy

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant