avogar
|
7908f69d84
|
Fix special builds and tests
|
2024-01-26 14:01:06 +00:00 |
|
Arthur Passos
|
ce6877cbb6
|
Merge branch 'ClickHouse:master' into bring_back_attach_partition_pr
|
2024-01-26 10:57:11 -03:00 |
|
Nikolai Kochetov
|
75edbdd39c
|
Merge pull request #59147 from ClickHouse/vdimir/fix_agg_nothing_2
Fix AggregateFunctionNothing result type issues introducing it with different names
|
2024-01-26 14:33:38 +01:00 |
|
Yarik Briukhovetskyi
|
0cbadc9b52
|
Merge pull request #59190 from yariks5s/fix_to_string_nullable_timezone
Fix crash with nullable timezone for `toString`
|
2024-01-26 13:33:12 +01:00 |
|
Nikolai Kochetov
|
10d4f1fd87
|
Merge pull request #59228 from kitaisreal/actions-dag-build-filter-actions-refactoring
Actions dag build filter actions refactoring
|
2024-01-26 11:34:19 +01:00 |
|
Sergei Trifonov
|
4fb511bfb3
|
Merge pull request #59137 from ClickHouse/fix-async-loader-shutdown-deadlock
Fix not started database shutdown deadlock
|
2024-01-26 11:21:13 +01:00 |
|
Max K
|
94b599d126
|
Merge pull request #59252 from ClickHouse/ci_fix_nightly_job
CI: fix ci configuration for nightly job
|
2024-01-26 10:59:00 +01:00 |
|
Max Kainov
|
2b75836ad2
|
CI: fix ci configuration for nightly job
|
2024-01-26 09:33:04 +00:00 |
|
Vitaly Baranov
|
3fbdf48b53
|
Merge pull request #59244 from vitlibar/disable-copy-constructor-for-multi-version
Disable copy constructor for MultiVersion
|
2024-01-26 09:29:43 +01:00 |
|
pufit
|
92e63bf45c
|
Load server configs in clickhouse local (#59231)
Load server configs in clickhouse local
|
2024-01-25 23:13:31 -05:00 |
|
avogar
|
7f6784937d
|
Fix
|
2024-01-25 23:59:24 +00:00 |
|
Vitaly Baranov
|
a7b1fe9fa2
|
Disable copy constructor for MultiVersion.
|
2024-01-25 23:53:54 +01:00 |
|
Alexey Milovidov
|
aedffeaab0
|
Merge pull request #58959 from Algunenano/fix_sum_map
Fix sumMapFiltered with NaN values
|
2024-01-25 23:50:28 +01:00 |
|
Robert Schulze
|
caeb31940c
|
Allow to build without libssl
|
2024-01-25 21:14:03 +00:00 |
|
avogar
|
ff15ab12b8
|
Remove bad implementation of DataTypeVariant::createColumnConst, support use_variant_as_common_type setting in functions array/map
|
2024-01-25 21:06:50 +00:00 |
|
Sema Checherinda
|
a69a0aea0e
|
Merge pull request #59066 from ClickHouse/chesema-remove-flaky-test
remove flaky test
|
2024-01-25 21:39:46 +01:00 |
|
Kruglov Pavel
|
e431f89339
|
Restart CI
|
2024-01-25 18:19:46 +01:00 |
|
Nikita Taranov
|
368ef60c77
|
Merge pull request #59093 from ClickHouse/nickitat-patch-18
Add `[[nodiscard]]` to a couple of methods
|
2024-01-25 17:03:05 +01:00 |
|
Robert Schulze
|
16a9e95605
|
Minor cleanup of msan usage
|
2024-01-25 15:40:11 +00:00 |
|
Maksim Kita
|
5bb734a4bb
|
ActionsDAG buildFilterActionsDAG refactoring
|
2024-01-25 18:24:14 +03:00 |
|
Kseniia Sumarokova
|
70514e3d14
|
Merge pull request #57615 from ClickHouse/filecache-small-optimization
fs cache: small optimization
|
2024-01-25 15:50:09 +01:00 |
|
Yarik Briukhovetskyi
|
da1cf46b14
|
Fix fuzzer
|
2024-01-25 15:47:32 +01:00 |
|
Nikolai Kochetov
|
3fd6b4d1ac
|
Merge pull request #58831 from kitaisreal/table-create-drop-logger-memory-leak-fix
Table CREATE DROP Poco::Logger memory leak fix
|
2024-01-25 15:13:20 +01:00 |
|
avogar
|
4b26de9660
|
Rename setting to use it not only in if/multiIf in future
|
2024-01-25 13:26:13 +00:00 |
|
yariks5s
|
1620c069b7
|
Merge branch 'fix_to_string_nullable_timezone' of github.com:yariks5s/ClickHouse into fix_to_string_nullable_timezone
|
2024-01-25 12:02:49 +00:00 |
|
yariks5s
|
c277148ee1
|
enhanced tests, fix
|
2024-01-25 12:01:51 +00:00 |
|
Maksim Kita
|
485a46f610
|
Fixed tests
|
2024-01-25 14:31:49 +03:00 |
|
Maksim Kita
|
109337e91e
|
Updated implementation
|
2024-01-25 14:31:49 +03:00 |
|
Maksim Kita
|
2a327107b6
|
Updated implementation
|
2024-01-25 14:31:49 +03:00 |
|
Maksim Kita
|
6f698b40ae
|
Poco update Logger to allow create shared LoggerPtr
|
2024-01-25 14:31:18 +03:00 |
|
Maksim Kita
|
bd8bbdaeb3
|
Poco update RefCountedObject with std::atomic
|
2024-01-25 14:31:18 +03:00 |
|
Maksim Kita
|
42029f42e7
|
Table CREATE DROP Poco::Logger memory leak fix
|
2024-01-25 14:31:18 +03:00 |
|
serxa
|
a40da92761
|
Merge branch 'master' into fix-async-loader-shutdown-deadlock
|
2024-01-25 11:31:05 +00:00 |
|
Robert Schulze
|
5ba7a78d23
|
Merge pull request #59108 from rschu1ze/slimmer-norm-distance-test
Further reduce runtime of `norm_distance.xml`
|
2024-01-25 12:16:54 +01:00 |
|
Kseniia Sumarokova
|
951c874aa9
|
Merge pull request #59080 from ClickHouse/data-lakes-survive-restart
Allow server to start with broken data lake table and fix itself lazily
|
2024-01-25 11:50:16 +01:00 |
|
Kseniia Sumarokova
|
b13be4fd55
|
Merge pull request #59175 from ClickHouse/filecache-minor
Move some headers
|
2024-01-25 11:33:57 +01:00 |
|
Antonio Andelic
|
0386830b98
|
Merge pull request #59145 from ClickHouse/capability-check-s3-plain
Capability check for `s3_plain`
|
2024-01-25 09:28:36 +01:00 |
|
Dmitry Novik
|
a2d7bcbd5f
|
Merge pull request #58958 from ClickHouse/analyzer-insert-block
Analyzer: fix storage replacement with insertion block
|
2024-01-25 09:25:50 +01:00 |
|
Igor Nikonov
|
7ae7086a2d
|
Merge pull request #59153 from ClickHouse/fix-pr-limit-by
Fix: LIMIT BY and LIMIT in distributed query
|
2024-01-25 01:51:52 +01:00 |
|
Yarik Briukhovetskyi
|
f71c38f71c
|
Merge branch 'ClickHouse:master' into fix_to_string_nullable_timezone
|
2024-01-25 00:12:16 +01:00 |
|
yariks5s
|
2a508bdd34
|
enhance tests
|
2024-01-24 22:42:20 +00:00 |
|
Mikhail f. Shiryaev
|
a66d409534
|
Merge pull request #59184 from ClickHouse/fix-lambda-for-hash-#-in-branch
Fix another place with special symbols in the URL
|
2024-01-24 22:24:26 +01:00 |
|
Nikita Taranov
|
1e3f6894a3
|
Merge pull request #59089 from nickitat/sort_res_ranges_before_sending_to_replica
Coordinator returns ranges for reading in sorted order
|
2024-01-24 21:04:53 +01:00 |
|
Mikhail f. Shiryaev
|
3d03c16fc8
|
Fix another place with special symbols in the URL
|
2024-01-24 21:02:22 +01:00 |
|
Nikita Taranov
|
fddfc7e9c4
|
Merge pull request #57700 from nickitat/debug_in_ci
Bring test back
|
2024-01-24 20:25:57 +01:00 |
|
Raúl Marín
|
a07eefe7c2
|
Merge pull request #59090 from Algunenano/02294_decimal_second_errors
Raise timeout in 02294_decimal_second_errors
|
2024-01-24 19:37:50 +01:00 |
|
yariks5s
|
4deb1eab19
|
init
|
2024-01-24 18:17:19 +00:00 |
|
Bhavna Jindal
|
926982856d
|
Merge remote-tracking branch 'upstream/master' into seriesDecompose
|
2024-01-24 10:11:00 -08:00 |
|
kssenii
|
9038f0710a
|
Minor
|
2024-01-24 18:44:13 +01:00 |
|
Kseniia Sumarokova
|
d674a5ce24
|
Merge pull request #59168 from ClickHouse/kssenii-patch-9
Decrease log level for one log message
|
2024-01-24 18:39:55 +01:00 |
|