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 |
|
Robert Schulze
|
1d9c0db1f6
|
Incorporate review feedback
|
2023-12-19 08:00:59 +00:00 |
|
ubuntu
|
a077ad4c15
|
support new analyzer
|
2023-12-19 15:18:27 +08:00 |
|
Robert Schulze
|
00c407ecc1
|
Merge remote-tracking branch 'rschu1ze/master' into punycode-is-cool
|
2023-12-19 06:27:23 +00: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 |
|
Yakov Olkhovskiy
|
fd460566f6
|
fix setting description
|
2023-12-18 19:34:08 -05: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 |
|
Raúl Marín
|
5601f97e0c
|
Move FunctionsStringHashFixedString template to single file
|
2023-12-18 19:14:47 +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 |
|
Raúl Marín
|
80af5cb78a
|
Always build the necessary LLVM modules if blake3 is enabled
|
2023-12-18 18:32:31 +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 |
|
Max K
|
b9408125cc
|
CI for docs only fix (#57992)
* run only docs related jobs if changes are in docs only (fix after applying CI with digest)
|
2023-12-18 17:06:10 +01:00 |
|
Yakov Olkhovskiy
|
8e39c61401
|
Merge remote-tracking branch 'origin/master' into ft-dropped_tables_parts
|
2023-12-18 15:40:07 +00:00 |
|
yariks5s
|
1a66dd94fa
|
init
|
2023-12-18 15:37:02 +00:00 |
|
Anton Popov
|
7ebb7d2955
|
better trivial count optimization for storage Merge
|
2023-12-18 15:13:43 +00:00 |
|
Raúl Marín
|
99d1659b4c
|
Replace rust's BLAKE3 with llvm's implementation
|
2023-12-18 15:29:01 +01:00 |
|
Han Fei
|
028d1c9478
|
refine error message
|
2023-12-18 14:47:54 +01:00 |
|
Nikolay Degterinsky
|
bd17ee769e
|
Merge pull request #57938 from bharatnc/ncb/tablesloder-remove-cruft
remove cruft from TablesLoader
|
2023-12-18 14:46:36 +01:00 |
|
chen768959
|
fdda0cf8ac
|
Literal aliases incorrectly classified as 'complex_aliases'.
|
2023-12-18 21:43:07 +08:00 |
|
Mikhail f. Shiryaev
|
87a299a997
|
Merge pull request #57989 from ClickHouse/style-check-autofix
Fix style-check checkout head-ref
|
2023-12-18 14:18:02 +01:00 |
|
Mikhail f. Shiryaev
|
e0ffd3726d
|
Avoid situations with too long status descriptions
|
2023-12-18 13:45:15 +01:00 |
|
Mikhail f. Shiryaev
|
7441fe45cc
|
Apply isort for imports
|
2023-12-18 13:44:11 +01:00 |
|
Mikhail f. Shiryaev
|
9a2ee55b5e
|
Fix style-check checkout head-ref
|
2023-12-18 13:21:13 +01:00 |
|
Kseniia Sumarokova
|
f11fc650ee
|
Merge branch 'master' into allow-to-dynamically-change-fs-cache-size
|
2023-12-18 13:10:36 +01:00 |
|
Robert Schulze
|
414a2893d0
|
Merge pull request #57821 from rschu1ze/consolidate-substring-tests
Dumb down `substring()` tests
|
2023-12-18 12:32:20 +01:00 |
|
Raúl Marín
|
c4f2511596
|
Merge pull request #57895 from Algunenano/fix_azure
Fix test_unset_skip_unavailable_shards
|
2023-12-18 12:01:57 +01:00 |
|