Commit Graph

102651 Commits

Author SHA1 Message Date
Elena Torró
5630412944
Merge branch 'master' into fix_reset_setting_on_cluster 2022-11-30 21:47:43 +01:00
Elena
0a35a072d9 Add RESET_SETTING to check if is a settings alter 2022-11-30 21:44:19 +01:00
Anton Popov
bbcd389fa4 remove flaky test 2022-11-30 20:26:58 +00:00
Alexander Tokmakov
431f6551cb
Merge branch 'master' into fix_assertion_in_thread_status 2022-11-30 23:05:15 +03:00
Maksim Kita
ec15d52642 FuseFunctionsPass small fix 2022-11-30 20:40:12 +01:00
Nikolai Kochetov
7db145bece Fix style. 2022-11-30 19:19:46 +00:00
Ivan Blinkov
15f8030e04
[docs] minor improvements to "Cache Types" article 2022-11-30 21:47:50 +03:00
Azat Khuzhin
02b5d9a56d tests: fix 01676_clickhouse_client_autocomplete without stdin attached
In case of stdin is not attached (EOF), then expect will also close
stdout, fix this by openning stdout again.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-11-30 19:43:40 +01:00
Mikhail f. Shiryaev
66a4002078
Merge pull request #43773 from ClickHouse/style-check-cancelable
Attempt to fix StyleCheck condition
2022-11-30 19:39:19 +01:00
Azat Khuzhin
b514300cee tests: fix 01676_clickhouse_client_autocomplete
Previusly it works incorrectly, timeout does not work when some stdin
attached for expect, and so the test was wrong.

Also this test requires small timeout since it waits in the loop until
the completion will be loaded.

So to make the test more clean, add a message when is_done is set to 1,
and update the reference file.

And also cleanup the test to reduce copy-paste.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-11-30 19:36:17 +01:00
Azat Khuzhin
0b48a2ed5e tests: add *.debuglog to gitignore
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-11-30 19:36:17 +01:00
Azat Khuzhin
858d6da61f tests: add debuglog support for 01676_long_clickhouse_client_autocomplete
This will help to debug #43809

Follow-up for: #38728
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-11-30 19:36:17 +01:00
Azat Khuzhin
38ae8f7c07 tests: remove long prefix for 01676_clickhouse_client_autocomplete
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-11-30 19:36:16 +01:00
Anton Popov
2a8774483e mark test as no-parallel 2022-11-30 17:31:35 +00:00
Robert Schulze
3fc10d5fe6
Merge pull request #42730 from ClickHouse/build-libcxx-and-libcxxabi-from-llvm-project
Build libcxx and libcxxabi from llvm-project
2022-11-30 18:23:48 +01:00
Maksim Kita
16359d42be
Merge pull request #43793 from kitaisreal/analyzer-constant-node-refactoring
Analyzer ConstantNode refactoring
2022-11-30 20:06:27 +03:00
Roman Vasin
96d7cf319b
Merge branch 'master' into ADQM-623 2022-11-30 19:25:53 +03:00
Roman Vasin
48d808e475 Replace is_date_diff with is_relative 2022-11-30 16:22:30 +00:00
Nikolai Kochetov
ecc45e5b1f Review fixes. 2022-11-30 16:15:40 +00:00
Roman Vasin
107a0d50f3 Update docs 2022-11-30 16:12:58 +00:00
Vladimir C
53dc70a2d0
Merge pull request #38191 from BigRedEye/grace_hash_join
Closes https://github.com/ClickHouse/ClickHouse/issues/11596
2022-11-30 17:01:00 +01:00
Maksim Kita
0a30d3da1b
Merge pull request #43768 from kitaisreal/analyzer-compound-expression-crash-fix
Analyzer compound expression crash fix
2022-11-30 18:43:29 +03:00
Vitaly Baranov
f966bf61e0
Merge pull request #43627 from ClickHouse/faster_backup_config_loading
Speedup backup config loading
2022-11-30 16:33:54 +01:00
Roman Vasin
50f6a2c5ab Remove test 02477_age_via_unix_epoch 2022-11-30 15:31:33 +00:00
Roman Vasin
8160b286e2 Fix bug with week parameter for age() 2022-11-30 15:26:02 +00:00
Nikolai Kochetov
5a67ba8598 Increase some logging level for keeper client. 2022-11-30 15:21:14 +00:00
Kruglov Pavel
3a0cf5bf5b
Merge pull request #43311 from Avogar/proper-fix-lc-with-if
Fix bad cast from LowCardinality column when using short circuit function execution
2022-11-30 16:06:43 +01:00
vdimir
68c96d10e9
Run 02275_full_sort_join_long in release build only 2022-11-30 15:01:16 +00:00
Alexander Tokmakov
46d1c92ba2
Update DatabaseCatalog.cpp 2022-11-30 17:48:52 +03:00
Anton Popov
fd262cb56b update docs for trace_log 2022-11-30 14:48:46 +00:00
Nikolai Kochetov
43b3c10e9a Add a separate optimisation to enable memory bound aggregation. 2022-11-30 14:31:39 +00:00
Alexander Tokmakov
a00fc4907b fix 2022-11-30 14:31:52 +01:00
Antonio Andelic
2f501d5327 Merge branch 'master' into keeper-prometheus 2022-11-30 13:24:37 +01:00
Antonio Andelic
fbda86ddc8 PR fixes 2022-11-30 13:24:08 +01:00
Robert Schulze
6f564c59bd
Merge pull request #42641 from Enmk/fix_profile_names_mismatch
Fixed exception when user tries to log in
2022-11-30 13:01:57 +01:00
Antonio Andelic
4a145b6c96
Merge pull request #43686 from ClickHouse/more-aggresive-batching-keeper
Try batching requests in Keeper more aggressively
2022-11-30 12:56:25 +01:00
zhanglistar
e40398f5b9 add constexpr on if 2022-11-30 19:55:42 +08:00
alesapin
7b4025ba7c Fix bug 2022-11-30 12:43:46 +01:00
Igor Nikonov
3869a6c8f1
Merge pull request #43466 from zzsmdfj/issue_42742_fix_date_diff_wrong_result_build_by_darwin
Fix date_diff() for hour/minute on macOS
2022-11-30 12:23:53 +01:00
Anton Ivashkin
d6ca97c8d0 Fix multipart upload for large S3 object 2022-11-30 11:58:04 +02:00
Antonio Andelic
0921356e91
Merge branch 'master' into parallel-log-appending 2022-11-30 09:42:38 +01:00
Han Fei
8f01eded48
Merge pull request #43787 from mo-avatar/zh_security_change_log
update security-changelog in chinese
2022-11-30 08:58:35 +01:00
mo-avatar
0b3b460301 Update security-changelog in chinese 2022-11-30 09:46:32 +08:00
Alexey Milovidov
54e27d4230
Merge branch 'master' into build-libcxx-and-libcxxabi-from-llvm-project 2022-11-30 00:25:25 +01:00
Alexey Milovidov
ce34963214
Merge pull request #43802 from ClickHouse/poco_enumerate_fix
Update Poco
2022-11-30 00:18:02 +01:00
Alexey Milovidov
72bf1115e9
Merge branch 'master' into password-reset-message 2022-11-29 23:51:46 +01:00
Vasily Nemkov
3d0c07ac5b Updated tests to match improved behaviour of currentProfiles() 2022-11-30 02:32:27 +04:00
Anton Popov
fe5fff0347
Merge pull request #43329 from xiedeyantu/support_nested_column
s3 table function can support select nested column using {column_name}.{subcolumn_name}
2022-11-29 22:27:19 +01:00
Han Fei
85163ce888
Merge pull request #43174 from Tiaonmmn/patch-8
Update limit-by.md
2022-11-29 20:55:42 +01:00
Han Fei
a35af55c8f
Update docs/zh/sql-reference/statements/select/limit-by.md 2022-11-29 20:54:23 +01:00