robot-ch-test-poll3
|
39b77ddc02
|
Merge pull request #56138 from crackhead-koala/add-documentation-for-sample-size-functions
Add documentation for minSampleSizeConversion and minSampleSizeContinous
|
2023-12-19 23:19:55 +01:00 |
|
Jordi Villar
|
7c281d9a6f
|
Allow max_size_to_drop settings in query time (#57452)
|
2023-12-19 23:16:03 +01:00 |
|
jsc0218
|
0a9475abc7
|
Merge pull request #57874 from joelynch/joelynch/host-psql
bugfix: addresses_expr ignored for psql named collections
|
2023-12-19 15:24:23 -05:00 |
|
Julia Kartseva
|
c7eff0e573
|
Merge pull request #58015 from jkartseva/fix-fuzzjson-segfault
Fix segfault in FuzzJSON engine
|
2023-12-19 11:19:20 -08:00 |
|
Julia Kartseva
|
2c32589949
|
Merge pull request #58019 from jkartseva/fix-build-errno-exception
fix freebsd build
|
2023-12-19 11:16:45 -08:00 |
|
Max K
|
d8383377ea
|
always run ast_fuzz and sqllancer #no-merge-commit (#58049)
|
2023-12-19 20:14:47 +01:00 |
|
Julia Kartseva
|
58f75c9679
|
Update src/Storages/StorageFuzzJSON.cpp
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
|
2023-12-19 10:17:15 -08:00 |
|
Sema Checherinda
|
802ad4ec47
|
Merge pull request #57523 from ClickHouse/remove-the-limit-for-connections-per-endpoint
Remove the limit for the number of connections per endpoint for background fetches + small refactoring
|
2023-12-19 19:16:01 +01:00 |
|
Alexey Milovidov
|
853b074024
|
Merge pull request #58010 from ClickHouse/pr-force-primary-key
Test parallel replicas with force_primary_key setting
|
2023-12-19 16:51:34 +01:00 |
|
Nikita Taranov
|
a375b1eab8
|
Fix handling of unavailable replicas before first request happened (#57933)
|
2023-12-19 16:41:51 +01:00 |
|
Raúl Marín
|
64247e9033
|
Try fix clang-tidy again
|
2023-12-19 14:28:41 +01:00 |
|
Kseniia Sumarokova
|
d4e71f96c1
|
Merge pull request #57897 from ClickHouse/allow-to-dynamically-change-fs-cache-size
Support dynamic reloading of filesystem cache size
|
2023-12-19 13:51:42 +01:00 |
|
Robert Schulze
|
952175ce39
|
Merge pull request #57875 from zhongyuankai/order_by_all
Support `ORDER BY ALL`
|
2023-12-19 13:38:07 +01:00 |
|
vdimir
|
252cb8a507
|
Merge pull request #54602 from fionera/issue-49028
Add setting http_make_head_request
|
2023-12-19 13:33:59 +01:00 |
|
Robert Schulze
|
91609a104c
|
Merge pull request #57547 from rschu1ze/docs-mv-table-engine
Docs: Remove mention of materialized view table engine
|
2023-12-19 13:29:56 +01:00 |
|
Robert Schulze
|
6053fa9d89
|
Merge remote-tracking branch 'rschu1ze/master' into docs-mv-table-engine
|
2023-12-19 11:52:26 +00:00 |
|
Robert Schulze
|
f503aa7838
|
Merge pull request #57887 from canhld94/ch_fast_enum_default_serialization
More efficient constructor for SerializationEnum
|
2023-12-19 12:51:23 +01:00 |
|
Raúl Marín
|
8bef92c92a
|
Fix clang-tidy
|
2023-12-19 12:39:05 +01:00 |
|
Anton Popov
|
34cdecea70
|
Merge pull request #58013 from CurtizJ/fix-race-external-sort
Fix rare race in external sort/aggregation with temporary data in cache
|
2023-12-19 12:20:31 +01:00 |
|
Max Kainov
|
276f040dd0
|
ci fix
https://github.com/ClickHouse/ClickHouse/actions/runs/7256640256/job/19769624432?pr=58015#step:8:5466
```
Dec 19 03:09:41 /build/src/IO/AIO.cpp:140:15: error: use of undeclared identifier 'ErrnoException'; did you mean 'DB::ErrnoException'?
Dec 19 03:09:41 140 | throw ErrnoException(DB::ErrorCodes::CANNOT_IOSETUP, "io_setup failed");
```
|
2023-12-19 10:24:36 +00:00 |
|
Antonio Andelic
|
29f5b3f50b
|
Merge pull request #58022 from ClickHouse/revert-57555-ft-dropped_tables_parts
Revert "Add system.dropped_tables_parts table"
|
2023-12-19 11:01:39 +01:00 |
|
Antonio Andelic
|
52b3caec90
|
Revert "Add system.dropped_tables_parts table"
|
2023-12-19 10:36:22 +01:00 |
|
kssenii
|
06a2e86983
|
Fix test
|
2023-12-19 10:02:45 +01:00 |
|
Robert Schulze
|
a8845ba729
|
Reorganize the test (a bit) + whitespace fixes
|
2023-12-19 08:16:54 +00:00 |
|
ubuntu
|
a077ad4c15
|
support new analyzer
|
2023-12-19 15:18:27 +08:00 |
|
Julia Kartseva
|
31f04b66c5
|
fix freebsd build
https://github.com/ClickHouse/ClickHouse/actions/runs/7256640256/job/19769624432?pr=58015#step:8:5466
```
Dec 19 03:09:41 /build/src/IO/AIO.cpp:140:15: error: use of undeclared identifier 'ErrnoException'; did you mean 'DB::ErrnoException'?
Dec 19 03:09:41 140 | throw ErrnoException(DB::ErrorCodes::CANNOT_IOSETUP, "io_setup failed");
```
|
2023-12-19 03:47:28 +00:00 |
|
Julia Kartseva
|
6014dca114
|
Allow multiple columns in StorageFuzzJSON
|
2023-12-19 02:34:23 +00:00 |
|
Julia Kartseva
|
0fc402c106
|
Fix segfault in FuzzJSON engine
Allow only String type for FuzzJSON engine table columns.
Fixes: https://github.com/ClickHouse/ClickHouse/issues/57858
|
2023-12-19 02:20:37 +00:00 |
|
Anton Popov
|
bfd403cc8c
|
Merge pull request #57996 from CurtizJ/better-trivial-count-merge
Better trivial count optimization for storage `Merge`
|
2023-12-19 02:25:58 +01:00 |
|
Han Fei
|
032fd08559
|
Merge pull request #57991 from hanfei1991/hanfei/refine-err-msg
refine error message
|
2023-12-19 01:14:18 +01:00 |
|
robot-clickhouse
|
2be806618e
|
Automatic style fix
|
2023-12-18 22:07:00 +00:00 |
|
robot-clickhouse-ci-1
|
60016a37d9
|
Merge pull request #57998 from bezik/patch-12
Update criteo.md [ru]
|
2023-12-18 22:49:55 +01:00 |
|
Nikita Mikhaylov
|
6360b76792
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into remove-the-limit-for-connections-per-endpoint
|
2023-12-18 21:49:31 +00:00 |
|
Nikita Mikhaylov
|
ddf5da225d
|
Fix integration test
|
2023-12-18 21:39:59 +00:00 |
|
pufit
|
36d1905881
|
Merge pull request #57752 from chizhonkova/refactor_sql_udf_loader
Refactoring for UserDefinedSQLObjectsLoader
|
2023-12-18 16:08:46 -05:00 |
|
AN
|
8811868287
|
Update criteo.md [ru]
language fixes
|
2023-12-18 20:30:32 +00:00 |
|
Alexey Milovidov
|
eecacf528d
|
Merge pull request #57983 from cwurm/patch-2
Update settings.md: allow_experimental_parallel_reading_from_replicas
|
2023-12-18 21:30:10 +01:00 |
|
Alexey Milovidov
|
1a7de9158f
|
Merge pull request #57979 from ClickHouse/add-test-49708
Add a test for #49708
|
2023-12-18 21:29:11 +01:00 |
|
jsc0218
|
cc8f6ab809
|
Merge pull request #58000 from yariks5s/date_trunc_docs_enhancement
enhanced docs for `date_trunc()`
|
2023-12-18 15:17:58 -05:00 |
|
Anton Popov
|
27d632f5e4
|
fix race in operations with external temporary data in cache
|
2023-12-18 20:02:53 +00:00 |
|
Alexey Milovidov
|
7178bd5c88
|
Merge pull request #57910 from Algunenano/log_message_string
Improvements for 00002_log_and_exception_messages_formatting
|
2023-12-18 21:02:23 +01:00 |
|
Igor Nikonov
|
4109304b2a
|
Test parallel replicas with force_primary_key setting
|
2023-12-18 19:50:01 +00:00 |
|
Alexander Tokmakov
|
de7a349f0d
|
Update MergeTreeData.cpp
|
2023-12-18 20:44:50 +01:00 |
|
Kseniia Sumarokova
|
0a45ffef30
|
Update 02944_dynamically_change_filesystem_cache_size.sh
|
2023-12-18 19:14:45 +01:00 |
|
Nikolai Kochetov
|
34ca74878e
|
Merge pull request #57555 from ClickHouse/ft-dropped_tables_parts
Add system.dropped_tables_parts table
|
2023-12-18 18:56:57 +01:00 |
|
Yarik Briukhovetskyi
|
0671ade7be
|
Merge branch 'ClickHouse:master' into date_trunc_docs_enhancement
|
2023-12-18 18:07:31 +01:00 |
|
Christoph Wurm
|
e357c088a0
|
Update settings.md: allow_experimental_parallel_reading_from_replicas
Document all possible values for `allow_experimental_parallel_reading_from_replicas`.
|
2023-12-18 16:55:44 +00:00 |
|
Max K
|
528df04b87
|
add needs_changed_files flag for pr_info (#58003)
|
2023-12-18 17:54:27 +01:00 |
|
kssenii
|
566aeaa17a
|
Better config
|
2023-12-18 17:23:41 +01:00 |
|
Nikolai Kochetov
|
5290b3c9ce
|
Merge pull request #57855 from kitaisreal/interpreter-create-query-sample-block-fix
InterpreterCreateQuery sample block fix
|
2023-12-18 17:22:24 +01:00 |
|