Commit Graph

135920 Commits

Author SHA1 Message Date
Nikolai Kochetov
2b9889fb84
Merge pull request #60082 from amosbird/non-trivial-count-optimization
Refactor prewhere and primary key optimization
2024-02-26 16:17:24 +01:00
Dmitry Novik
32c63cc57a Fix style 2024-02-26 15:02:06 +00:00
Raúl Marín
4b64145ea8 Missing includes 2024-02-26 16:00:40 +01:00
Robert Schulze
1767a6d244
Fix test results 2024-02-26 14:47:26 +00:00
avogar
3c881b63d6 Merge branch 'master' of github.com:ClickHouse/ClickHouse into validate-nested-types-under-a-setting 2024-02-26 14:45:57 +00:00
Kruglov Pavel
7c3ef34241
Fix fasttest 2024-02-26 15:45:09 +01:00
avogar
73bbc08384 Fix undefined-behavior in case of too big max_execution_time setting 2024-02-26 14:40:51 +00:00
Robert Schulze
048f7ec3e9
Merge pull request #59516 from rschu1ze/cgroup-observing-memory-tracker
Update memory tracker periodically with cgroup memory usage
2024-02-26 15:27:19 +01:00
Dmitry Novik
96dff28a96 Update comment 2024-02-26 14:17:05 +00:00
Nikolai Kochetov
ef8dab52c6
Merge pull request #57767 from jsc0218/DictShortCircuit
Dict Short Circuit
2024-02-26 15:16:15 +01:00
Dmitry Novik
848d4009e6 Rewrite implementation 2024-02-26 14:14:30 +00:00
Arthur Passos
f04debe648 add test that validates attach partition fails if structure differs because of materialized column 2024-02-26 11:10:22 -03:00
Juan Madurga
28eb15910f rename tests 2024-02-26 15:02:58 +01:00
Juan Madurga
f41c3b136c update test to avoid timezone randomization on ci 2024-02-26 15:01:17 +01:00
Juan Madurga
caa4203a38 use timezone in test 2024-02-26 15:01:17 +01:00
Juan Madurga
bc0707995a update test 2024-02-26 15:01:17 +01:00
Juan Madurga
e8051318fe Ulid requires external libraries 2024-02-26 15:01:17 +01:00
Juan Madurga
4fdf54bf36 add test 2024-02-26 15:01:17 +01:00
Juan Madurga
556b9897d0 update FunctionULIDStringToDateTime for short circuit 2024-02-26 15:01:17 +01:00
vdimir
d62b8a5d4a
Throw BAD_ARGUMENTS for hashed_dict with shards and update_field 2024-02-26 14:01:08 +00:00
peter279k
16a9a8cdf1
Add the permanent approach for setting THP 2024-02-26 21:57:02 +08:00
Arthur Passos
ae9765244b remove one test because it already exists 2024-02-26 10:52:16 -03:00
Arthur Passos
024997f797 add echoon 2024-02-26 10:48:12 -03:00
Arthur Passos
f6aa145428 projections after attach test 2024-02-26 10:46:59 -03:00
Kruglov Pavel
d184ebff6a
Merge pull request #60343 from Alex-Cheng/master
Update settings.md to correct the description for setting `max_concur…
2024-02-26 14:21:10 +01:00
Raúl Marín
a8878bfdc5 Merge remote-tracking branch 'blessed/master' into melvynator-patch-2 2024-02-26 14:18:41 +01:00
Nikita Taranov
2ea20004ef upd 2024-02-26 13:54:57 +01:00
avogar
024a5c90f1 Fix tests, add new setting to changes history 2024-02-26 12:48:40 +00:00
Raúl Marín
98e68ccfb8 Remove old tags from integration tests 2024-02-26 13:45:20 +01:00
Kruglov Pavel
1a9ee8c318
Merge pull request #60372 from HowePa/single_arg_merge
Support single-argument version for the merge table function
2024-02-26 13:43:04 +01:00
Yong Wang
795c1a98dc
Fix segmentation fault in KQL parser when the input query exceeds the max_query_size (#59626)
* Fix_kql_issue_found_by_wingfuzz

This commit fix the issues:
 https://github.com/ClickHouse/ClickHouse/issues/59036
 https://github.com/ClickHouse/ClickHouse/issues/59037

both issues are same reason, the input query exceed the max_query_size,
so the condition isEnd() of token is not meet and cause the assertion failure

* fix_kql_issue_found_by_wingfuzz: use isValid instead of TokenType::EndOfStream

* fix_kql_issue_found_by_wingfuzz: make functional test result consist

* fix_kql_issue_found_by_wingfuzz: update test case for makeseries

* fix_kql_issue_found_by_wingfuzz: disable makeseries

* fix_kql_issue_found_by_wingfuzz:
 use isvalid() function to replace isEnd() function of TokenIterator to check the end of stream

* fix_kql_issue_found_by_wingfuzz: add test case for max_query_size

* fix_kql_issue_found_by_wingfuzz: fix AST structure

* fix_kql_issue_found_by_wingfuzz: make sure the max query size test is in the dialect of kusto

* fix_kql_issue_found_by_wingfuzz : restore max query size after test

* fix_kql_issue_found_by_wingfuzz : fix typo

---------

Co-authored-by: János Benjamin Antal <benjamin.antal@clickhouse.com>
2024-02-26 13:31:47 +01:00
Yarik Briukhovetskyi
d88fb26e0c
Merge branch 'ClickHouse:master' into group_array_intersect 2024-02-26 13:25:26 +01:00
robot-clickhouse-ci-1
d98fbcb8d1
Merge pull request #60402 from rschu1ze/doc-settings_changes
Document `system.settings_changes`
2024-02-26 13:20:52 +01:00
rogeryk
7a92f542b4 Add setting output_format_pretty_single_large_number_tip_threshold 2024-02-26 20:19:53 +08:00
Robert Schulze
207187ab97
Update docs/en/operations/system-tables/settings_changes.md
Co-authored-by: Yarik Briukhovetskyi <114298166+yariks5s@users.noreply.github.com>
2024-02-26 12:54:27 +01:00
Robert Schulze
1751d76234
Minor doc fixups 2024-02-26 11:42:11 +00:00
Yarik Briukhovetskyi
e04a89349d
Merge branch 'ClickHouse:master' into group_array_intersect 2024-02-26 12:29:22 +01:00
Yarik Briukhovetskyi
7d413bef18
Merge branch 'ClickHouse:master' into fix_datetime64_scale_conversion 2024-02-26 12:28:36 +01:00
Robert Schulze
1e40b63cb1
Merge remote-tracking branch 'ClickHouse/master' into dist/config-settings 2024-02-26 11:15:51 +00:00
Robert Schulze
6bfa31fbef
Document system.settings_changes 2024-02-26 11:10:23 +00:00
Raúl Marín
56f7ee740a
Merge pull request #60244 from Algunenano/i60232
Add test for 60232
2024-02-26 12:00:58 +01:00
Robert Schulze
b11c266704
Update setting changes history 2024-02-26 10:58:25 +00:00
Raúl Marín
f84209be2f Merge remote-tracking branch 'blessed/master' into max_threads_sanity 2024-02-26 11:56:29 +01:00
Raúl Marín
dd6b5009a9 Merge remote-tracking branch 'blessed/master' into i60232 2024-02-26 11:55:12 +01:00
peter279k
440d29ce9e
Simplify the importing GPG keys approach 2024-02-26 18:20:45 +08:00
Robert Schulze
5c967c44de
Merge pull request #60248 from ClickHouse/revert-59450-order-by-all-ambiguities
Revert "Replace `ORDER BY ALL` by `ORDER BY *`"
2024-02-26 10:23:41 +01:00
Robert Schulze
13dd5ce427
Update settings history 2024-02-26 09:18:00 +00:00
Robert Schulze
34a70664e1
Empty commit 2024-02-26 09:11:05 +00:00
alesapin
d4b151764f
Update src/Common/CgroupsMemoryUsageObserver.cpp 2024-02-26 09:58:11 +01:00
alesapin
f6554d0d4e
Update src/Common/CgroupsMemoryUsageObserver.cpp 2024-02-26 09:57:59 +01:00