alesapin
|
c79600c4c8
|
Fix build
|
2022-05-27 13:44:29 +02:00 |
|
alesapin
|
461bb42fb8
|
Fix flaky test
|
2022-05-27 13:40:07 +02:00 |
|
alesapin
|
841858ec30
|
Revert "Revert "(only with zero-copy replication, non-production experimental feature not recommended to use) fix possible deadlock during fetching part""
|
2022-05-27 13:13:36 +02:00 |
|
Azat Khuzhin
|
2613149f6b
|
Fix converting types for UNION queries (may produce LOGICAL_ERROR)
CI founds [1]:
2022.02.20 15:14:23.969247 [ 492 ] {} <Fatal> BaseDaemon: (version 22.3.1.1, build id: 6082C357CFA6FF99) (from thread 472) (query_id: a5187ff9-962a-4e7c-86f6-8d48850a47d6) (query: SELECT 0., round(avgWeighted(x, y)) FROM (SELECT toDate(toDate('214748364.8', '-922337203.6854775808', '-0.1', NULL) - NULL, 10.000100135803223, '-2147483647'), 255 AS x, -2147483647 AS y UNION ALL SELECT y, NULL AS x, 2147483646 AS y)) Received signal Aborted (6)
[1]: https://s3.amazonaws.com/clickhouse-test-reports/0/26d0e5438c86e52a145aaaf4cb523c399989a878/fuzzer_astfuzzerdebug,actions//report.html
The problem is that subqueries returns different headers:
- first query -- x, y
- second query -- y, x
v2: Make order of columns strict only for UNION
https://s3.amazonaws.com/clickhouse-test-reports/34775/9cc8c01a463d18c471853568b2f0af659a4e643f/stateless_tests__address__actions__[2/2].html
Fixes: 00597_push_down_predicate_long
v3: add no-backward-compatibility-check for the test
Fixes: #37569
Resubmit: #34775
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
(cherry picked from commit a813f5996e )
|
2022-05-27 14:11:57 +03:00 |
|
Kseniia Sumarokova
|
141334448e
|
Merge pull request #37566 from kssenii/fix-assertion
Fix failed assertion in cache
|
2022-05-27 11:59:03 +02:00 |
|
Kseniia Sumarokova
|
2943d44bf1
|
Merge pull request #37554 from msaf1980/cleanup_hdfs
Cleanup StorageHDFS (unused variables prevent build with clang 12)
|
2022-05-27 11:57:18 +02:00 |
|
Kseniia Sumarokova
|
f5d69506b4
|
Merge pull request #37516 from KinderRiven/improve_local_cache
Control cache downloads to avoid negative optimization of local caches
|
2022-05-27 11:53:17 +02:00 |
|
Antonio Andelic
|
e1772c571c
|
Compress clickhouse logs
|
2022-05-27 07:10:20 +00:00 |
|
Dmitry Novik
|
96ca23acd5
|
Merge pull request #37582 from ClickHouse/revert-34775-union-type-cast
Revert "RFC: Fix converting types for UNION queries (may produce LOGICAL_ERROR)"
|
2022-05-27 04:09:20 +02:00 |
|
Alexey Milovidov
|
393846e1ee
|
Fix test
|
2022-05-27 04:08:04 +02:00 |
|
Dmitry Novik
|
3a9239b79f
|
Revert "RFC: Fix converting types for UNION queries (may produce LOGICAL_ERROR)"
|
2022-05-27 04:05:32 +02:00 |
|
Yakov Olkhovskiy
|
25884c68f1
|
http named collection source implemented for dictionary
|
2022-05-26 20:46:26 -04:00 |
|
Alexey Milovidov
|
faa519300e
|
Fix more tests
|
2022-05-27 02:20:16 +02:00 |
|
Alexey Milovidov
|
d71780d34c
|
Fix some tests
|
2022-05-27 02:18:38 +02:00 |
|
Alexey Milovidov
|
af4885d359
|
Merge branch 'time-zone-in-stateless-tests' of github.com:ClickHouse/ClickHouse into time-zone-in-stateless-tests
|
2022-05-27 02:04:23 +02:00 |
|
Alexey Milovidov
|
69a1a0c6d7
|
Merge branch 'master' into time-zone-in-stateless-tests
|
2022-05-27 03:04:42 +03:00 |
|
Alexey Milovidov
|
e1a76e51fb
|
Merge pull request #37575 from ClickHouse/security-generator
Add security generator
|
2022-05-27 02:22:33 +03:00 |
|
Alexey Milovidov
|
ce777ac1b5
|
Merge pull request #37579 from ClickHouse/remove-useless-files-3
Remove useless files
|
2022-05-27 02:21:51 +03:00 |
|
Alexey Milovidov
|
48ec7ceddb
|
Remove useless files
|
2022-05-27 00:39:16 +02:00 |
|
Alexey Milovidov
|
8ba865bb60
|
Merge pull request #37344 from excitoon-favorites/fixs3colonandequalssign
Fixed error with symbols in key name in S3
|
2022-05-27 00:58:35 +03:00 |
|
Alexey Milovidov
|
86afa3a245
|
Merge pull request #37502 from ClickHouse/array_norm_dist_fixes
Renamed arrayXXNorm/arrayXXDistance functions to XXNorm/XXDistance and fixed some overflow cases
|
2022-05-27 00:56:29 +03:00 |
|
Alexey Milovidov
|
aeacfa0d7e
|
Readability
|
2022-05-26 22:23:37 +02:00 |
|
Alexey Milovidov
|
434d8729de
|
Readability
|
2022-05-26 22:22:14 +02:00 |
|
Alexey Milovidov
|
359e36f421
|
Readability
|
2022-05-26 22:21:49 +02:00 |
|
Alexey Milovidov
|
3074be8d17
|
Add security generator
|
2022-05-26 22:19:15 +02:00 |
|
Alexander Gololobov
|
e655863d53
|
Merge pull request #37528 from kitaisreal/normalize-utf8-performance-tests-fix
Functions normalizeUTF8 unstable performance tests fix
|
2022-05-26 20:49:10 +02:00 |
|
Azat Khuzhin
|
c6c60364ae
|
Remove unused MergeTreeDataMergerMutator::chooseMergeAlgorithm()
In favor of
MergeTask::ExecuteAndFinalizeHorizontalPart::chooseMergeAlgorithm()
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-05-26 21:20:50 +03:00 |
|
Alexander Tokmakov
|
eb71dd4c78
|
Merge pull request #37547 from ClickHouse/followup_37398
Follow-up to #37398
|
2022-05-26 20:29:41 +03:00 |
|
mergify[bot]
|
8f7b9623c6
|
Merge branch 'master' into build-report
|
2022-05-26 16:59:22 +00:00 |
|
mergify[bot]
|
5e6d22055d
|
Merge branch 'master' into tiny_fixes_for_jepsen
|
2022-05-26 16:50:18 +00:00 |
|
Dmitry Novik
|
673a521d0b
|
Merge pull request #34775 from azat/union-type-cast
RFC: Fix converting types for UNION queries (may produce LOGICAL_ERROR)
|
2022-05-26 17:28:23 +02:00 |
|
alesapin
|
85c7b55b81
|
Slightly better jepsen tests
|
2022-05-26 16:54:46 +02:00 |
|
kssenii
|
36af6b1fa8
|
Fix assertion
|
2022-05-26 16:15:02 +02:00 |
|
alesapin
|
c862f89b8d
|
Fix tidy
|
2022-05-26 15:43:21 +02:00 |
|
alesapin
|
8ae277a1c4
|
Fix test
|
2022-05-26 15:25:48 +02:00 |
|
KinderRiven
|
55379f0d03
|
fix config
|
2022-05-26 20:59:31 +08:00 |
|
Alexander Tokmakov
|
e8f33fb0d9
|
fix flaky tests
|
2022-05-26 14:17:05 +02:00 |
|
Azat Khuzhin
|
dc9ca3d70c
|
Fix LOGICAL_ERROR in getMaxSourcePartsSizeForMerge during merges (#37413)
|
2022-05-26 14:14:58 +02:00 |
|
Nikolai Kochetov
|
fea2401f1f
|
Merge pull request #37532 from ClickHouse/add-separate-mutex-for-factories-info
Use a separate mutex for query_factories_info in Context.
|
2022-05-26 13:03:28 +02:00 |
|
mergify[bot]
|
a7629f900f
|
Merge branch 'master' into normalize-utf8-performance-tests-fix
|
2022-05-26 10:29:55 +00:00 |
|
Maksim Kita
|
3a92e61827
|
Merge pull request #37148 from kitaisreal/dictionary-get-descendants-performance-improvement
Dictionary getDescendants performance improvement
|
2022-05-26 12:29:17 +02:00 |
|
KinderRiven
|
286c13317f
|
fix stateless test
|
2022-05-26 17:38:42 +08:00 |
|
KinderRiven
|
824628c0da
|
fix style
|
2022-05-26 16:51:16 +08:00 |
|
KinderRiven
|
ab4614dee5
|
fix
|
2022-05-26 16:39:50 +08:00 |
|
KinderRiven
|
f5a186c774
|
add test for local cache download
|
2022-05-26 16:36:26 +08:00 |
|
KinderRiven
|
822ecd982f
|
better & support clean stash
|
2022-05-26 16:36:05 +08:00 |
|
Vasily Nemkov
|
abe6b5d013
|
Reverted unnecessary modification
|
2022-05-26 10:09:27 +03:00 |
|
Antonio Andelic
|
fe236c98d5
|
Merge pull request #37534 from ClickHouse/revert-37036-keeper-preprocess-operations
Revert "Add support for preprocessing ZooKeeper operations in `clickhouse-keeper`"
|
2022-05-26 08:14:46 +02:00 |
|
Sergei Trifonov
|
eedddf86fd
|
Merge pull request #37552 from ClickHouse/serxa-patch-1
fix root CMakeLists.txt search
|
2022-05-26 04:41:07 +02:00 |
|
Sergei Trifonov
|
417296481e
|
fix root CMakeLists.txt search
|
2022-05-26 04:39:02 +02:00 |
|