Commit Graph

157233 Commits

Author SHA1 Message Date
Thom O'Connor
33cbc540d5
Update kill.md - remove ON CLUSTER for KILL MUTATION
ON CLUSTER is not valid for KILL MUTATION, and will result in an exception. Correcting the docs for this syntax
2024-10-31 13:49:24 +00:00
Raúl Marín
9ea9e9422e Fix bad cleanup of output format in client when an exception happens 2024-10-31 14:46:40 +01:00
avogar
3184b1ef11 Fix reading of LowCardinality dictionary in Dynamic column 2024-10-31 12:24:03 +00:00
Vladimir Cherkasov
a6c6ff5f08
Merge pull request #71055 from arthurpassos/support_for_boolean_parquet_native_reader
Boolean support for parquet native reader
2024-10-31 11:55:36 +00:00
Pablo Marcos
6b0cc3e3e9
Merge pull request #71295 from ClickHouse/improve-system-query-metric-log-test
Improve system.query_metric_log to remove flakiness
2024-10-31 11:50:53 +00:00
Raúl Marín
27b4e80983
Merge pull request #71195 from Algunenano/memory_logging
Improve error and log messages around memory usage
2024-10-31 11:48:52 +00:00
Daniil Ivanik
e29c488b05
Merge pull request #71184 from ClickHouse/divanik/add_info_about_unsupported_remote_7z
Fix and document 7z archive local-only restriction
2024-10-31 10:29:16 +00:00
Alexey Milovidov
c20c659821 Merge branch 'changelog-24.10' 2024-10-31 11:21:36 +01:00
Alexey Milovidov
4aa06a8ed5 Update Changelog 2024-10-31 11:21:22 +01:00
Antonio Andelic
172c06ad4d
Merge pull request #71236 from ClickHouse/ignore-nosuchkey
Ignore `No such key` exceptions in some cases
2024-10-31 09:27:56 +00:00
Pablo Marcos
e126092c1f Improve system.query_metric_log to remove flakiness
- Use an interval of 400ms instead of 1234ms for the 2500ms
  sleep to avoid having a last collection that may clash
  with the finish one.
- Move the check for number of events to a separate check.
  This way we don't have to remove the first and last event,
  which makes the check less good the fewer events we have.
- Add explicit comments of what each check does for readability.
2024-10-31 08:51:55 +00:00
Alexey Milovidov
41de8f3503
Merge pull request #71291 from ClickHouse/changelog-24.10
Add changelog for 24.10
2024-10-31 08:06:20 +00:00
Alexey Milovidov
6f1d690779 Changelog for 24.10 2024-10-31 08:44:59 +01:00
Alexey Milovidov
0604ff1871 Add changelog for 24.10 2024-10-31 07:53:15 +01:00
Alexey Milovidov
26da759cf2 Add changelog for 24.10 2024-10-31 07:51:20 +01:00
Sergei Trifonov
d14ca872d4
Merge pull request #71266 from ClickHouse/revert-71251-revert-69187-sql-for-workload-management
Revert "Revert "SQL syntax for workload and resource management""
2024-10-30 23:18:05 +00:00
Arthur Passos
33fdddf9d9 remove unrelated file 2024-10-30 19:26:37 -03:00
Arthur Passos
8d622000b0 remove unrelated file 2024-10-30 19:26:13 -03:00
Alexey Milovidov
ae29572119
Merge pull request #70997 from Romeo58rus/master
Add support for reloading client-side certificates
2024-10-30 20:17:47 +00:00
Raúl Marín
f70053d925 Adapt another test to new error message 2024-10-30 20:18:44 +01:00
Arthur Passos
124736756f fix msan issue 2024-10-30 16:18:43 -03:00
Nikita Mikhaylov
35b5987ba5
Merge pull request #71271 from tbragin/patch-18
Update README.md - Meetups update
2024-10-30 16:52:20 +00:00
Raúl Marín
b87c0c4bc8
Merge pull request #71216 from Algunenano/table_function_scalar
Fix LOGICAL_ERROR on wrong scalar subquery argument to table functions
2024-10-30 16:41:08 +00:00
Kseniia Sumarokova
364276f53b
Merge pull request #71011 from MikhailBurdukov/access_header_for_s3
Add a new type of headers for S3 endpoints for custom authentication.
2024-10-30 16:38:05 +00:00
Tanya Bragin
b54ae806fe
Update README.md - Meetups update
Add SF meetup on Dec 12
2024-10-30 09:16:14 -07:00
Raúl Marín
acdd9f37d2 Fix tests 2024-10-30 17:12:48 +01:00
Konstantin Bogdanov
12e36c39fc
Sort headers 2024-10-30 16:52:59 +01:00
Konstantin Bogdanov
a819cfa709
Read ECS token from file 2024-10-30 16:50:40 +01:00
Max Kainov
ab668b72b2
Merge pull request #71079 from ClickHouse/statless_tests_arm_asan
CI: Functional tests for ARM + ASAN binary
2024-10-30 15:41:11 +00:00
Christoph Wurm
3a41e79eb8 Fix test 2024-10-30 15:20:07 +00:00
Sergei Trifonov
2760f283a1
Revert "Revert "SQL syntax for workload and resource management"" 2024-10-30 16:18:35 +01:00
Julia Kartseva
1c878c397d
Merge pull request #64847 from ClickHouse/Add_check_after_write_AzureBlobStorage
Azure Blob Storage: we added an option to check an object after write, too
2024-10-30 15:12:44 +00:00
Nikita Taranov
6816a3c1a3
Merge pull request #71166 from amosbird/improve_70939
Improve plan step desc of optimized trivial count
2024-10-30 15:11:14 +00:00
Pablo Marcos
2b959fed6b
Merge pull request #71124 from ClickHouse/hotfix_query_metric_log
Fix race condition in system.query_metric_log
2024-10-30 14:06:14 +00:00
Antonio Andelic
96f073f49a Add ReadBufferFromAzureBlobStorage and AsynchronousBoundedReadBuffer 2024-10-30 14:55:46 +01:00
Raúl Marín
5e96c74768 Merge remote-tracking branch 'blessed/master' into memory_logging 2024-10-30 14:42:55 +01:00
Raúl Marín
50345cd254 Merge remote-tracking branch 'blessed/master' into setting_tiers 2024-10-30 14:39:56 +01:00
Raúl Marín
d60f6e5de6
Merge pull request #71255 from Algunenano/cloud_sync
Make cloud sync title shorter
2024-10-30 13:37:08 +00:00
Konstantin Bogdanov
bceb1dce69
Merge pull request #70090 from arthurpassos/valid_until_per_auth_method
Allow each authentication method to have its own expiration date, remove from user entity.
2024-10-30 13:26:56 +00:00
Robert Schulze
0e063673d5
Fix potential out-of-bound access 2024-10-30 13:18:37 +00:00
Pavel Kruglov
9ab5f16968
Update test.py 2024-10-30 14:10:12 +01:00
Raúl Marín
d064c3f317 Make cloud sync title shorter 2024-10-30 13:30:33 +01:00
Raúl Marín
4364be72f1 Mark merge_selector_algorithm as experimental 2024-10-30 13:27:57 +01:00
Raúl Marín
bbbb81f43d Improvements based on review 2024-10-30 13:23:48 +01:00
Robert Schulze
fae5b11709
Fix #69010 2024-10-30 12:06:30 +00:00
Raúl Marín
9d0cc298eb Adjust test for old analyzer 2024-10-30 13:04:33 +01:00
Alexander Tokmakov
12718ff024
Merge pull request #71251 from ClickHouse/revert-69187-sql-for-workload-management
Revert "SQL syntax for workload and resource management"
2024-10-30 11:49:25 +00:00
Alexander Tokmakov
4a821e81a1
Revert "SQL syntax for workload and resource management" 2024-10-30 12:48:13 +01:00
Raúl Marín
e7173375c1
Merge pull request #71127 from Algunenano/changelog_24_10
Initial changelog for 24.10
2024-10-30 11:46:55 +00:00
Raúl Marín
973c9910f1
Merge pull request #71220 from ClickHouse/revert-70716-fix-optimize_functions_to_subcolumns
Revert "[RFC] Fix optimize_functions_to_subcolumns optimization"
2024-10-30 11:46:48 +00:00