alesapin
a1c1b7f7b4
Merge pull request #38703 from ClickHouse/fix-backports-diff
...
Fix backports diff
2022-07-02 18:59:14 +02:00
alesapin
42ea79c266
Merge pull request #38531 from ClickHouse/better_data_part_storage_builder
...
Use of disk batch operations in MergeTree
2022-07-02 17:24:44 +02:00
Azat Khuzhin
e4b81e6de9
Add exp_internal for expect tests
...
This is to catch possible issues like 01565_reconnect_after_client_error in [1].
[1]: https://s3.amazonaws.com/clickhouse-test-reports/38417/e33f236d502fe9f7906392f4ceffaee44e3c4ce4/stateless_tests__thread__actions__[3/3].html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-07-02 17:08:06 +03:00
alesapin
dde76824ca
Fix ub
2022-07-02 16:02:42 +02:00
alesapin
b2db49dbf1
Merge branch 'master' into better_data_part_storage_builder
2022-07-02 15:39:44 +02:00
alesapin
aa823325e9
Merge pull request #38702 from ClickHouse/fix_possible_deadlocks
...
Fix possible deadlocks with `MergeTreeData::Transaction`
2022-07-02 15:36:59 +02:00
zvonand
8e99ea84a8
fix LOGICAL_ERROR
2022-07-02 14:09:51 +03:00
mergify[bot]
b016be264c
Merge branch 'master' into squared_l2
2022-07-02 09:17:28 +00:00
Alexander Tokmakov
42f8e07124
Merge pull request #38680 from ClickHouse/followup_38568
...
Follow-up to #38568
2022-07-02 11:59:27 +03:00
Azat Khuzhin
e8f5cd3c68
Add separate option to omit symbols from heavy contrib
...
Sometimes it is useful to build contrib with debug symbols for further
debugging.
With everything turned ON (i.e. debug build) I got 3.3GB vs 3.0GB w/o
this patch, 9% bloat, thoughts about this is this OK or not for you, if
not STRIP_DEBUG_SYMBOLS_HEAVY_CONTRIB can be OFF by default (regardless
of build type).
P.S. aws debug symbols adds just 1.7%.
v2: rename STRIP_HEAVY_DEBUG_SYMBOLS
v3: OMIT_HEAVY_DEBUG_SYMBOLS
v4: documentation had been removed
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-07-02 06:32:03 +03:00
Alexey Milovidov
9056d80f47
Add example query to hardware benchmark
2022-07-02 03:43:32 +02:00
Alexey Milovidov
668f06b2db
Fix error
2022-07-02 03:40:20 +02:00
Alexey Milovidov
16a4b6aa35
Fix a bug in rankCorr
function
2022-07-02 03:38:18 +02:00
mergify[bot]
12f5250e86
Merge branch 'master' into dictinct_in_order_optimization
2022-07-01 22:51:35 +00:00
Igor Nikonov
9ef8ff5a31
Addressing review comments
2022-07-01 22:50:00 +00:00
mergify[bot]
a3d3e03b14
Merge branch 'master' into followup_38568
2022-07-01 22:49:55 +00:00
Alexey Milovidov
c2486f3637
Merge pull request #38355 from ClibMouse/add-tlsv1_3-test
...
Adding TLS V13 Test
2022-07-02 01:32:51 +03:00
Alexey Milovidov
af75c6ee20
Merge pull request #38673 from santrancisco/removebrokenlink
...
Remove broken client library link
2022-07-02 01:16:41 +03:00
Alexey Milovidov
56875b2a17
Merge pull request #38684 from azat/remove-cmake-doc
...
[RFC] Remove outdated cmake documentation
2022-07-02 01:11:55 +03:00
Alexey Milovidov
8098945492
Merge pull request #38672 from FArthur-cmd/update_hardware_benchmark
...
Update hardware benchmark script
2022-07-02 01:01:13 +03:00
Igor Nikonov
1d665e9576
Provide sort description for output stream in ReadFromMergeTree step
2022-07-01 21:28:01 +00:00
Maksim Kita
8177608860
SQL create drop index fix formatting
2022-07-01 22:35:20 +02:00
Yakov Olkhovskiy
776a80bff8
Merge pull request #38136 from bigo-sg/translate_qualified_bug
...
Bug fixed in TranslateQualifiedNamesMatcher
2022-07-01 14:07:00 -04:00
Kruglov Pavel
800baf5299
Fix test
2022-07-01 19:54:43 +02:00
Kruglov Pavel
eaf8397c13
Fix style
2022-07-01 19:51:07 +02:00
kssenii
6a464c0a24
Merge
2022-07-01 19:12:44 +02:00
kssenii
831d2253ce
Merge master
2022-07-01 18:53:20 +02:00
Amos Bird
53f47127e9
Fix only_merge header
2022-07-01 23:31:45 +08:00
Alexander Tokmakov
b238ed4093
fix stress tests
2022-07-01 17:19:00 +02:00
alesapin
65956975e2
Update registerDiskHDFS.cpp
2022-07-01 17:18:38 +02:00
Mikhail f. Shiryaev
27bd355525
Use cached image from the release branch for backport PRs
2022-07-01 16:49:27 +02:00
Kruglov Pavel
fe0dad5429
Update src/Common/TimerDescriptor.cpp
2022-07-01 16:23:20 +02:00
Kruglov Pavel
4550acdc35
Update src/Common/Epoll.cpp
...
Co-authored-by: Azat Khuzhin <a3at.mail@gmail.com>
2022-07-01 16:23:03 +02:00
Robert Schulze
2a1ede0f5a
Merge pull request #38589 from ClickHouse/fix-zero-bytes-in-haystack
...
Fix countSubstrings() & position() on patterns with 0-bytes
2022-07-01 16:15:43 +02:00
alesapin
7c53c8bd2c
Black
2022-07-01 16:10:06 +02:00
Nikita Taranov
726aec1f51
rm crutch in test
2022-07-01 16:08:26 +02:00
Nikita Taranov
8ba3d405de
impl
2022-07-01 16:05:32 +02:00
alesapin
f47f761cc4
Update src/Disks/ObjectStorages/HDFS/registerDiskHDFS.cpp
...
Co-authored-by: Dmitry Novik <n0vik@clickhouse.com>
2022-07-01 16:04:20 +02:00
zvonand
3b5332d15e
Revert "Revert "Non Negative Derivative window function""
...
This reverts commit dea3b5bfce
.
2022-07-01 18:59:07 +05:00
alesapin
919baf331e
Review fixes
2022-07-01 15:57:24 +02:00
Mikhail f. Shiryaev
6a67be3195
Get a proper set of changed files for backport PRs
2022-07-01 15:34:46 +02:00
Mikhail f. Shiryaev
b8fa26f94f
Fix wrong self.changed_files type
2022-07-01 15:34:45 +02:00
alesapin
0d7298f3a9
Fix typos
2022-07-01 15:26:27 +02:00
alesapin
57284e6a9d
Fix possible deadlocks with MergeTreeData::Transaction
2022-07-01 15:16:32 +02:00
Vitaly Baranov
8195aa768b
Move checking if parent profile is allowed to UsersConfigAccessStorage.
2022-07-01 14:46:35 +02:00
Mikhail f. Shiryaev
6176a7f04c
Merge pull request #38679 from ClickHouse/cherry-pick
...
Fix strange backport titles issues
2022-07-01 14:31:12 +02:00
Azat Khuzhin
2a23c39a78
Remove outdated cmake documentation
...
When it had been added, initially, it was autogenerated - #14711
Later, after documentation rework, it had been removed, in #37441 .
And this makes documentation out dated, and out dated documentation may
provide more harm then help, so let's remove it.
Also it has links to the code in github that does not contain commit
SHA1, so those links may point in the wrong place.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-07-01 15:20:33 +03:00
alesapin
016176dc02
Merge pull request #38655 from den-crane/patch-18
...
Doc. Fix a note about ClickHouse Keeper
2022-07-01 13:40:29 +02:00
Yatsishin Ilya
202008e80b
Add asserts
2022-07-01 11:00:04 +00:00
Mikhail f. Shiryaev
7cc063a1d0
Fix strange backport titles issues
2022-07-01 12:46:25 +02:00