Commit Graph

150209 Commits

Author SHA1 Message Date
Antonio Andelic
e9d16bc054 Use new mc restart 2024-08-12 13:39:53 +02:00
Antonio Andelic
2fc5734623 Merge branch 'master' into minio-audit-logs 2024-08-10 18:58:56 +02:00
Antonio Andelic
0a536cbf15 Add batch size 2024-08-10 18:58:28 +02:00
Antonio Andelic
3a2be13a93
Merge pull request #67975 from ClickHouse/update-minio-statless
Update minio in stateless tests
2024-08-10 16:15:14 +00:00
Antonio Andelic
16e52b547b
Merge pull request #68106 from ClickHouse/fix-with-retries-data-race
Fix race in `WithRetries`
2024-08-10 15:43:25 +00:00
Nikita Fomichev
4a31ccd653
Merge pull request #68013 from ClickHouse/pass-job-timeout-to-tests
CI: Pass job timeout into tests config
2024-08-10 10:38:41 +00:00
Nikita Fomichev
9b9fff4232 Push CI 2024-08-10 08:48:08 +02:00
Alexey Milovidov
b4f256ac0b
Merge pull request #68008 from ClickHouse/clickhouse-local-remove-unused-command-line-option
Remove unused CLI option
2024-08-10 00:17:12 +00:00
Alexey Milovidov
e7215d1029
Merge pull request #67959 from jkartseva/fix-flaky-test-storage-s3-queue
Fix flaky `test_storage_s3_queue/test.py::test_multiple_tables_streaming_sync_distributed`
2024-08-10 00:12:09 +00:00
Alexey Milovidov
e6bbbaadaa
Merge pull request #68107 from ClickHouse/avoid-to-string-conversion-for-cast
Avoid converting type to string and back in _CAST
2024-08-10 00:08:44 +00:00
Alexey Milovidov
b583b4812f
Merge pull request #68130 from ClickHouse/fix-long-parquet-load
Fix test `00900_long_parquet_load`
2024-08-09 22:13:01 +00:00
Alexey Milovidov
e6e06af7bd
Merge pull request #64281 from bigo-sg/extend_inequal_join
`Any/Semi/Anti` join support mixed join conditions
2024-08-09 21:36:31 +00:00
Alexey Milovidov
a79eff9dcf
Merge pull request #67647 from jacobrec/multilinestring
Added support for reading MultiLineString WKTs
2024-08-09 21:35:55 +00:00
Alexey Milovidov
c13d348d1e Fix test 00900_long_parquet_load 2024-08-09 19:56:50 +02:00
Alexey Milovidov
5881f28718
Merge pull request #68112 from ClickHouse/add-empty-cell-to-reports-when-time-is-missing
Add empty cell to reports when time is missing
2024-08-09 15:55:49 +00:00
Antonio Andelic
79cfffbaf8
Even bigger queue 2024-08-09 15:57:16 +01:00
Antonio Andelic
dc76d9899d
Merge pull request #68097 from ClickHouse/try-fix-02675_profile_events_from_query_log_and_client
Fix flaky `02675_profile_events_from_query_log_and_client`
2024-08-09 14:56:36 +00:00
Anton Popov
c682e35b59
Merge pull request #68052 from CurtizJ/fix-mutations-analyzer
Fix skip of parts in mutation with analyzer
2024-08-09 14:24:31 +00:00
Nikolai Kochetov
65ebcd6f21 Fixing test. 2024-08-09 13:55:47 +00:00
János Benjamin Antal
8cf5f6d616 Add empty cell to reports when time is missing 2024-08-09 13:20:05 +00:00
Sema Checherinda
1e67b46b57
Merge pull request #67684 from ClickHouse/chesema-rewrite-storage-policy
rework usage of custom table's disks
2024-08-09 12:36:29 +00:00
Nikolai Kochetov
e8f2f65e62 Avoid converting type to string and back in _CAST 2024-08-09 11:51:23 +00:00
Antonio Andelic
36c0c4562b Fix race in WithRetries 2024-08-09 13:14:30 +02:00
Antonio Andelic
ade1228b95 Fix order 2024-08-09 13:01:00 +02:00
Antonio Andelic
4ced1f37e8
Escape quote 2024-08-09 11:56:53 +01:00
Anton Popov
7c409c7884
Merge pull request #66084 from morning-color/rows_before_group_by_counter
Add rows_before_aggregation_at_least statistic
2024-08-09 10:36:22 +00:00
Antonio Andelic
34fb169aa7 Merge branch 'master' into update-minio-statless 2024-08-09 11:50:17 +02:00
Antonio Andelic
da907d5356
Better parsing 2024-08-09 10:37:48 +01:00
Antonio Andelic
6360687b30 Try fix flaky 02675_profile_events_from_query_log_and_client 2024-08-09 11:30:54 +02:00
Robert Schulze
f14112fb8a
Merge pull request #67963 from rschu1ze/fix-concurrent_threads_soft_limit_ratio
Fix CPU count detection for `concurrent_threads_soft_limit_ratio` in in containers
2024-08-09 07:58:29 +00:00
Antonio Andelic
54cd980e13 Increase queue size and fix tests 2024-08-09 09:44:30 +02:00
pufit
21f8b03789
Merge pull request #67655 from ClickHouse/pufit/fuzz-query-revert-revert
FuzzQuery table function (resubmit)
2024-08-09 05:57:43 +00:00
Alexey Milovidov
917920c59e
Merge pull request #67737 from azat/tests-processes-leftovers
Smart handling of processes leftovers in tests
2024-08-09 05:21:12 +00:00
Alexey Milovidov
89ea89ad67
Merge pull request #67885 from canhld94/drop_detached_partition_all
Support DROP DETACHED PARTITION ALL
2024-08-09 05:20:55 +00:00
Alexey Milovidov
d1c64b5027
Merge pull request #67952 from ClickHouse/change-log-level-clickhouse-local
Change log level of an insignificant message in clickhouse-local
2024-08-09 05:20:40 +00:00
pufit
03c1e7e3c2
Merge pull request #68072 from ClickHouse/pufit/fix-02572_query_views_log_background_thread
Fix flaky 02572_query_views_log_background_thread
2024-08-09 04:42:46 +00:00
Konstantin Bogdanov
0b99c592c2
Merge pull request #68054 from ClickHouse/fix-02164_clickhouse_local_interactive_exception
[CI Fest] Fix `02164_clickhouse_local_interactive_exception`
2024-08-09 01:58:11 +00:00
lgbo-ustc
248da0341a fixed 2024-08-09 09:51:11 +08:00
Justin de Guzman
0071765138
Merge pull request #67940 from ClickHouse/prometheus-documentation
Add documentation for Prometheus protocols and TimeSeries engine.
2024-08-09 01:03:26 +00:00
pufit
d7442e0670 Fix flacky 02572_query_views_log_background_thread 2024-08-08 20:45:43 -04:00
pufit
5d57155c3e
Merge pull request #67953 from ClickHouse/pufit/correct-error-for-alter-modify-definer
Add an explicit error for `ALTER MODIFY SQL SECURITY` on non-view tables.
2024-08-09 00:16:41 +00:00
pufit
99fbef3340
Merge branch 'master' into pufit/fuzz-query-revert-revert 2024-08-08 20:12:23 -04:00
justindeguzman
eb4ea07577 [Docs] Fix broken links 2024-08-08 16:55:39 -07:00
Anton Popov
8d0c8318ea
Apply suggestions from code review 2024-08-09 00:05:26 +02:00
Nikita Taranov
e501894767
Merge pull request #66320 from waynexia/period-detect
Avoid unneeded calculation in SeriesPeriodDetect
2024-08-08 21:44:54 +00:00
Nikita Taranov
1f6fa529b7
Merge pull request #67916 from filimonov/fix_arm64_no_pie
Building aarch64 builds with '-no-pie' to allow better introspection
2024-08-08 21:39:15 +00:00
Jacob Reckhard
6f346c1614 added order for repeatablility of test 2024-08-08 15:20:07 -06:00
Alexey Milovidov
7a037c683e
Merge pull request #68037 from rschu1ze/split-00284_external_aggregation
Split `00284_external_aggregation.sql`
2024-08-08 21:17:31 +00:00
Konstantin Bogdanov
6e3df43ae3
Cleanup 2024-08-08 22:09:58 +02:00
Alexey Milovidov
24dbdace18
Merge pull request #66282 from ClickHouse/vdimir/analyzer_external_query_fix
Properly convert boolean literals in query tree
2024-08-08 19:55:12 +00:00