vdimir
|
81891f7bde
|
Do not compare empty const columns in checkBlockStructure
|
2023-01-12 16:31:29 +00:00 |
|
DanRoscigno
|
69cdb838c5
|
temporarily replace mermaid with PNG
|
2023-01-12 11:03:40 -05:00 |
|
Dan Roscigno
|
8c94ed9597
|
Update docs/en/sql-reference/aggregate-functions/reference/maxintersections.md
|
2023-01-12 11:01:03 -05:00 |
|
Rich Raposa
|
759a4c0940
|
Update docs/en/sql-reference/aggregate-functions/reference/maxintersections.md
Co-authored-by: Dan Roscigno <dan@roscigno.com>
|
2023-01-12 08:53:22 -07:00 |
|
Antonio Andelic
|
1f2ec534f4
|
Add EXISTS clauses
|
2023-01-12 15:39:04 +00:00 |
|
Maksim Kita
|
c6c17b9e3f
|
Fixed tests
|
2023-01-12 16:33:00 +01:00 |
|
rfraposa
|
69a11574d2
|
Update maxintersections.md
|
2023-01-12 08:30:54 -07:00 |
|
Antonio Andelic
|
dc4262f338
|
Merge branch 'master' into try-fix-keeper-map
|
2023-01-12 15:19:51 +00:00 |
|
Anton Popov
|
f119cdd5d8
|
fix rare logical error: 'Too large alignment'
|
2023-01-12 14:33:03 +00:00 |
|
Smita Kulkarni
|
72547d29e4
|
Added a test for merge join key condition with big int & decimal 02526_merge_join_int_decimal
|
2023-01-12 15:29:17 +01:00 |
|
Antonio Andelic
|
fb23a399b5
|
Merge pull request #45213 from ClickHouse/fix-flaky-keeper-test
Fix flaky `test_keeper_three_nodes_two_alive`
|
2023-01-12 14:57:40 +01:00 |
|
Sergei Trifonov
|
7a0c63c9c1
|
Merge pull request #44924 from ClickHouse/cancellable-mutex
Add fast and cancellable shared_mutex alternatives
|
2023-01-12 14:53:22 +01:00 |
|
Yakov Olkhovskiy
|
344fa16184
|
Merge pull request #42991 from ClickHouse/tests-connection-error
add retries on ConnectionError
|
2023-01-12 08:32:03 -05:00 |
|
Kseniia Sumarokova
|
db3e0219fc
|
Merge pull request #41687 from ClickHouse/40907_Parameterized_views_as_table_functions
40907 Parameterized views as table functions
|
2023-01-12 14:24:32 +01:00 |
|
Ilya Yatsishin
|
23c80d77a0
|
Merge pull request #45206 from ClickHouse/try-fix-overcommit-test
Disable check to make test_overcommit_tracker not flaky
|
2023-01-12 14:16:11 +01:00 |
|
avogar
|
adadfdcbce
|
Fix test
|
2023-01-12 13:14:08 +00:00 |
|
Ilya Yatsishin
|
e2a42f0079
|
Merge pull request #45212 from ucasfl/minor
remove unused function
|
2023-01-12 14:12:06 +01:00 |
|
Alexander Gololobov
|
263a3f10c9
|
Also copy or move PREWHERE to WHERE
|
2023-01-12 14:11:30 +01:00 |
|
avogar
|
b461935374
|
Better
|
2023-01-12 13:11:04 +00:00 |
|
Vladimir C
|
fc438cd740
|
Fix typo
|
2023-01-12 13:59:59 +01:00 |
|
Alexander Tokmakov
|
4cbfd882c2
|
Merge pull request #45221 from ClickHouse/revert-44860-improve_week_day
Revert "update function DAYOFWEEK and add new function WEEKDAY for mysql/spark compatiability"
|
2023-01-12 15:17:50 +03:00 |
|
Alexander Gololobov
|
2a92ae8d8e
|
Fuzz PREWHERE clause
|
2023-01-12 13:14:09 +01:00 |
|
Kseniia Sumarokova
|
d6289c3a0d
|
Merge pull request #45181 from kssenii/fix-heavy-calculation-in-system-detached-parts
Calculate only required columns in system.detached_parts
|
2023-01-12 13:02:56 +01:00 |
|
alesapin
|
df8ceeefdc
|
Merge pull request #45134 from ClickHouse/fix_flaky_azure_test
Fix flaky azure test
|
2023-01-12 13:02:34 +01:00 |
|
Alexander Tokmakov
|
e37f572c34
|
Revert "update function DAYOFWEEK and add new function WEEKDAY for mysql/spark compatiability"
|
2023-01-12 15:01:36 +03:00 |
|
alesapin
|
3245e822ef
|
Update merge
|
2023-01-12 12:55:50 +01:00 |
|
Antonio Andelic
|
4585125a34
|
Add rocksdb tag
|
2023-01-12 11:45:20 +00:00 |
|
Nikita Mikhaylov
|
62d544e742
|
Fix integration test test_replicated_users::test_rename_replicated (#45192)
* Done
* Update tests/integration/test_replicated_users/test.py
Co-authored-by: Sergei Trifonov <sergei@clickhouse.com>
Co-authored-by: Sergei Trifonov <sergei@clickhouse.com>
|
2023-01-12 12:36:36 +01:00 |
|
Kruglov Pavel
|
05a11ff4a4
|
Merge branch 'master' into tsv-csv-detect-header
|
2023-01-12 12:35:18 +01:00 |
|
robot-clickhouse
|
d61e202416
|
Automatic style fix
|
2023-01-12 11:35:03 +00:00 |
|
Mikhail f. Shiryaev
|
811f9b1e3a
|
Reduce the number of API requests by monkey-patching
|
2023-01-12 12:32:48 +01:00 |
|
Antonio Andelic
|
feaad2bd43
|
try avoiding bad file descriptor
|
2023-01-12 11:28:41 +00:00 |
|
Antonio Andelic
|
97266ccabc
|
Merge branch 'master' into try-fix-keeper-map
|
2023-01-12 11:16:35 +00:00 |
|
Anton Popov
|
8bdf63f8e5
|
Merge pull request #45191 from ClickHouse/fix-ip-part-name
Fix part ID generation for IP types for backward compatibility
|
2023-01-12 12:15:06 +01:00 |
|
Vladimir C
|
ebc88743fd
|
Add file extension to 00647_histogram_negative
|
2023-01-12 12:13:29 +01:00 |
|
Maksim Kita
|
225e0bdcc2
|
Fixed tests
|
2023-01-12 12:07:58 +01:00 |
|
Maksim Kita
|
43a0996356
|
Fixed tests
|
2023-01-12 12:07:58 +01:00 |
|
Maksim Kita
|
a140d6c5b1
|
Fixed code review issues
|
2023-01-12 12:07:58 +01:00 |
|
Maksim Kita
|
47f4159909
|
Analyzer support distributed queries processing
|
2023-01-12 12:07:58 +01:00 |
|
Kseniia Sumarokova
|
56f8899df8
|
Update tests/integration/test_multiple_disks/test.py
Co-authored-by: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
|
2023-01-12 12:06:31 +01:00 |
|
Alexander Gololobov
|
6b6f5f9185
|
Merge pull request #45208 from ClickHouse/fix-flaky-test-p8
Fix flaky test `01961_roaring_memory_tracking` (3)
|
2023-01-12 12:00:38 +01:00 |
|
Ilya Yatsishin
|
07b8abf4be
|
Merge pull request #45203 from ClickHouse/Avogar-patch-1
Fix possible stack-use-after-return in LimitReadBuffer
|
2023-01-12 11:53:59 +01:00 |
|
Maksim Kita
|
30de77d071
|
Merge pull request #44545 from ClickHouse/vdimir/analyzer_drop_join_on
Drop unused columns after join on/using
|
2023-01-12 13:51:14 +03:00 |
|
Vladimir C
|
ac5ee471c7
|
Merge pull request #45184 from ClickHouse/vdimir/storage_join_null_44940
|
2023-01-12 11:51:11 +01:00 |
|
Antonio Andelic
|
60896170bc
|
Check type of prepared set
|
2023-01-12 10:44:55 +00:00 |
|
Maksim Kita
|
2f0eabab54
|
Fixed tests
|
2023-01-12 11:30:55 +01:00 |
|
Ilya Yatsishin
|
a927ecfe04
|
Merge pull request #45201 from ClickHouse/qoega-patch-5
|
2023-01-12 10:08:02 +01:00 |
|
Alexander Gololobov
|
3f3ce06832
|
Merge pull request #45211 from ClickHouse/remove-trash-from-stress-test
Remove trash from stress test
|
2023-01-12 09:58:49 +01:00 |
|
Antonio Andelic
|
0fc279e2bb
|
Don't allow third node to become leader
|
2023-01-12 08:44:55 +00:00 |
|
Igor Nikonov
|
edbcb24da0
|
Merge pull request #44954 from ClickHouse/fix-insert-delay
Fix: insert delay calculation
|
2023-01-12 09:43:00 +01:00 |
|