Skip to content

Conversation

ianton-ru
Copy link

Changelog category (leave one):

  • Performance Improvement

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

s3Cluster table function optimization with use_hive_partitioning setting.

Documentation entry for user-facing changes

s3 table function with use_hive_partitioning setting can skip loading unused objects based on object paths.
s3Cluster ignored this and loaded all objects.

s3 uses Filter step to filter unused files. s3Cluster can't use this step, because hasn't column to filter data after loading.
Added new step ObjectFilter to filter only loading objects.

CI Settings (Only check the boxes if you know what you are doing)

All builds in Builds_1 and Builds_2 stages are always mandatory
and will run independently of the checks below:

  • Allow: All Required Checks
  • Allow: Stateless tests
  • Allow: Stateful tests
  • Allow: Integration Tests
  • Allow: Performance tests
  • Allow: All Builds
  • Allow: batch 1, 2 for multi-batch jobs
  • Allow: batch 3, 4, 5, 6 for multi-batch jobs

  • Exclude: Style check
  • Exclude: Fast test
  • Exclude: All with ASAN
  • Exclude: All with TSAN, MSAN, UBSAN, Coverage
  • Exclude: All with aarch64
  • Exclude: All with release
  • Exclude: All with debug

  • Run only fuzzers related jobs (libFuzzer fuzzers, AST fuzzers, etc.)
  • Exclude: AST fuzzers

  • Do not test
  • Woolen Wolfdog
  • Upload binaries for special builds
  • Disable merge-commit
  • Disable CI cache

@Enmk Enmk force-pushed the project-antalya-24.12.2-s3cluster-hive branch from 477991d to d50f231 Compare January 29, 2025 14:20
@altinity-robot
Copy link
Collaborator

altinity-robot commented Jan 29, 2025

This is an automated comment for commit 2268961 with description of existing statuses. It's updated for the latest CI running

❌ Click here to open a full report in a separate page

Check nameDescriptionStatus
Integration testsThe integration tests report. In parenthesis the package type is given, and in square brackets are the optional part/total tests❌ failure
Sign aarch64There's no description for the check yet, please add it to tests/ci/ci_config.py:CHECK_DESCRIPTIONS❌ error
Sign releaseThere's no description for the check yet, please add it to tests/ci/ci_config.py:CHECK_DESCRIPTIONS❌ error
Stateful testsRuns stateful functional tests for ClickHouse binaries built in various configurations -- release, debug, with sanitizers, etc❌ failure
Stateless testsRuns stateless functional tests for ClickHouse binaries built in various configurations -- release, debug, with sanitizers, etc❌ failure
Stress testRuns stateless functional tests concurrently from several clients to detect concurrency-related errors❌ failure
Successful checks
Check nameDescriptionStatus
BuildsThere's no description for the check yet, please add it to tests/ci/ci_config.py:CHECK_DESCRIPTIONS✅ success
Compatibility checkChecks that clickhouse binary runs on distributions with old libc versions. If it fails, ask a maintainer for help✅ success
Docker keeper imageThe check to build and optionally push the mentioned image to docker hub✅ success
Docker server imageThe check to build and optionally push the mentioned image to docker hub✅ success
Install packagesChecks that the built packages are installable in a clear environment✅ success
Ready for releaseThere's no description for the check yet, please add it to tests/ci/ci_config.py:CHECK_DESCRIPTIONS✅ success

@Enmk Enmk force-pushed the project-antalya-24.12.2-s3cluster-hive branch from d50f231 to b4f8020 Compare February 1, 2025 19:08
@Enmk Enmk merged commit 6ed41cb into project-antalya-24.12.2 Feb 7, 2025
179 of 247 checks passed
@ianton-ru ianton-ru mentioned this pull request Apr 4, 2025
ianton-ru pushed a commit that referenced this pull request May 23, 2025
Enmk added a commit that referenced this pull request May 29, 2025
…_calls

25.3 Antalya port #583, #584, #703, #720 - fixes for distributed calls
ianton-ru pushed a commit that referenced this pull request Jul 17, 2025
…_calls

25.3 Antalya port #583, #584, #703, #720 - fixes for distributed calls
ianton-ru added a commit that referenced this pull request Jul 17, 2025
ianton-ru pushed a commit that referenced this pull request Aug 5, 2025
…_calls

25.3 Antalya port #583, #584, #703, #720 - fixes for distributed calls
ianton-ru added a commit that referenced this pull request Aug 5, 2025
Enmk added a commit that referenced this pull request Sep 9, 2025
…te_calls

25.6.5 Antalya port #583, #584, #703, #720 - fixes for s3Cluster distributed calls
ianton-ru pushed a commit that referenced this pull request Oct 1, 2025
…te_calls

25.6.5 Antalya port #583, #584, #703, #720 - fixes for s3Cluster distributed calls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants