Commit Graph

117760 Commits

Author SHA1 Message Date
Ilya Yatsishin
7e3eaadaac
Make SQLancer check not "always green" 2023-06-23 18:55:04 +02:00
Kruglov Pavel
95917ad87a
Merge pull request #51197 from Avogar/fix-flaky-tests
Split long test 02149_schema_inference_formats_with_schema into several tests to avoid timeout in debug
2023-06-23 18:38:38 +02:00
Alexey Milovidov
305e3d1f66
Merge pull request #50704 from rschu1ze/qc-materialize-query
Query Cache: Try to fix bad cast from ColumnConst to ColumnVector<char8_t>
2023-06-23 18:01:00 +03:00
Alexey Milovidov
945a119fc6
Merge pull request #51287 from ClickHouse/remove-live-view-alter
Remove ALTER of LIVE VIEW
2023-06-23 16:44:53 +03:00
Rich Raposa
75ea57062a
Merge pull request #51324 from ClickHouse/rfraposa-patch-2
Fix heading of nlp-functions.md
2023-06-23 07:39:01 -06:00
robot-ch-test-poll4
7559ac8724
Merge pull request #51327 from ClickHouse/reorder-table-functions-engines
Alphabetize table functions and engines in docs nav
2023-06-23 15:38:29 +02:00
Sema Checherinda
963cbbf29b
Merge pull request #50907 from CheSema/memory-leak
do not call finalize after exception
2023-06-23 15:36:34 +02:00
Sema Checherinda
977cd03cf2
Merge branch 'master' into memory-leak 2023-06-23 15:35:53 +02:00
Rich Raposa
951c077bbf
Merge branch 'master' into reorder-table-functions-engines 2023-06-23 07:17:41 -06:00
rfraposa
b5d9ed5b0c Alphabetize table functions and engines 2023-06-23 07:16:22 -06:00
Anton Popov
ad7fe63339
Merge pull request #51270 from CurtizJ/better-reporting-broken-parts
Better reporting of broken parts
2023-06-23 15:01:22 +02:00
Anton Popov
43fd4a83ca
Merge branch 'master' into better-reporting-broken-parts 2023-06-23 14:57:23 +02:00
Rich Raposa
ffd8183cfa
Fix heading of nlp-functions.md 2023-06-23 06:49:41 -06:00
Robert Schulze
cc3398159e
Restore Azure build on ARM (#51288) 2023-06-23 14:35:51 +02:00
Robert Schulze
43c97d76bf
Merge pull request #44149 from zvonand/zvonand-implicit-tz
Session time zones
2023-06-23 14:28:49 +02:00
Alexey Milovidov
e1b0991de2
Add a test for #48676 (#51308)
Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
2023-06-23 14:02:53 +02:00
Alexey Milovidov
75ef844f99
Fix long test functions_bad_arguments (#51310)
Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
2023-06-23 13:51:40 +02:00
alesapin
eaf95306ed
Add random sleep for zero copy (#51282)
* Add small sleep for zero copy replication merges and mutations

* Update src/Storages/MergeTree/MergeFromLogEntryTask.cpp

Co-authored-by: Sergei Trifonov <sergei@clickhouse.com>

* Update src/Storages/MergeTree/MergeFromLogEntryTask.cpp

Co-authored-by: Sergei Trifonov <sergei@clickhouse.com>

* Update src/Storages/MergeTree/MutateFromLogEntryTask.cpp

Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>

* Update src/Storages/MergeTree/MergeFromLogEntryTask.cpp

Co-authored-by: Sergei Trifonov <sergei@clickhouse.com>

* Update src/Storages/MergeTree/MutateFromLogEntryTask.cpp

* Fix darwin build

---------

Co-authored-by: Sergei Trifonov <sergei@clickhouse.com>
Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
2023-06-23 13:49:07 +02:00
Alexey Milovidov
c30c7cf5f6
Scratch the strange Python code (#51302) 2023-06-23 13:47:37 +02:00
Alexey Milovidov
1ebfaafec8
Add a test for #47865 (#51306)
* Add a test for #47865

* Add a test for #47865
2023-06-23 13:45:23 +02:00
Alexey Milovidov
4c8a4f54ce
Add a test for #48894 (#51307) 2023-06-23 13:44:33 +02:00
Han Fei
3a697544c9
Merge pull request #51272 from ClickHouse/Update_check_for_parameterized_view
Updated check for parameterized view
2023-06-23 12:57:07 +02:00
Nikolai Kochetov
e44b544ac0
Merge pull request #51301 from ClickHouse/fix-fuzz-actions-dag
Fix fuzzer failure in ActionsDAG
2023-06-23 12:30:34 +02:00
Vitaly Baranov
1ec5304957
Fix multiple writing of same file to backup (#51299)
* Fix writing the same file multiple times to backup.

* Add test.

---------

Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
2023-06-23 12:11:18 +02:00
Alexander Tokmakov
d57a6061ed
Merge pull request #51284 from ClickHouse/fix_check_table_structure
Disable table structure check for secondary queries from Replicated db
2023-06-23 13:04:33 +03:00
Nikolai Kochetov
efcf8d6389
Merge pull request #51266 from kssenii/less-loggers
Avoid too many calls to Poco::Logger::get
2023-06-23 09:56:26 +02:00
Robert Schulze
f367ced809
Merge pull request #51294 from rschu1ze/qc-remove-dflts
Query Cache: Un-comment settings in server cfg
2023-06-23 09:55:48 +02:00
robot-ch-test-poll1
6261ef19d0
Merge pull request #50324 from ClibMouse/feature/quantile-timing-big-endian-support
Implement endianness-independent serialization for quantileTiming
2023-06-23 08:07:23 +02:00
Sema Checherinda
a996c2b27d
Update test.py 2023-06-23 07:59:40 +02:00
Alexey Milovidov
9945118dbe
Merge pull request #51260 from ClickHouse/urlfree
Fix use-after-free in StorageURL when switching URLs
2023-06-23 08:13:35 +03:00
Alexey Milovidov
5c5d5ea08f
Merge pull request #48775 from tonickkozlov/tonickkozlov/22.3-unexpected-dictionary-load-behaviour
Report loading status for executable dictionaries correctly
2023-06-23 06:20:47 +03:00
Alexey Milovidov
c958a1a77b Fix fuzzer failure in ActionsDAG 2023-06-23 01:23:25 +02:00
Alexey Milovidov
bb2801833c
Merge pull request #51300 from ClickHouse/support-clang-17
Support clang-17
2023-06-23 02:09:39 +03:00
Alexey Milovidov
550784e6a0 Support clang-17 2023-06-23 01:08:51 +02:00
Dan Roscigno
96981a032c
Merge pull request #51298 from DanRoscigno/redirect-optimize
update doc nav
2023-06-22 18:44:09 -04:00
Alexey Milovidov
4e34d568b8
Merge pull request #51231 from liuneng1994/fix_core_dump_when_compile_expression
Fix core dump when compile expression
2023-06-23 01:28:35 +03:00
DanRoscigno
97fc6fcc2c update nav 2023-06-22 18:14:45 -04:00
Anton Popov
241d711264 better expception message 2023-06-22 22:03:40 +00:00
Robert Schulze
bfb2debca9
Restore settings 2023-06-22 21:31:05 +00:00
robot-ch-test-poll
9997743a66
Merge pull request #51283 from myrrc/patch-4
Update ext-dict-functions.md
2023-06-22 23:30:57 +02:00
Robert Schulze
506d52358a
Query Cache: Remove confusing defaults in server cfg 2023-06-22 20:52:50 +00:00
robot-clickhouse-ci-1
209491988f
Merge pull request #51271 from DanRoscigno/move-redirects-to-docs
move redirects to docusaurus config
2023-06-22 21:42:16 +02:00
Alexander Tokmakov
158cfe9c74
Merge pull request #51265 from ClickHouse/tavplubix-patch-7
Ugly hotfix for "terminate on uncaught exception" in WriteBufferFromOStream
2023-06-22 22:39:35 +03:00
robot-ch-test-poll3
baed5a798d
Merge pull request #51279 from ClickHouse/thomoco-patch-3
Update remote.md
2023-06-22 21:37:41 +02:00
Sema Checherinda
2b01711565 fix assert in test, revert debug message 2023-06-22 21:06:53 +02:00
Alexey Milovidov
369ad0aea3 Remove ALTER of LIVE VIEW 2023-06-22 20:32:29 +02:00
Andrey Zvonov
3d385be9cb
Update Settings.h 2023-06-22 20:56:50 +03:00
robot-clickhouse
ccb42d0afa Automatic style fix 2023-06-22 17:26:42 +00:00
Alexander Tokmakov
8afb8bf13a disable table structure check for secondary queries from Replicated db 2023-06-22 19:06:28 +02:00
Mike Kot
456709488e
Update ext-dict-functions.md 2023-06-22 20:03:36 +03:00