Commit Graph

147558 Commits

Author SHA1 Message Date
Nikolai Kochetov
ec0f44b819 Merge branch 'master' into fix-group-by-use-null-subquery-scope 2024-07-15 11:07:30 +00:00
Sema Checherinda
0dfcaaa28f work with review notes 2024-07-15 13:05:53 +02:00
Pablo Marcos
720be2a002 Make getting iterators more user friendly 2024-07-15 10:22:27 +00:00
Pablo Marcos
e995387b8a Fix check-style 2024-07-15 09:45:41 +00:00
Pablo Marcos
6024894cec Fix regex to match only specific tables
Previously was matching system.query_log_metric because
system.query_log is contained within.
2024-07-15 09:45:41 +00:00
Pablo Marcos
79ad4d3f73 Update test to make it more stable
Let's use 5s instead of 3s to have less possibilities of ending
up with just 1 diff value for 1000ms interval.

Also, let's remove the logging traces used to debug.
2024-07-15 09:45:41 +00:00
Pablo Marcos
d9abfa0bcb Use boost::multi_index_container instead of std::set
This way we avoid having to create a new container within
stepFunction, since the multi-index set allows us to modify
the values while having several indexes without worrying
about the underneath structure(s).
2024-07-15 09:45:41 +00:00
Pablo Marcos
46f597e3bd Add lots of debugging traces to figure out what's happening 2024-07-15 09:45:41 +00:00
Pablo Marcos
0557ef1730 Fix exception text with proper range 2024-07-15 09:45:41 +00:00
Pablo Marcos
29510163eb Add test and simplify logic 2024-07-15 09:45:41 +00:00
Pablo Marcos
7eb4a0123c Add per-query tracking with different intervals 2024-07-15 09:45:41 +00:00
Pablo Marcos
ca874e67ab Use the proper data structure for queries 2024-07-15 09:45:41 +00:00
Pablo Marcos
8ed2bfcdcf Add naïve implementation of per-query metric 2024-07-15 09:45:41 +00:00
Pablo Marcos
6047000f96 Collect system.query_log_metric at periodic times 2024-07-15 09:45:41 +00:00
Pablo Marcos
018c8d10d3 Move QueryLogMetric to be a periodic log 2024-07-15 09:45:41 +00:00
Pablo Marcos
112db1f05f Update query_log_metric using the progress callback 2024-07-15 09:45:41 +00:00
Pablo Marcos
9b36d0b61c Add system.query_log_metric table 2024-07-15 09:45:41 +00:00
vdimir
5e558677dc
Merge branch 'master' into vdimir/client-noninteractive-mem-usage 2024-07-15 11:34:37 +02:00
vdimir
480c546359
Merge branch 'master' into vdimir/fix_external_database_join_pushdown 2024-07-15 10:59:40 +02:00
Raúl Marín
e4f348acc7
Merge pull request #66404 from Algunenano/mergetree_private
Untangle setting headers
2024-07-15 08:49:05 +00:00
Robert Schulze
2af0edd9e9
Some minor fixups 2024-07-15 08:47:08 +00:00
Max K
a8a04f9e22
Merge pull request #66512 from ClickHouse/ci_fix_builds_2_skip_in_prs
CI: Fix for skipping Builds_2 in PRs' CI
2024-07-15 08:29:19 +00:00
Max K
f311612e91 check filter_out_not_affected_jobs in unit test 2024-07-15 09:59:23 +02:00
Antonio Andelic
4fd832fe48 Fix 02918_parallel_replicas_custom_key_unavailable_replica 2024-07-15 09:57:34 +02:00
Max K
7ef89f169b CI: Fix for skipping Builds_2 in PRs' CI 2024-07-15 09:26:07 +02:00
Robert Schulze
7276ad2888
Merge pull request #66163 from Blargian/docs_partitionID
Add alias `partitionID` for function `partitionId` and add documentation
2024-07-15 06:58:24 +00:00
Robert Schulze
cd719bf8fc
Make the alias case-sensitive 2024-07-15 08:57:11 +02:00
Antonio Andelic
7d62a19f4c
Merge pull request #66439 from azat/jemalloc-clock-assertion
[RFC] Fix jemalloc assertion due to non-monotonic CLOCK_MONOTONIC_COARSE
2024-07-15 06:45:29 +00:00
Robert Schulze
5b0bcf79f0
Some fixups 2024-07-15 06:39:33 +00:00
Alexey Milovidov
89f8c577e4 Do not fix anything 2024-07-15 05:34:14 +02:00
Alexey Milovidov
bc1b19591d Disable suspend on Ctrl+Z 2024-07-15 05:13:38 +02:00
Yakov Olkhovskiy
77396d00d9
Merge pull request #65267 from wudidapaopao/fix_unexpected_cte_projection_name
Fix unexpected projection name when query with CTE
2024-07-15 02:14:42 +00:00
Alexey Milovidov
d761396991 Fix test 2024-07-15 04:08:10 +02:00
Yakov Olkhovskiy
e55fcb3265 add docs to client xml config 2024-07-15 01:48:55 +00:00
Alexey Milovidov
41327260ba Fix MSan report in GRPC 2024-07-15 03:47:35 +02:00
Yakov Olkhovskiy
12ca7c3641 Merge remote-tracking branch 'upstream/master' 2024-07-15 01:34:53 +00:00
Alexey Milovidov
09345e6b59 Fix bad test apache_arrow_abort 2024-07-15 03:33:24 +02:00
Alexey Milovidov
31d44ac863 Merge branch 'master' into uninteresting-changes 2024-07-15 03:30:57 +02:00
Alexey Milovidov
20faa70389 Fix bad test 02530_dictionaries_update_field 2024-07-15 03:30:03 +02:00
Nikolay Degterinsky
24545caa3a Move parsing into a separate function 2024-07-15 00:52:31 +00:00
Alexey Milovidov
15ba7534bf Fix double whitespace in EXPLAIN AST CREATE 2024-07-15 02:24:41 +02:00
Alexey Milovidov
cae3f63545 Merge branch 'master' into uwu 2024-07-15 01:22:38 +02:00
Nikolay Degterinsky
13d4b7bd3e Merge remote-tracking branch 'upstream/master' into fix-valid-until 2024-07-14 22:55:03 +00:00
Haydn
619152eadb Retry with returning nullptr 2024-07-14 14:13:01 -07:00
Alexey Milovidov
697f4eae97
Merge pull request #66480 from Blargian/patch-5
Update installation options page
2024-07-14 19:48:55 +00:00
Alexey Milovidov
0e671f72d9
Merge pull request #63643 from ClickHouse/everything-should-work-with-analyzer
Everything should work with Analyzer
2024-07-14 21:52:59 +02:00
Alexey Milovidov
39e3356bc0 Merge branch 'master' into uninteresting-changes 2024-07-14 21:32:01 +02:00
Alexey Milovidov
deead28fee
Merge pull request #66499 from ClickHouse/add-one-more-revision-to-ignore
Add one more revision to ignore
2024-07-14 19:26:17 +00:00
Alexey Milovidov
e3f58a8b98 Merge branch 'master' into vdimir/debug_02956_rocksdb_bulk_sink 2024-07-14 21:19:53 +02:00
Max K
2ddd0078dc rename reusable docker workflow 2024-07-14 21:07:41 +02:00