[WIP] ALTER RENAME COLUMN integration tests.#10654
Closed
vzakaznikov wants to merge 197 commits intoClickHouse:masterfrom
Closed
[WIP] ALTER RENAME COLUMN integration tests.#10654vzakaznikov wants to merge 197 commits intoClickHouse:masterfrom
vzakaznikov wants to merge 197 commits intoClickHouse:masterfrom
Conversation
…LICKHOUSEDOCS-558-RBAC-introduction
* CLICKHOUSEDOCS-559: Started to describe GRANT * CLICKHOUSEDOCS-559: Added headers for some other kinds of quries. * CLICKHOUSEDOCS-559: Further edits. * CLICKHOUSEDOCS-559: Updated grant description. * CLICKHOUSEDOCS-559: The first version for the GRANT statement is finished. * CLICKHOUSEDOCS-559: Almost finished CREATE USER * CLICKHOUSEDOCS-559: Finished the first version of CREATE queries. * CLICKHOUSEDOCS-559: Finished ALTER, DROP and SET. * CLICKHOUSEDOCS-559: Finished the first version of statements. * CLICKHOUSEDOCS-559: Update by review. * CLICKHOUSEDOCS-559: Update by review. * Update docs/en/query_language/alter.md * Update docs/en/query_language/create.md Co-Authored-By: Ilya Yatsishin <[email protected]> * Update docs/en/query_language/grant.md Co-Authored-By: Ilya Yatsishin <[email protected]> * Update by comments. Also RBAC-7 aplied. * moved new files to new structure * Adopted added articles to a new structure. * CLICKHOUSEDOCS-559: Fixed links. * CLICKHOUSEDOCS-559: Links fix. * CLICKHOUSEDOCS-559: Updated privileges by RBAC-8 changes * CLICKHOUSEDOCS-559: Added CREATE, ALTER, DROP, and SHOW queries for QUOTAS and SETTINGS PROFILES. * CLICKHOUSEDOCS-559: Added ON CLUSTER for CREATE, ALTER, DROP. * CLICKHOUSEDOCS-559: Fixed code-blocks and the anchor. * CLICKHOUSEDOCS-559: Edits after the last portion of commentaries. * CLICKHOUSEDOCS-559: Changed example Co-authored-by: Sergei Shtykov <[email protected]> Co-authored-by: Ilya Yatsishin <[email protected]>
…LICKHOUSEDOCS-558-RBAC-introduction
…LICKHOUSEDOCS-558-RBAC-introduction
…tDict becouse this logic will change.
Co-Authored-By: Ilya Yatsishin <[email protected]>
…m:BayoNet/ClickHouse into docs/CLICKHOUSEDOCS-558-RBAC-introduction
Fix http readonly request stucks on client close
Range check in function h3EdgeAngle
Add direct layout for dictionaries
…formance-tests Mark some performance tests with very high variance
Add pika python module
update coverage tools to llvm-10
Update clickhouse-copier.md
* add tests with DatabaseAtomic * fix
…buted table over it.
…om/vzakaznikov/ClickHouse into alter_rename_column_altinity_tests
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
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.
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Adding integration tests for new ALTER RENAME COLUMN query.
Detailed description / Documentation draft:
Current stateless tests for ALTER RENAME COLUMN are not enough to fully verify the new functionality. Adding integration tests to check behavior in a more realistic environment.