Skip to content

Antalya 26.5: Antalya 26.3 port - Fix view over iceberg (+ cluster-requests prereq #1687)#1955

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

Antalya 26.5: Antalya 26.3 port - Fix view over iceberg (+ cluster-requests prereq #1687)#1955
zvonand wants to merge 2 commits into
antalya-26.5from
feature/antalya-26.5/pr-1759

Conversation

@zvonand

@zvonand zvonand commented Jun 24, 2026

Copy link
Copy Markdown
Member

Auto-ported prerequisites: RelEasy detected that the requested port depended on PR(s) not yet on the target branch and auto-ported them first (1 PR(s) added). Reviewers: please confirm the prereq scope is appropriate.

Changelog category (leave one):

  • Not for changelog

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

Fix incorrect work view over Iceberg table (#1950 by @zvonand, #1759 by @ianton-ru).

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)

Combined port of 2 PR(s) (group pr-1759). Cherry-picked from #1950, #1759.

@zvonand zvonand added releasy Created/managed by RelEasy antalya-26.5 auto-prereq-added Combined PR includes auto-added prerequisite PR(s) labels Jun 24, 2026
@github-actions

Copy link
Copy Markdown

Workflow [PR], commit [6f85c14]

extern const SettingsBool table_engine_read_through_distributed_cache;
extern const SettingsUInt64 s3_path_filter_limit;
extern const SettingsBool use_parquet_metadata_cache;
extern const SettingsBool input_format_parquet_use_native_reader_v3;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

input_format_parquet_use_native_reader_v3 is from some other change, I guess it can be removed.


bool not_a_path = false;

while (true)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Usage of not_a_path is lost. In #1687 this flag was an additional condition to exit from cycle, need something like while (not_a_path) here.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See also #1953, where while is changed on do ... while

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually it was changed in upstream fromdo .. while on while in ClickHouse#102115

@zvonand zvonand changed the title Antalya 26.5: Antalya 26.3 port - improvements for cluster requests Antalya 26.5: Antalya 26.3 port - Fix view over iceberg (+ cluster-requests prereq #1687) Jun 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

antalya-26.5 auto-prereq-added Combined PR includes auto-added prerequisite PR(s) releasy Created/managed by RelEasy

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants