Michael Kolupaev
d3a514d221
Compress marks in memory
2023-03-13 16:29:00 -07:00
Alexander Tokmakov
ba6c6255a3
hide too noisy log messages, fix some tests
2023-03-14 00:23:36 +01:00
Vitaly Baranov
1cf1ce07fe
Use server-side copy during restore from S3 to S3.
2023-03-13 23:50:13 +01:00
Igor Nikonov
e82f7b9622
Polishing
2023-03-13 21:47:21 +00:00
Igor Nikonov
4239bfb586
FillingNoopTransform for totals stream
2023-03-13 21:47:21 +00:00
Igor Nikonov
85b0c5a1a4
Remove TOTALS handling in FillTransform
2023-03-13 21:47:21 +00:00
Maksim Kita
21ec04bcd1
Merge pull request #47525 from Algunenano/less_analyzer
...
Adapt some tests to pass with and without the analyzer
2023-03-14 00:20:54 +03:00
Azat Khuzhin
3d247b8635
Preserve error in system.distribution_queue on SYSTEM FLUSH DISTRIBUTED
...
After refactoring in #45491 this behaviour had been changed, hence
01555_system_distribution_queue_mask became flaky, since if the flush
had not happened before SYSTEM FLUSH DISTRIBUTED the error was not saved
into the system.distribution_queue.
v2: Improve 01555_system_distribution_queue_mask test
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-03-13 20:07:55 +01:00
Alexey Milovidov
741acf18c3
Merge branch 'master' into disable-logical-expression-optimizer-with-aliases
2023-03-13 21:41:55 +03:00
Alexey Milovidov
a411ae10b5
Merge pull request #47486 from ClickHouse/revert_25674
...
Remove "asynchronous connection drain"
2023-03-13 21:40:39 +03:00
Alexey Milovidov
b2510b9442
Merge pull request #47514 from tbragin/patch-6
...
Update clickhouse-local.md usage instructions
2023-03-13 21:39:37 +03:00
Nikolai Kochetov
a942364e50
Fixing test.
2023-03-13 18:38:27 +00:00
Azat Khuzhin
610c9aecee
Fix copy-paste in 01555_system_distribution_queue_mask comments
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-03-13 19:29:50 +01:00
avogar
278c76f85a
Fix
2023-03-13 18:23:51 +00:00
avogar
4213ec609f
Proper fix for bug in parquet, revert reverted #45878
2023-03-13 18:22:09 +00:00
Nikolai Kochetov
650427614f
Fix block structure mismatch for nullable LowCardinality column with default expression.
2023-03-13 17:57:07 +00:00
Antonio Andelic
914e0fbb0a
Fix monotonic check with DateTime64
2023-03-13 16:30:32 +00:00
Alexander Tokmakov
ee6c18cbc6
Better error after failed Ordinary-to-Atomic conversion ( #47487 )
...
* better error on failed Ordinary-to-Atomic conversion
* fix test
* Update loadMetadata.cpp
2023-03-13 19:13:49 +03:00
Nikolai Kochetov
3f58b8eede
Revert update test.
2023-03-13 17:05:43 +01:00
flynn
81b04977fd
Add INSTR as alias of posionCaseInsensitive for MySQL compatibility
2023-03-13 15:44:38 +00:00
Nikolai Kochetov
ceeb36b596
Merge branch 'master' into disable-logical-expression-optimizer-with-aliases
2023-03-13 15:12:02 +01:00
Rich Raposa
fa6fd10e1b
Merge pull request #47431 from nellicus/async_insert_max_query_number
2023-03-13 08:03:05 -06:00
MeenaRenganathan22
dc1e125b31
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into KRB_CVE_Fix
2023-03-13 06:54:47 -07:00
Nikolai Kochetov
67424edbf0
Merge pull request #47180 from k-morozov/indices-storage-memory/update-read
...
Update read in StorageMemory
2023-03-13 14:40:35 +01:00
Anton Popov
739c8988dd
Merge pull request #46830 from ClickHouse/fix-url-progress-bar
...
Fix progress bar with URL
2023-03-13 13:53:40 +01:00
Raúl Marín
5ef4a2bb78
Missing refs
2023-03-13 12:01:18 +01:00
vdimir
9f220054c8
Fix build
2023-03-13 10:49:51 +00:00
Vladimir C
9cb018545c
Merge pull request #47499 from FrankChen021/span_kind
2023-03-13 11:35:03 +01:00
Smita Kulkarni
f76b97cb51
Set num of nodes to 4 for backup restore disallow concurrency test
2023-03-13 10:42:43 +01:00
Raúl Marín
2781c9133e
Adapt some tests to pass with and without the analyzer
2023-03-13 10:33:37 +01:00
SmitaRKulkarni
9a35a434f8
Merge branch 'master' into Backup_Restore_concurrency_check_node
2023-03-13 10:04:32 +01:00
Smita Kulkarni
0d45443cb0
Fix for clang-tidy build
2023-03-13 09:18:44 +01:00
Frank Chen
868756ea76
Fix style
2023-03-13 09:40:55 +08:00
Alexey Milovidov
acdb0c5979
Update clickhouse-local.md
2023-03-13 03:19:37 +03:00
Konstantin Morozov
b287e4ae07
Merge branch 'master' into indices-storage-memory/update-read
2023-03-12 22:13:19 +01:00
Alexey Milovidov
278b8f74c2
Merge pull request #47492 from ClickHouse/revert-45878
...
Revert #45878 and add a test
2023-03-12 23:43:06 +03:00
Tanya Bragin
2bfcd64841
Update clickhouse-local.md
...
Update usage instructions for clickhouse-local to include explicit command for Mac.
2023-03-12 13:18:42 -07:00
Alexey Milovidov
f445649845
Merge branch 'master' into rs/compile-with-cpp23
2023-03-12 21:33:20 +03:00
Alexey Milovidov
09d940109a
Merge pull request #47488 from ClickHouse/fix-query-parameters
...
Fix query parameters
2023-03-12 21:19:31 +03:00
Alexey Milovidov
b6169552b0
Merge branch 'master' into fix-query-parameters
2023-03-12 18:59:25 +01:00
Alexey Milovidov
389bc86875
Merge pull request #47498 from kitaisreal/planner-join-tree-build-fix
...
Planner JOIN TREE build fix
2023-03-12 20:54:20 +03:00
Alexey Milovidov
38612635b0
Update StorageView.cpp
2023-03-12 20:43:47 +03:00
Alexander Gololobov
956ef6bd21
Merge pull request #47490 from ClickHouse/fix-test-extra-seek
...
Fix `00933_test_fix_extra_seek_on_compressed_cache` in releases.
2023-03-12 16:25:31 +01:00
Alexander Gololobov
e0e89066a4
Merge branch 'master' into fix-test-extra-seek
2023-03-12 16:24:33 +01:00
Alexander Gololobov
8e228187d5
Merge pull request #47491 from ClickHouse/fix-long-test-select_projection_normal_agg
...
Fix long test `02371_select_projection_normal_agg.sql`
2023-03-12 15:52:04 +01:00
Alexander Gololobov
1347bdac0a
Merge branch 'master' into fix-long-test-select_projection_normal_agg
2023-03-12 15:49:15 +01:00
Frank Chen
4610ca1f20
Update doc
2023-03-12 21:41:42 +08:00
Frank Chen
53e1c63134
Check SpanKind in testcases
2023-03-12 21:32:38 +08:00
Frank Chen
f5d5950a67
Set SpanKind for internal queries
2023-03-12 21:31:50 +08:00
Frank Chen
6812e493dc
Set SpanKind for DDL
2023-03-12 21:31:24 +08:00