robot-clickhouse
c60545a942
Update version_date.tsv and changelogs after v22.8.11.15-lts
2022-12-08 11:30:31 +00:00
Alexander Gololobov
b2042fee32
Merge pull request #44001 from ClickHouse/Avogar-patch-1
...
Remove test logging of signal "EINTR"
2022-12-08 12:18:04 +01:00
Vladimir C
eb1fd99196
Merge pull request #44012 from ClickHouse/vdimir/storage_join_key_order
2022-12-08 12:10:13 +01:00
vdimir
31d2fe63df
Resolve code review comments and apply suggestions
2022-12-08 10:16:29 +00:00
Nikolay Degterinsky
b1a7b84803
Merge pull request #44023 from canhld94/ch_canh_minor
...
Correct CompressionCodecGorilla exception message
2022-12-08 10:46:46 +01:00
Mikhail f. Shiryaev
7c8cec854b
Merge pull request #44017 from ClickHouse/sha512-for-tgz
...
Provide sha512 hashsums for tgz artifacts
2022-12-08 10:24:58 +01:00
Robert Schulze
f998d0c16b
Merge pull request #43228 from HarryLeeIBM/hlee-s390x-wide-int-order
...
Fix byte order issue of wide integers for s390x
2022-12-08 09:50:54 +01:00
Maksim Kita
301267b0a4
Merge pull request #43884 from kitaisreal/analyzer-context-refactoring
...
Analyzer Context refactoring
2022-12-08 11:29:56 +03:00
Duc Canh Le
88716b1ec3
Minor fix
2022-12-08 09:39:25 +08:00
Nikolay Degterinsky
360c554357
Merge pull request #43992 from ClickHouse/evillique-patch-1
...
Make massages about GCC fatal
2022-12-08 00:47:54 +01:00
Nikita Taranov
9e2265a6ed
Improve hash table preallocation optimisation ( #43945 )
...
* do not preallocate if max_size_to_preallocate_for_aggregation is too small
* skip optimisation for aggr without key
* increase default for max_size_to_preallocate_for_aggregation
2022-12-08 00:05:15 +01:00
Dan Roscigno
db5ac17167
Merge pull request #44014 from ClickHouse/docs-install-github
...
[docs] link to GitHub from the install page
2022-12-07 17:46:07 -05:00
Mikhail f. Shiryaev
e1584c5d3a
Provide sha512 hashsums for tgz artifacts
2022-12-07 21:44:19 +01:00
Alexey Milovidov
9c81fd7afc
Merge pull request #43517 from ClickHouse/password-reset-message
...
Move password reset message from client to server
2022-12-07 23:26:58 +03:00
Vladimir C
e7a5fd9236
fix
2022-12-07 17:38:31 +01:00
vdimir
4b50e5c15e
fix
2022-12-07 16:27:01 +00:00
Ivan Blinkov
2c098cbcf7
[docs] link to GitHub from the install page
2022-12-07 18:15:59 +03:00
vdimir
127373ab06
Set proper keys order for StorageJoin
2022-12-07 15:04:31 +00:00
Vladimir C
f4bc44f729
Merge pull request #43963 from ClickHouse/vdimir/storage_join_right_assert
2022-12-07 15:57:50 +01:00
Azat Khuzhin
a8faf196c4
Add --max-consecutive-errors for clickhouse-benchmark ( #43344 )
...
* Align Benchmark::Benchmark()
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
* Add --max-consecutive-errors for clickhouse-benchmark
Unlike --continue_on_errors, it will not leave the benchmark forever if
server is unavailable.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
Co-authored-by: Nikita Taranov <nikita.taranov@clickhouse.com>
2022-12-07 14:51:16 +01:00
Kruglov Pavel
d4cd53ccea
Merge pull request #43602 from lzydmxy/fix_bug_in_copier
...
Ensure consistency when copier update `status` and `attach_is_done`
2022-12-07 13:47:56 +01:00
Kruglov Pavel
d042664f54
Remove logging from TimerDescriptor
2022-12-07 13:33:29 +01:00
Kruglov Pavel
1197d3fbe3
Remove test logging of signal "EINTR"
2022-12-07 13:32:43 +01:00
Antonio Andelic
e1a6a1182e
Throw when port already in use ( #43984 )
2022-12-07 13:27:49 +01:00
Robert Schulze
8e07e37fe7
Update FunctionsBinaryRepresentation.cpp
2022-12-07 09:38:03 +01:00
Nikolay Degterinsky
bfccdb130e
Small typo
2022-12-07 00:43:37 +01:00
Nikolay Degterinsky
57ca6ad60b
Make massages about GCC fatal
2022-12-07 00:40:41 +01:00
Nikolai Kochetov
52c13559bd
Merge pull request #43592 from ClickHouse/aggregating-in-order-from-query-plan
...
Aggregation-in-order from query plan
2022-12-06 17:11:50 +01:00
Igor Nikonov
d2cbedb58f
Merge pull request #43827 from bigo-sg/constexpr
...
Add constexpr
2022-12-06 16:38:25 +01:00
Nikolai Kochetov
0ed82f3cc0
Merge branch 'master' into aggregating-in-order-from-query-plan
2022-12-06 16:36:49 +01:00
Yakov Olkhovskiy
031d2802d0
Merge pull request #43642 from HarryLeeIBM/hlee-s390x-bloom-filter
...
Fix endian issue in bloom filter serialization for s390x
2022-12-06 08:23:44 -05:00
Sema Checherinda
654abc01f2
Merge pull request #43866 from CheSema/logical-error-race-tmp-dirs
...
do not leave tmp part on disk, do not go to the keeper for remove it
2022-12-06 14:12:14 +01:00
Nikolai Kochetov
9de53389ae
Review fixes.
2022-12-06 12:34:07 +00:00
vdimir
3bdce39121
Fix logical error in right storage join witn using
2022-12-06 11:46:54 +00:00
Alexander Tokmakov
ae95dfe536
Merge pull request #43847 from ClickHouse/fix_some_flaky_tests2
...
Hold ProcessListEntry a bit longer in case of exception from Interpreter
2022-12-06 14:42:11 +03:00
Vladimir C
9d3a54d2a0
Merge pull request #43973 from ClickHouse/vdimir/fix-typo
2022-12-06 11:25:30 +01:00
vdimir
8f05cb58f0
Fix typo in tests/ci/bugfix_validate_check.py
2022-12-06 11:13:22 +01:00
Maksim Kita
13d74b4f2f
Analyzer Context refactoring
2022-12-06 10:44:38 +01:00
Alexander Gololobov
87663d3689
Merge pull request #43920 from ClickHouse/fix-incorrect-exception-message
...
Fix incorrect exception message
2022-12-06 10:04:24 +01:00
Dan Roscigno
c5eb269515
Merge pull request #43943 from DanRoscigno/update-operations-docs
...
Update operations docs
2022-12-05 20:58:42 -05:00
Dan Roscigno
39bda355f6
Merge pull request #43962 from gingerwizard/cross-link-docs
...
cross link docs to blogs
2022-12-05 15:12:58 -05:00
Dale Mcdiarmid
5ab5aa13f4
cross link docs to blogs
2022-12-05 17:28:03 +00:00
Nikolay Degterinsky
53b1b0fdc9
Merge pull request #43910 from FArthur-cmd/add_full_modifier
...
Add support for SHOW FULL
2022-12-05 17:47:42 +01:00
Maksim Kita
cd4dc402dc
Merge pull request #43893 from kitaisreal/analyzer-cte-resolution-fix
...
Analyzer CTE resolution fix
2022-12-05 19:47:04 +03:00
Robert Schulze
b14de0017c
Merge pull request #43788 from arenadata/ADQM-626
...
Add support of array parameters in `cutURLParameter` function
2022-12-05 16:18:42 +01:00
Sema Checherinda
be00335ca4
can_remove_anything is false for temporary parts
2022-12-05 15:56:04 +01:00
Robert Schulze
f2cad33f1b
Merge pull request #43123 from arenadata/ADQM-623
...
Add function 'age'
2022-12-05 15:53:28 +01:00
Mikhail f. Shiryaev
90a7f2344a
Merge pull request #43942 from ClickHouse/fix-tags-workflow
...
Fix tags workflow
2022-12-05 15:51:21 +01:00
Mikhail f. Shiryaev
6cc478c146
Merge pull request #43944 from ClickHouse/missed-changelogs
...
Generate missed changelogs for latest releases
2022-12-05 15:03:28 +01:00
Mikhail f. Shiryaev
be9c673993
Generate missed changelogs for latest releases
2022-12-05 15:00:01 +01:00