Commit Graph

147199 Commits

Author SHA1 Message Date
Kruglov Pavel
808d875a76
Remove links at all 2024-07-11 18:57:54 +02:00
Nikolai Kochetov
e242915fb8 Merge branch 'master' into print-stacktrace-on-logical-error-abort 2024-07-11 16:25:16 +00:00
Max Kainov
6868708a58 CI Buddy bot to notify about CI events 2024-07-11 15:58:56 +00:00
Raúl Marín
a41bbc5b3d Less indirect dependencies on Settings.h 2024-07-11 17:33:14 +02:00
Kruglov Pavel
262c1f9e77
Update dynamic.md 2024-07-11 17:03:13 +02:00
Vitaly Baranov
5f302e539d Fix error reporting while copying to Azure Blob Storage. 2024-07-11 16:54:01 +02:00
Azat Khuzhin
cdb3b3f2aa Add query elapsed time for non-default format in play UI
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-07-11 16:43:20 +02:00
maxvostrikov
e0486436d8 added a stateless test to check if an analyser bug described in https://github.com/ClickHouse/ClickHouse/issues/66333 is still happening 2024-07-11 16:12:48 +02:00
Kseniia Sumarokova
3e9f626519
Update test.py 2024-07-11 15:59:34 +02:00
Kseniia Sumarokova
c23aa2b765
Merge pull request #66288 from MikhailBurdukov/ignore_on_cluster_named_collection
Ignore ON CLUSTER clause in queries for management of replicated named collections.
2024-07-11 13:37:22 +00:00
Vitaly Baranov
355a56d1b0 Add a stateless test for gRPC protocol. 2024-07-11 15:36:41 +02:00
Kseniia Sumarokova
5d1902d98d
Merge pull request #66211 from ClickHouse/delta-lake-fix
DeltaLake: fix reading schema and partition columns from checkpoint file
2024-07-11 13:26:01 +00:00
Konstantin Bogdanov
f31f47f67c
Merge pull request #66335 from ilejn/s3_off_fix
Build failure if ENABLE_AWS_S3 is OFF fixed
2024-07-11 13:25:17 +00:00
Nikita Mikhaylov
8182ec8762
Merge pull request #66292 from ClickHouse/bump-azure
Bump `azure-sdk-for-cpp`
2024-07-11 12:58:50 +00:00
Nikolai Kochetov
1bc02fb71d Ignore subquery for IN in DDLLoadingDependencyVisitor 2024-07-11 12:39:53 +00:00
Raúl Marín
56f497bf7f Remove some unnecessary copies 2024-07-11 14:09:00 +02:00
Raúl Marín
9e599576ab Hide Settings object from Context.h 2024-07-11 14:00:05 +02:00
Nikita Mikhaylov
9c10d4f402
Merge pull request #66291 from ClickHouse/bump-pocketfft
Bump `pocketfft`
2024-07-11 11:50:21 +00:00
Alexey Milovidov
8af24fddc8
Merge pull request #65870 from ClickHouse/add-test-43003
Add a test for #43003
2024-07-11 11:42:34 +00:00
Igor Nikonov
1a8e1eb0fe Merge remote-tracking branch 'origin/master' into pr-local-plan 2024-07-11 11:14:12 +00:00
Kseniia Sumarokova
60c0957abd
Merge pull request #66290 from ClickHouse/kssenii-patch-10
Update run.sh
2024-07-11 10:45:37 +00:00
Nikolai Kochetov
80ceb63f5f Fixing build. 2024-07-11 10:45:36 +00:00
Igor Nikonov
69652477f4 Merge remote-tracking branch 'origin/master' into pr-local-plan 2024-07-11 10:17:28 +00:00
kssenii
050240d890 Review fix 2024-07-11 12:08:16 +02:00
Raúl Marín
330082c3d4
Update docs/en/sql-reference/window-functions/last_value.md 2024-07-11 12:06:33 +02:00
Raúl Marín
3d96bf298c
Update docs/en/sql-reference/window-functions/last_value.md 2024-07-11 12:06:13 +02:00
Raúl Marín
366ed8701e
Update docs/en/sql-reference/window-functions/first_value.md 2024-07-11 12:06:09 +02:00
Raúl Marín
595bce4945
Update docs/en/sql-reference/window-functions/first_value.md 2024-07-11 12:06:04 +02:00
Robert Schulze
1ebe1da7b9
Merge pull request #66216 from rschu1ze/bump-rocksdb2
Bump RocksDB
2024-07-11 09:52:59 +00:00
Antonio Andelic
fbb7a3ed52
Merge pull request #66281 from ClickHouse/collect-core-dumps-stateless
Collect core dumps in more tests
2024-07-11 09:45:17 +00:00
Antonio Andelic
3d0238827c
Merge pull request #66346 from azat/jemalloc-deadlock-fix
Fix possible deadlock for jemalloc with enabled profiler
2024-07-11 09:23:02 +00:00
Kruglov Pavel
35850da12e
Update dynamic.md 2024-07-11 11:03:03 +02:00
vdimir
e1ad5c7652
Merge pull request #66310 from ClickHouse/vdimir/fix_join_on_nullsafe_optimization
Disable broken cases from 02911_join_on_nullsafe_optimization
2024-07-11 08:52:17 +00:00
János Benjamin Antal
321a58c519 Fix relative path to mc 2024-07-11 08:33:10 +00:00
Ilya Golshtein
3c52651b55 s3_off_fix: initial (proper ifdef for registerStorageAzureQueue) 2024-07-11 07:37:32 +00:00
Antonio Andelic
f808894de3
Merge pull request #66349 from ClickHouse/fix-test_parallel_replicas_custom_key
Fix test_parallel_replicas_custom_key
2024-07-11 06:54:16 +00:00
Nikita Fomichev
da37ed7fa2
Merge pull request #66363 from ClickHouse/optimize-tests-3
Stateless tests: Improve tests speed 3
2024-07-11 06:41:36 +00:00
Azat Khuzhin
37c66c8976 Fix 03030_system_flush_distributed_settings flakiness
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-07-11 08:05:53 +02:00
Azat Khuzhin
a9a227ddc6 Fix "Sending a batch of X files to Y (0.00 rows, 0.00 B bytes)." in case of batch restoring
Previously it was always zeros.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-07-11 08:05:17 +02:00
Alexey Milovidov
d6d1701af8 Merge branch 'master' into add-test-43003 2024-07-11 04:59:08 +02:00
Alexey Milovidov
8fe50f5a8f Merge branch 'master' into named-collections-in-clickhouse-local 2024-07-11 04:56:10 +02:00
Alexey Milovidov
75dd68ae2b
Merge pull request #66342 from ClickHouse/fix-replaceRegexp_fallback
Fix invalid XML
2024-07-11 02:09:37 +00:00
Justin de Guzman
3308d14fb3
Merge pull request #66051 from gingerwizard/patch-1
Update json.md
2024-07-11 01:39:27 +00:00
Alexey Milovidov
3c93091bd8
Merge pull request #65687 from ClickHouse/checks_for_column_type
Introduce type contract checks in `IColumn`
2024-07-10 23:40:34 +00:00
Kruglov Pavel
22706b89b9
Try to fix links in docs 2024-07-11 00:10:59 +02:00
Nikita Fomichev
6f3ae4a6de Fix path in test 2024-07-10 23:57:23 +02:00
Alexey Katsman
46630ca958
Merge pull request #65335 from korowa/in-part-elimination
support set transformation in partition pruning
2024-07-10 21:53:17 +00:00
Blargian
41633cabb2 Update first_value, last_value with possibility to use RESPECT NULLS 2024-07-10 22:17:29 +02:00
Nikita Mikhaylov
77b6c18a50
Merge pull request #66348 from ClickHouse/thomoco-patch-3
Update kill.md
2024-07-10 20:07:06 +00:00
Shaun Struwig
e02d14263b
Merge branch 'master' into docs_window_functions 2024-07-10 21:58:59 +02:00