Skip to content

Alter remove column properties and TTLs#14742

Merged
abyss7 merged 21 commits intomasterfrom
alter_remove_everything
Sep 20, 2020
Merged

Alter remove column properties and TTLs#14742
abyss7 merged 21 commits intomasterfrom
alter_remove_everything

Conversation

@alesapin
Copy link
Copy Markdown
Member

@alesapin alesapin commented Sep 11, 2020

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Changelog category (leave one):

  • New Feature

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Add the ability to remove column properties and table TTLs. Introduced queries ALTER TABLE MODIFY COLUMN col_name REMOVE what_to_remove and ALTER TABLE REMOVE TTL. Both operations are lightweight and executed at the metadata level.

@robot-clickhouse robot-clickhouse added doc-alert pr-feature Pull request with new product feature labels Sep 11, 2020
@alesapin alesapin marked this pull request as ready for review September 14, 2020 11:58
@alesapin
Copy link
Copy Markdown
Member Author

test_materialize_mysql_database flaky test, already reported and probably fixed.

@abyss7 abyss7 self-assigned this Sep 16, 2020
@alesapin
Copy link
Copy Markdown
Member Author

AST fuzzer — Task failed: $?=8 Race condition in docker images with master.

@abyss7 abyss7 merged commit 5ffee88 into master Sep 20, 2020
@abyss7 abyss7 deleted the alter_remove_everything branch September 20, 2020 13:27
traceon added a commit to traceon/ClickHouse that referenced this pull request Sep 20, 2020
* master: (375 commits)
  Update type-conversion-functions.md
  Update maxmap.md
  Update maxmap.md
  Update maxmap.md
  Update single_fixed_string_groupby.xml
  Alter remove column properties and TTLs (ClickHouse#14742)
  better fixed string group by support
  Fix incorrect key condition of fixed strings.
  constant output order
  more tests for  ClickHouse#14646
  Maybe fix MSan report in base64
  Proper exception message for wrong number of arguments of CAST
  Added a test
  Fix buffer overflow in "bar" function
  Update convertMySQLDataType.cpp
  Fix clang-tidy
  Remove obsolete code from performance test
  Slightly better code
  Even more
  Even more
  ...

# Conflicts:
#	src/Interpreters/Context.cpp
traceon added a commit to traceon/ClickHouse that referenced this pull request Sep 21, 2020
* ldap-any-user-authentication: (781 commits)
  Remove extra declaration
  Synchronize the code with respect to IAccessStorage::login() functionality
  Update type-conversion-functions.md
  Update maxmap.md
  Update maxmap.md
  Update maxmap.md
  Update single_fixed_string_groupby.xml
  Alter remove column properties and TTLs (ClickHouse#14742)
  better fixed string group by support
  Fix incorrect key condition of fixed strings.
  constant output order
  more tests for  ClickHouse#14646
  Maybe fix MSan report in base64
  Proper exception message for wrong number of arguments of CAST
  Added a test
  Fix buffer overflow in "bar" function
  Update convertMySQLDataType.cpp
  Fix clang-tidy
  Remove obsolete code from performance test
  Slightly better code
  ...

# Conflicts:
#	src/Access/ContextAccess.cpp
#	src/Access/ContextAccess.h
#	src/Access/ExternalAuthenticators.h
#	src/Access/LDAPAccessStorage.cpp
#	src/Access/LDAPClient.h
#	src/Access/LDAPParams.h
#	src/Common/ErrorCodes.cpp
#	src/Interpreters/Context.cpp
#	src/Interpreters/Context.h
@CurtizJ CurtizJ mentioned this pull request Nov 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-feature Pull request with new product feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants