Raúl Marín
4036911ca3
Merge pull request #65420 from timacdonald/patch-1
...
Documentation typo
2024-06-19 10:44:44 +00:00
Raúl Marín
02f1946fc0
Merge pull request #64820 from lsj4401/patch-1
...
fix typo
2024-06-19 10:42:40 +00:00
Max K
6781107bd6
Merge branch 'master' into ci_fix_dependencies_in_pr_workflow
2024-06-19 12:23:42 +02:00
Max K
9d79ec3979
CI: PR workflow dependencies fix
2024-06-19 12:21:26 +02:00
Max K
ad213ee0d0
Merge pull request #65416 from ClickHouse/ci_master_wf_fix
...
CI: Master workflow dependencies fix
2024-06-19 10:11:56 +00:00
allegrinisante
619333b356
Mode value = 'unordered' may lead to confusion
...
According to the documentation, the default mode was 'ordered' before version 24.6. Starting from version 24.6, there is no default value for mode. Using mode = 'unordered' can be confusing.
2024-06-19 11:44:38 +02:00
Nikolai Kochetov
d39f30db46
Merge branch 'master' into merge-filter-steps
2024-06-19 11:41:52 +02:00
Han Fei
5eca8db5fc
Merge pull request #64781 from XuJia0210/feature_database_and_table_count_limitation_issue56347
...
Feature database and table count limitation issue56347
2024-06-19 09:41:51 +00:00
Nikolai Kochetov
4d0e65b8b1
Merge branch 'master' into remove-dag-flags
2024-06-19 11:40:46 +02:00
Dmitry Novik
520d710b79
Merge pull request #65356 from ClickHouse/fix-qualify-check
...
Forbid QUALIFY clause in the old analyzer
2024-06-19 09:25:14 +00:00
Kseniia Sumarokova
784f66cf2f
Merge pull request #65239 from ClickHouse/tracing-try-2
...
Initialize global profiler for Poco::ThreadPool (needed for keeper, etc)
2024-06-19 09:00:46 +00:00
Robert Schulze
fd52e19b3e
Suppress leaksan false positive in OpenSSL
2024-06-19 08:30:47 +00:00
Robert Schulze
466aec959a
Revert "Suppress false positives in leaksan"
...
This reverts commit 2418d673f1
.
2024-06-19 08:30:44 +00:00
Robert Schulze
fd59d7e02f
Merge pull request #64948 from rschu1ze/uniform-snowflake-id-conversion
...
Add uniform conversion functions for Snowflake IDs
2024-06-19 08:27:40 +00:00
Antonio Andelic
9a5c42ab94
Merge pull request #65379 from ClickHouse/distinc-fix-alignment
...
Fix alignment of Distinct combinator
2024-06-19 06:52:16 +00:00
Tim MacDonald
100916440b
Typo
2024-06-19 10:34:55 +10:00
Sergei Trifonov
ef34ec874a
Merge pull request #65415 from ClickHouse/fix-tidy-build
...
Fix tidy build
2024-06-18 23:55:29 +00:00
Alexey Milovidov
3ada99c6b6
Merge pull request #65332 from ClickHouse/minimal-changes
...
Fix bad code in `system.session_log`
2024-06-18 23:01:00 +00:00
Alexey Katsman
03f7ac2c2a
Merge pull request #64597 from alexkats/grants
...
Add query privileges information to the query log
2024-06-18 21:35:32 +00:00
Max K
5014cd20fd
CI: Master workflow dependencies fix
2024-06-18 21:59:59 +02:00
serxa
11e844c953
fix tidy build
2024-06-18 19:12:58 +00:00
Alexander Tokmakov
5798898314
Merge pull request #65309 from ClickHouse/save_server_data
...
Save server data for failed stateless tests
2024-06-18 18:46:24 +00:00
Alexey Katsman
ddbe83d993
Merge pull request #65269 from liuneng1994/edit-distance-utf8
...
Add function editDistanceUTF8
2024-06-18 18:46:13 +00:00
Sergei Trifonov
f1cf1751f3
Merge pull request #65028 from ClickHouse/fix-poco-send-http-buffer
...
Use 1MB HTTP buffers to avoid frequent send syscalls
2024-06-18 18:38:38 +00:00
Nikolai Kochetov
c3e4387184
Merge branch 'master' into merge-filter-steps
2024-06-18 18:04:39 +00:00
Kruglov Pavel
e6085143e5
Merge pull request #65206 from azat/fix-hedged-requests
...
Fix possible crash for hedged requests
2024-06-18 17:57:04 +00:00
Kruglov Pavel
48a6f22cfc
Merge pull request #65315 from chloro-pn/fix_in_operator_type_conversion
...
fix the bug that In operator did not perform the correct type conversion
2024-06-18 17:56:40 +00:00
Nikolai Kochetov
16b456b4b9
Merge branch 'master' into remove-dag-flags
2024-06-18 17:50:56 +00:00
Nikolai Kochetov
0fb901dd23
Merge branch 'master' into merge-filter-steps
2024-06-18 17:19:13 +00:00
Max K
b1f2b54d70
Merge pull request #65394 from alexkats/compatibility
...
Fix compatibility release check
2024-06-18 17:16:02 +00:00
Max K
9b7ca032d3
Merge pull request #65385 from ClickHouse/ci_non_blocking_mode
...
CI: Add Non-blocking (Woolen wolfdog) CI mode
2024-06-18 17:13:12 +00:00
Robert Schulze
abe424b24b
Merge pull request #65111 from rschu1ze/reenable-session-caching
...
Re-enable OpenSSL session caching
2024-06-18 16:39:38 +00:00
Nikolay Degterinsky
f658456d02
Try to fix build
2024-06-18 15:55:36 +00:00
Pablo Marcos
6a95f19958
Minor changes found reviewing to remove the draft status
2024-06-18 15:42:57 +00:00
Alex Katsman
13fcfd9784
Add docs for privileges columns to the system.query_log
2024-06-18 15:39:22 +00:00
Alex Katsman
ca0da7a481
Add query privileges information to the query log.
...
Introduced two additional columns in the system.query_log:
used_privileges and missing_privileges. Used_privileges is populated
with the privileges that were checked during query execution, and
missing_privileges contains required privileges that are missing.
2024-06-18 15:39:21 +00:00
Pablo Marcos
4c38f9fb34
Improve error_log test to ensure errors are propagated
2024-06-18 15:29:27 +00:00
Kseniia Sumarokova
ece3efe09c
Update test.py
2024-06-18 16:33:59 +02:00
Pablo Marcos
d20239d49e
Fix for real the CI style check. This time is personal
2024-06-18 14:29:47 +00:00
Sergei Trifonov
741e453510
Merge pull request #64985 from ClickHouse/allocation-free-scheduler-activation
...
Faster processing of scheduler queue activations
2024-06-18 14:18:56 +00:00
Yarik Briukhovetskyi
ab7ba4efd9
Merge pull request #65384 from yariks5s/docs_for_group_concat
...
Add docs for groupConcat
2024-06-18 14:18:21 +00:00
Alex Katsman
ec855651f3
Fix compatibility release check
2024-06-18 13:54:45 +00:00
Han Fei
c32b97d904
Merge branch 'master' into feature_database_and_table_count_limitation_issue56347
2024-06-18 15:52:18 +02:00
Pablo Marcos
c7472f46a8
Move ValuePair to the internal implementation
...
Attempt #3 to fix CI style check.
The good thing is that there was no need to expose ValuePair
to the outside.
2024-06-18 13:51:18 +00:00
Alexey Milovidov
87b91c6115
Merge pull request #65137 from ClickHouse/bad-error-message
...
Fix bad error message
2024-06-18 13:24:34 +00:00
Alexey Milovidov
1bbc4bd2e2
Merge pull request #61500 from ClickHouse/detect-lexer-errors-early
...
Detect lexer errors early
2024-06-18 12:55:54 +00:00
Nikolai Kochetov
260dec27f4
Add a comment.
2024-06-18 12:23:20 +00:00
Nikolai Kochetov
b1d6a31af4
Another try.
2024-06-18 12:04:16 +00:00
Pablo Marcos
7b47032d37
Fix style check
2024-06-18 12:00:12 +00:00
Max K
ed38f370c3
CI: Add Non-blocking (Woolen wolfdog) CI mode
2024-06-18 13:40:01 +02:00