Skip to content

Conversation

@ianton-ru
Copy link

Changelog category (leave one):

  • Documentation (changelog entry is not required)

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

Documentation for Swarm features in Antalya branch

Documentation entry for user-facing changes

...

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 24, 2025

Workflow [PR], commit [439b7e6]

@zvonand
Copy link
Collaborator

zvonand commented Dec 8, 2025

@codex review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

<named_collections>
<iceberg_conf>
<url>http://test.s3.amazonaws.com/clickhouse-bucket/</url>
<access_key_id>test<access_key_id>

Choose a reason for hiding this comment

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

P2 Badge Correct malformed XML tag in named collection example

The Altinity example for icebergCluster named collections shows <access_key_id>test<access_key_id> without a closing tag, so anyone copying it would end up with invalid XML and ClickHouse will refuse to parse the named collection. Close the tag as </access_key_id> to make the sample usable.

Useful? React with 👍 / 👎.


icebergAzure(connection_string|storage_account_url, container_name, blobpath, [,account_name], [,account_key] [,format] [,compression_method]) SETTINGS object_storage_cluster='cluster_name'

icebergHDSF(path_to_table, [,format] [,compression_method]) SETTINGS object_storage_cluster='cluster_name'

Choose a reason for hiding this comment

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

P2 Badge Fix misspelled Iceberg table function in example

In the object_storage_cluster section the example calls icebergHDSF(...); the table function is spelled icebergHDFS, so the documented command would fail with an unknown function error if run as written.

Useful? React with 👍 / 👎.


icebergLocal(path_to_table, [,format] [,compression_method]) SETTINGS object_storage_cluster='cluster_name'

icebergS3(option=value [,..]]) SETTINGS object_storage_cluster='cluster_name'

Choose a reason for hiding this comment

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

P2 Badge Remove extra bracket in icebergS3 settings example

The alternative syntax shows icebergS3(option=value [,..]]) SETTINGS ... with an extra closing bracket; as written this is not valid table function syntax and will raise a parse error if copied. Dropping the stray ] makes the example executable.

Useful? React with 👍 / 👎.

@zvonand zvonand merged commit 1a1d51a into antalya-25.8 Dec 9, 2025
89 of 90 checks passed
zvonand added a commit that referenced this pull request Dec 9, 2025
Documentation for Swarm features in Antalya branch
@alsugiliazova alsugiliazova added the verified Verified by QA label Dec 15, 2025
@alsugiliazova
Copy link
Member

QA verified. The cluster_name is missing in one of the examples. A comment has been left.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants