forked from ClickHouse/ClickHouse
-
Notifications
You must be signed in to change notification settings - Fork 8
Project antalya backport remote s3 cluster #565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
ianton-ru
wants to merge
437
commits into
project-antalya-24.12.2
from
project_antalya_backport_remote_s3_cluster
Closed
Project antalya backport remote s3 cluster #565
ianton-ru
wants to merge
437
commits into
project-antalya-24.12.2
from
project_antalya_backport_remote_s3_cluster
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…uring ALTER TABLE MODIFY COLUMN/QUERY
…d in system.query_log
Backport ClickHouse#70147 to 24.8: Fix Dynamic type creation of JSON subcolumn
Backport ClickHouse#70123 to 24.8: Check for Nullable(Nothing) type during ALTER TABLE MODIFY COLUMN/QUERY
…with Dynamic type
Backport ClickHouse#70148 to 24.8: Fix bcrypt password being displayed in system.query_log
Backport ClickHouse#70144 to 24.8: Fix possible hung in ALTER COLUMN with Dynamic type
Backport ClickHouse#70127 to 24.8: Fix wrong result with skipping index
Backport ClickHouse#70159 to 24.8: Update test_storage_s3_queue/test.py
…JSON type parser
Backport ClickHouse#70218 to 24.8: Respect setting allow_simdjson in JSON type parser
Backport ClickHouse#70146 to 24.8: Upgrade integration-runner image
…MaterializedPostgreSQL
Backport ClickHouse#70294 to 24.8: CI: Remove await feature from release branches
…port/24.8/70146 Revert "Backport ClickHouse#70146 to 24.8: Upgrade integration-runner image"
Backport ClickHouse#70207 to 24.8: Fix multiple issues with arrayMin and arrayMax
Backport ClickHouse#67664 to 24.8: Fix error on generated columns in MaterializedPostgreSQL
Backport ClickHouse#70310 to 24.8: Fix context for startup scripts
Backport ClickHouse#70352 to 24.8: fix Kafka test
Backport ClickHouse#70338 to 24.8: Fix crash when using WITH FILL incorrectly
…` crash for special columns
…_tests 24.8 TMP fix: Disabled getting AZURE_CONNECTION_STRING from SSM
24.8 Fix Stress tests
…_tests 24.8 fix stateless and stateful tests
24.8 Fix Builds Report and FinishCheck
24.8 Easier versioning
Also fixed minor hiccups
24.8 easier versioning part 2
24.8 easier versioning part 3
Update Project Antalya to 24.8.8
This is an automated comment for commit 6ee5056 with description of existing statuses. It's updated for the latest CI running ❌ Click here to open a full report in a separate page
Successful checks
|
Double of #583 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fix remote call of s3Cluster function
Documentation entry for user-facing changes
remote('remote_host', ''s3Cluster(.....)')
did not work with errorThe reason is this:
https://github.com/ClickHouse/ClickHouse/blob/master/src/TableFunctions/TableFunctionObjectStorageCluster.cpp#L34
s3Cluster
function has two stages, and stage is choose depends of query_kind - INITIAL_QUERY for first stage and SECONDARY_QUERY for second stage. Whens3Cluster
called fromremote
function, both stages were with SECONDARY_QUERY.Now requests from
remote
function useINITIAL_QUERY
.Modify your CI run:
NOTE: If your merge the PR with modified CI you MUST KNOW what you are doing
NOTE: Checked options will be applied if set before CI RunConfig/PrepareRunConfig step
Include tests (required builds will be added automatically):
Exclude tests:
Extra options:
Only specified batches in multi-batch jobs: