Commit Graph

94804 Commits

Author SHA1 Message Date
Alexey Milovidov
c0d7b6efc3 Suggestions from @tavplubix 2022-07-30 01:45:06 +02:00
Alexey Milovidov
4aa96767d5 Merge branch 'master' of github.com:ClickHouse/ClickHouse into show-addresses-in-stack-traces 2022-07-30 01:44:04 +02:00
Alexey Milovidov
4bffe07681
Merge pull request #39711 from ClickHouse/rfraposa-patch-2
Update gui.md
2022-07-30 02:25:16 +03:00
Maksim Kita
8653562f52 Fixed build 2022-07-29 23:34:25 +02:00
HarryLeeIBM
cc73b53116 Fix Endian issue in SipHash for s390x 2022-07-29 13:21:50 -07:00
Mikhail f. Shiryaev
d86f07d7ac
Merge branch 'master' into jepsen-label 2022-07-29 22:20:12 +02:00
Igor Nikonov
f6739c6c98
Merge pull request #39688 from ClickHouse/const_columns_in_distinct
Fix DISTINCT: handle all const columns case correctly
2022-07-29 22:03:20 +02:00
Anton Popov
942f056ce5 fix redirecting of logs to stdout in client 2022-07-29 19:10:23 +00:00
kssenii
efff78819a Merge remote-tracking branch 'upstream/master' into fix-positional-args-case 2022-07-29 22:07:51 +03:00
Yakov Olkhovskiy
f5442cba86 clickhouse may be compressed - run once to decompress 2022-07-29 15:06:15 -04:00
Yakov Olkhovskiy
72be640cfb clickhouse may be compressed - run once to decompress 2022-07-29 15:04:50 -04:00
kssenii
f5f6c74648 One more update 2022-07-29 22:00:21 +03:00
Mikhail f. Shiryaev
864725e55f
Skip jepsen tests in PRs w/o jepsen-test label 2022-07-29 20:47:40 +02:00
Alexander Tokmakov
6b2acf5957
Merge pull request #39708 from ClickHouse/fix_flaky_tests_ordinary
Clear mmapio cache when dropping table from Ordinary
2022-07-29 21:32:01 +03:00
avogar
573d9c1b57 Fix stress test 2022-07-29 18:30:40 +00:00
Kruglov Pavel
ccd1e1bdb8
Merge branch 'master' into fix-cancel-insert-into-function 2022-07-29 20:27:32 +02:00
Anton Popov
be8e1e2271
Merge pull request #39720 from CurtizJ/fix-send-logs-level-test
Fix flaky test `02360_send_logs_level_colors`
2022-07-29 20:22:15 +02:00
Mikhail f. Shiryaev
e91fb2ee5c
Merge pull request #39652 from ClickHouse/clang-tidy-ccache
Increase ccache max size for clang tidy builds
2022-07-29 20:09:52 +02:00
Alexander Gololobov
6099f66fd6
fixed type 2022-07-29 19:55:50 +02:00
Kruglov Pavel
be656f9dfa
Update 02376_arrow_dict_with_string.sql 2022-07-29 19:38:00 +02:00
Maksim Kita
8ba42876fc Fixed build 2022-07-29 19:35:15 +02:00
Mikhail f. Shiryaev
6126bd60ed
Fix cherry-pick for cases, when assignee is not set for PR 2022-07-29 19:27:38 +02:00
Nikolai Kochetov
117fda2d83
Update gtest_ast_deleter.cpp 2022-07-29 19:10:43 +02:00
Arthur Passos
d1de8d0dfb remove extra double quotes 2022-07-29 13:59:29 -03:00
Arthur Passos
f0f19874da fix style 2022-07-29 13:56:01 -03:00
Anton Popov
453e59aae8 fix flaky test 2022-07-29 16:35:43 +00:00
Maksim Kita
8fc6bad4f4 Join enums refactoring 2022-07-29 18:35:05 +02:00
Mikhail f. Shiryaev
24aaac59ca
Merge pull request #39702 from ClickHouse/mysql-odbc-integration-tests
Change mysql-odbc url
2022-07-29 17:11:47 +02:00
Arthur Passos
59fbd21024 Unwrap LC column in IExecutablefunction::executeWithoutSparseColumns 2022-07-29 12:03:09 -03:00
Alexander Tokmakov
07617df98e
Merge branch 'master' into fix_flaky_tests_ordinary 2022-07-29 18:02:05 +03:00
Nikolai Kochetov
59a11b32ad
Merge branch 'master' into use-dag-in-key-condition 2022-07-29 17:01:33 +02:00
Maksim Kita
683371978c
Merge pull request #39449 from kitaisreal/direct-dictionary-dict-has-multiple-same-keys-fix
DirectDictionary improve performance of dictHas with duplicate keys
2022-07-29 16:01:12 +02:00
Anton Kozlov
ae7fd5bf93 Default database resolution in distributed reads 2022-07-29 13:35:57 +00:00
Rich Raposa
b08bdfcfc2
Update gui.md
Typo in clickcat description
2022-07-29 07:25:29 -06:00
Alexander Tokmakov
0cef018c29 clear mmapio cache when dropping table from Ordinary 2022-07-29 14:26:41 +02:00
Robert Schulze
3d1797f75f
Merge remote-tracking branch 'origin/master' into no-split-binary 2022-07-29 12:17:43 +00:00
Robert Schulze
a3c52f1140
Merge pull request #39679 from azat/fix-utils
Fix utils build on CI
2022-07-29 14:02:53 +02:00
Anton Popov
57e4fb2e30 Merge remote-tracking branch 'upstream/master' into HEAD 2022-07-29 11:42:11 +00:00
Anton Popov
bb551566e7 fix build 2022-07-29 11:41:53 +00:00
Dale Mcdiarmid
d9c585ecf1 Escape credentials for diagnostics tool 2022-07-29 12:25:03 +01:00
Nikolai Kochetov
ac90aa435e Avoid recursive destruction of AST. 2022-07-29 11:00:33 +00:00
Vitaly Baranov
2f3b27d1ac Fix seeking while reading from encrypted disk. 2022-07-29 12:45:29 +02:00
Vladimir C
4df9d4fb86
Merge pull request #39695 from wangqinghuan/add-clickcat
update clickcat
2022-07-29 12:43:36 +02:00
Alexander Gololobov
8ef6cf6cd9
Merge branch 'master' into add-clickcat 2022-07-29 12:42:14 +02:00
zvonand
b390bcfe7c fix wrong data type cast 2022-07-29 13:25:40 +03:00
Igor Nikonov
11d5f1ea9a More tests 2022-07-29 10:06:36 +00:00
Mikhail f. Shiryaev
672e67aa8e
Change mysql-odbc url 2022-07-29 11:52:20 +02:00
Pxl
b4842860e3
Merge branch 'master' into fix_0729 2022-07-29 16:48:26 +08:00
Alexander Tokmakov
396e49d243
Merge pull request #39686 from azat/zookeeper_log.duration_ms
Add duration_ms into system.zookeeper_log
2022-07-29 11:40:30 +03:00
Azat Khuzhin
498c8b3c52 Fix clang-tidy in utils/examples
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-07-29 11:36:51 +03:00