(feature) Use Map data type for system logs tables#18762
(feature) Use Map data type for system logs tables#18762sundy-li wants to merge 20 commits intoClickHouse:masterfrom
Conversation
|
Some tests use But I think we should add |
|
Ok, let's add this function. |
added. #18788 |
|
@sundy-li Let's change the tests and continue. |
|
Looks great! But later we should not forget to add backward incompatible change to changelog if we change default behavior for this tables. Am I right that old behavior without enabled new flag will no longer br checked in tests after this PR? |
No, old behavior will not be compatible after this PR, because we already change the datatype to Map. It's for system tables. It's global, but Currently there's one failed test in |
|
Failed tests are not related, ready to review. cc @alexey-milovidov @qoega |
|
continue in #23934 |
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):
Backward Incompatible Change:
These tables will be auto created with new datatypes, old queries maybe incompatible.
Detailed description / Documentation draft:
...
closes #18698