vdimir
a799d4ec62
Fix 01049_join_low_card_bug_long
2023-10-12 10:45:55 +00:00
Azat Khuzhin
a5cced2b9e
Move comment into correct place
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-10-12 12:25:08 +02:00
Azat Khuzhin
f379d9cac5
Fix checking of non handled data for Values format
...
PeekableReadBuffer::hasUnreadData() does not checks the underlying
buffer, and so it simply ignore some issues, like:
INSERT INTO test_01179_str values ('foo'); ('bar')
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-10-12 12:25:08 +02:00
vdimir
5bc6642b57
Merge pull request #55480 from myrrc/fix/s3-remove-stale-parts
...
Remove existing moving/ dir if allow_remove_stale_moving_parts is off
2023-10-12 12:00:30 +02:00
János Benjamin Antal
2fd2352add
Use SQL test
2023-10-12 09:52:06 +00:00
Antonio Andelic
5d5d4a8443
Check if storage is nullptr
2023-10-12 09:50:04 +00:00
robot-clickhouse-ci-2
2eedb31ae3
Merge pull request #55498 from bytadaniel/patch-4
...
add npm packages to both en and zh docs from ru
2023-10-12 11:31:24 +02:00
flynn
a97ce4cbfc
update test
2023-10-12 09:15:54 +00:00
robot-clickhouse-ci-1
c40a79f0b4
Merge pull request #54813 from lingtaolf/feature/function-getClientHttpHeader
...
Add function getHttpHeader
2023-10-12 10:13:20 +02:00
凌涛
ca6975a265
Delete tests/queries/0_stateless/02891_rename_table_without_keyword.sql
2023-10-12 14:25:45 +08:00
凌涛
89d123d0fd
modify doc
2023-10-12 14:24:59 +08:00
凌涛
4499dd3e2f
modify style
2023-10-12 14:21:20 +08:00
Kruglov Pavel
453de30ad6
Destroy fiber in case of exception in cancelBefore in AsyncTaskExecutor ( #55516 )
...
* Destroy fiber in case of exception in cancelBefore in AsyncTaskExecutor
* Update AsyncTaskExecutor.cpp
---------
Co-authored-by: Alexey Milovidov <milovidov@clickhouse.com>
2023-10-11 21:04:43 -07:00
flynn
268ea30c41
Forbid create inverted index if setting not enabled
2023-10-12 03:50:55 +00:00
taiyang-li
7cd24d0af0
solve conflicts
2023-10-12 10:30:05 +08:00
JackyWoo
1f553f3d65
Merge branch 'master' into lb_nearest_host_name
2023-10-12 10:19:17 +08:00
guoxiaolong
8b47bf5e7e
fix CheckSytel
2023-10-12 09:58:42 +08:00
robot-ch-test-poll
749412bfeb
Merge pull request #55523 from myrrc/nfc/kst-to-contrib
...
add k-morozov to trusted contributors
2023-10-12 01:03:37 +02:00
Robert Schulze
7b14392675
Merge pull request #55481 from rschu1ze/better-use-mysql-types-in-show-columns
...
Make `use_mysql_types_in_show_columns` affect only `SHOW COLUMNS`
2023-10-12 00:36:46 +02:00
Michael Kolupaev
30fd4bee84
Fix stack symbolizer parsing DW_FORM_ref_addr incorrectly and sometimes crashing ( #55483 )
2023-10-11 15:27:16 -07:00
Igor Nikonov
5a830834fe
Merge pull request #55515 from ClickHouse/pr-coordinator-usage-cleanup
...
Cleanup: parallel replica coordinator usage
2023-10-11 23:43:51 +02:00
Han Fei
360ec55c7a
update table ash
2023-10-11 23:30:38 +02:00
robot-ch-test-poll
81464ca724
Merge pull request #55524 from ClickHouse/tavplubix-patch-9
...
Remove a confusing line from docs
2023-10-11 21:40:26 +02:00
alesapin
3f6d1414d3
Merge pull request #55196 from xjtupdy/doc-fix-ClickHouse
...
edit wrong example in en doc
2023-10-11 20:34:13 +02:00
Alexander Tokmakov
eeacdbae9c
Update replacingmergetree.md
2023-10-11 19:46:58 +02:00
Daniel Byta
e3719f88b2
Update aspell-dict.txt
2023-10-11 20:42:49 +03:00
Alexey Milovidov
0af565df86
Merge pull request #55497 from kitaisreal/hash-table-resize-exception-handle-fix
...
HashTable resize exception handle fix
2023-10-11 19:40:02 +02:00
Alexey Milovidov
8f54123901
Update pr.py
2023-10-11 20:38:37 +03:00
Alexey Milovidov
f4ccf9f94f
Update pr.py
2023-10-11 20:38:19 +03:00
Alexey Milovidov
c04a33a70a
Update pr.py
2023-10-11 20:38:01 +03:00
Mike Kot
125250b4fd
add k-morozov to trusted
2023-10-11 17:25:54 +00:00
Azat Khuzhin
47ff13056f
Avoid retrying keeper operations on INSERT after table shutdown
...
Also note, that it should check shutdown_prepared_called, instead of
shutdown_called, since shutdown of the database/server firstly calls
flushAndPrepareForShutdown() for every storage. And if you have Buffer
table that writes to your ReplicatedMergeTree it will not be finished
until all retries will be made.
Otherwise it can take significantly long time to finish.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-10-11 18:25:43 +02:00
alesapin
fc1ad9a969
Update docs/en/sql-reference/functions/arithmetic-functions.md
2023-10-11 18:24:44 +02:00
alesapin
a150ec53c0
Update arithmetic-functions.md
2023-10-11 18:24:24 +02:00
Robert Schulze
381ae7292e
Incorporate feedback
2023-10-11 16:12:31 +00:00
robot-ch-test-poll2
dd0751d324
Merge pull request #55493 from ClickHouse/vdimir/minor_fix_test_02882_replicated_fetch_checksums
...
Minor fixes for 02882_replicated_fetch_checksums_doesnt_match.sql
2023-10-11 18:11:16 +02:00
alesapin
9235408435
Merge branch 'partition-parameters' of github.com:evillique/ClickHouse into evillique-partition-parameters
2023-10-11 18:06:12 +02:00
Maksim Kita
a6f894b99e
Fixed build
2023-10-11 19:01:00 +03:00
Maksim Kita
d4f9e0de12
Added performance test
2023-10-11 19:01:00 +03:00
Maksim Kita
ae94055a29
Updated implementation
2023-10-11 19:01:00 +03:00
Maksim Kita
f9033bdf31
Improve performance of external aggregation with a lot of temporary files
2023-10-11 19:01:00 +03:00
Robert Schulze
d00ed1b856
Minor test fixup
2023-10-11 15:51:51 +00:00
Robert Schulze
db75a41d10
+ comment
2023-10-11 15:50:13 +00:00
Robert Schulze
a7c7a25e0f
Fix a leftover
2023-10-11 15:49:16 +00:00
Robert Schulze
9c1e52e57d
Expand tests
2023-10-11 15:46:46 +00:00
Igor Nikonov
62060a0603
Merge remote-tracking branch 'origin/master' into pr-coordinator-usage-cleanup
2023-10-11 15:11:15 +00:00
Robert Schulze
97d8e16e8d
Fix MySQL packet row data type
...
Cf. https://github.com/ClickHouse/ClickHouse/pull/55479#discussion_r1355175581
2023-10-11 15:09:50 +00:00
Igor Nikonov
9d95f4e1b6
Cleanup: parallel replica coordinator usage
2023-10-11 15:04:59 +00:00
Robert Schulze
9d04d3c3ad
Merge remote-tracking branch 'rschu1ze/master' into better-use-mysql-types-in-show-columns
2023-10-11 15:04:03 +00:00
robot-ch-test-poll1
80aa9cad51
Merge pull request #55479 from slvrtrn/fix-mysql-datetime-incompatibilities
...
Fix MySQL text protocol DateTime formatting and LowCardinality(Nullable(T)) types reporting
2023-10-11 16:56:26 +02:00