Alexey Milovidov
|
350038dd5f
|
Merge pull request #54429 from fermelone/patch-3
Update settings_profile_elements.md
|
2024-02-28 01:38:12 +03:00 |
|
Alexey Milovidov
|
acbcffea13
|
Fix error
|
2024-02-27 23:33:16 +01:00 |
|
Alexey Milovidov
|
142a857281
|
Merge branch 'bugfix/kql-distributed-tables' of github.com:ClibMouse/ClickHouse into ClibMouse-bugfix/kql-distributed-tables
|
2024-02-27 23:31:25 +01:00 |
|
Alexey Milovidov
|
186c786104
|
Update docs/en/sql-reference/table-functions/fileCluster.md
|
2024-02-28 01:20:14 +03:00 |
|
Alexey Milovidov
|
4df5d13a33
|
Update docs/en/sql-reference/table-functions/fileCluster.md
|
2024-02-28 01:19:54 +03:00 |
|
Alexey Milovidov
|
9ea7ff231b
|
Merge pull request #60448 from ClickHouse/clang-19
Update to clang-19
|
2024-02-27 23:38:08 +03:00 |
|
Arthur Passos
|
7424b15991
|
rename test
|
2024-02-27 17:22:51 -03:00 |
|
Alexey Milovidov
|
2ab722214c
|
Merge branch 'hlee-ftsearch-test' of github.com:HarryLeeIBM/ClickHouse into HarryLeeIBM-hlee-ftsearch-test
|
2024-02-27 20:29:46 +01:00 |
|
Arthur Passos
|
7789e2e404
|
analyzer=1 and analyzer=0
|
2024-02-27 16:08:01 -03:00 |
|
Arthur Passos
|
6a57d665a4
|
create new file for test and use alias
|
2024-02-27 16:01:09 -03:00 |
|
Blargian
|
abbe596a2d
|
Fix style check
|
2024-02-27 19:57:25 +01:00 |
|
Blargian
|
426a68ca23
|
Fix style check
|
2024-02-27 19:43:00 +01:00 |
|
Raúl Marín
|
1b92a22fb7
|
Reduce iterations in 01383_log_broken_table
|
2024-02-27 19:37:40 +01:00 |
|
Pervakov Grigorii
|
d3b82ab7c1
|
Support sql created named collections in Kafka Storage for librdkafka settings
|
2024-02-27 18:36:36 +00:00 |
|
Blargian
|
8b8dcf01b6
|
Add toMillisecond
|
2024-02-27 19:32:38 +01:00 |
|
Smita Kulkarni
|
ca05557659
|
Fix typo
|
2024-02-27 19:16:36 +01:00 |
|
Smita Kulkarni
|
414c8da128
|
Fix build
|
2024-02-27 18:09:21 +01:00 |
|
robot-clickhouse
|
733453f817
|
Automatic style fix
|
2024-02-27 17:01:09 +00:00 |
|
Max Kainov
|
30a5bb1142
|
PR template fix to include ci fix category
|
2024-02-27 16:58:06 +00:00 |
|
Alexey Milovidov
|
06d1fc6e58
|
Fix tests
|
2024-02-27 17:49:16 +01:00 |
|
Alexey Milovidov
|
5a972c2533
|
Merge branch 'fix-inconsistent-formatting' of github.com:ClickHouse/ClickHouse into fix-inconsistent-formatting
|
2024-02-27 17:43:07 +01:00 |
|
Alexey Milovidov
|
fc80c796e5
|
Fix tests
|
2024-02-27 17:42:51 +01:00 |
|
Vitaly Baranov
|
0df2a645cd
|
Rename after_each_task_callback.
|
2024-02-27 17:41:09 +01:00 |
|
Igor Nikonov
|
4e406c6d8d
|
Fix query example in fileCluster.md
|
2024-02-27 17:40:36 +01:00 |
|
Alexey Milovidov
|
8665c9b7fe
|
Fix test
|
2024-02-27 17:32:57 +01:00 |
|
Alexey Milovidov
|
0f3c9963d1
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into revert-60216-revert-59697-check-stack-size-in-parser
|
2024-02-27 17:30:32 +01:00 |
|
Raúl Marín
|
f8ff15a023
|
Merge pull request #60429 from Algunenano/fix_unlimited_keeper
Fix unrestricted reads from keeper
|
2024-02-27 17:28:15 +01:00 |
|
Igor Nikonov
|
ebf89db1b8
|
Fix: 02496_remove_redundant_sorting_analyzer
|
2024-02-27 16:22:26 +00:00 |
|
Antonio Andelic
|
f6d35cf4b1
|
Merge branch 'master' into keeper-snapshot-detached
|
2024-02-27 16:44:06 +01:00 |
|
Robert Schulze
|
d15da9c749
|
Merge pull request #60454 from rschu1ze/ends_with
Minor: Replace boost::algorithm::ends_with() by std::string::ends_with()
|
2024-02-27 16:41:13 +01:00 |
|
Raúl Marín
|
52b14c3f0a
|
Merge remote-tracking branch 'blessed/master' into argmin_optimization
|
2024-02-27 16:40:59 +01:00 |
|
Antonio Andelic
|
5530ad5d90
|
Merge branch 'master' into keeper-disk-move-fix
|
2024-02-27 16:38:58 +01:00 |
|
Antonio Andelic
|
32daeced94
|
Abort on failure to read from snapshot
|
2024-02-27 16:38:25 +01:00 |
|
Robert Schulze
|
e185805c1c
|
Minor: Replace boost::algorithm::ends_with() by std::string::ends_with()
|
2024-02-27 15:28:02 +00:00 |
|
Robert Schulze
|
466cf93ee2
|
Merge pull request #60450 from rschu1ze/starts_with
Minor: Replace `boost::algorithm::starts_with()` by `std::string::starts_with()`
|
2024-02-27 16:21:02 +01:00 |
|
Raúl Marín
|
0a243c3c57
|
Fix
|
2024-02-27 16:17:48 +01:00 |
|
Raúl Marín
|
f0354ee07f
|
Fix optimization with nullable arguments
|
2024-02-27 16:15:21 +01:00 |
|
Robert Schulze
|
0f6bec7842
|
Merge pull request #59291 from azat/dist/config-settings
Support specifying settings for Distributed engine in config (like for MergeTree)
|
2024-02-27 16:10:51 +01:00 |
|
Raúl Marín
|
2a44eeff90
|
Merge pull request #60211 from jlmadurga/ulid_short_circuit
Ulid short circuit
|
2024-02-27 16:04:15 +01:00 |
|
Raúl Marín
|
e81c2ede2a
|
Add setting to control preimage optimization
|
2024-02-27 15:58:42 +01:00 |
|
Mikhail f. Shiryaev
|
6b24306678
|
Merge pull request #60444 from ClickHouse/replace-distutils
Replace deprecated distutils by vendored packaging
|
2024-02-27 15:50:49 +01:00 |
|
Alexey Milovidov
|
7c6e28708b
|
Merge pull request #60370 from ClickHouse/remove-alter-live-view
Remove ALTER LIVE VIEW
|
2024-02-27 17:45:59 +03:00 |
|
Dmitry Novik
|
6ad10629ff
|
Fix crash
|
2024-02-27 15:37:53 +01:00 |
|
Alexey Milovidov
|
ecbae90743
|
Remove unused file
|
2024-02-27 15:36:39 +01:00 |
|
Dmitry Novik
|
4318cf8253
|
Merge pull request #60339 from ClickHouse/fix-analyzer-executable
Fix - analyzer related - "executable" function subquery arguments.
|
2024-02-27 15:27:35 +01:00 |
|
Nikita Mikhaylov
|
8719a601fa
|
Merge pull request #60436 from nickitat/revert_56864
Revert "Merge pull request #56864 from ClickHouse/broken-projections-better-handling"
|
2024-02-27 15:25:15 +01:00 |
|
Mikhail f. Shiryaev
|
657857f982
|
Merge pull request #60445 from ClickHouse/fail-safe-builders-stats
Do not fail the build if ci-logs is not healthy
|
2024-02-27 15:21:53 +01:00 |
|
Robert Schulze
|
24cbdfe00e
|
Merge pull request #60449 from rschu1ze/move-enable-order-by-all
Move setting `enable_order_by_all` out of the experimental setting section
|
2024-02-27 15:21:19 +01:00 |
|
Antonio Andelic
|
2c8759442d
|
Move broken Keeper snapshots to detached folder
|
2024-02-27 15:16:10 +01:00 |
|
Robert Schulze
|
262c7b4ecb
|
Move enable_order_by_all out of the experimental section
|
2024-02-27 14:05:50 +00:00 |
|