Alexey Milovidov
65ac905032
Merge pull request #54366 from canhld94/final_no_copy
...
Implement vertical replacing FINAL
2024-01-14 04:21:07 +01:00
Alexey Milovidov
564a9f0d6c
Fix bash
2024-01-14 04:11:31 +01:00
Alexey Milovidov
dc76cb5beb
Fix error
2024-01-14 03:25:42 +01:00
Alexey Milovidov
b3c3138798
Merge pull request #58790 from ClickHouse/remove-some-code-3
...
Remove some code
2024-01-14 03:21:39 +01:00
Alexey Milovidov
bbbf455146
Better error message
2024-01-14 00:05:15 +01:00
Alexey Milovidov
6955574c4c
Fix Docker
2024-01-14 00:02:13 +01:00
Alexey Milovidov
d4db3dbc69
Remove some code
2024-01-13 23:53:24 +01:00
Alexey Milovidov
7ca8ea9d23
Simplify stateful tests
2024-01-13 23:53:01 +01:00
yariks5s
bcf8d54a80
Merge branch 'polygon_bug_fix' of github.com:yariks5s/ClickHouse into polygon_bug_fix
2024-01-13 22:49:38 +00:00
yariks5s
4b645e445b
tests
2024-01-13 22:49:27 +00:00
Nikolai Kochetov
e1639610f2
Update PolygonDictionaryUtils.h
2024-01-13 21:48:41 +01:00
Nikolai Kochetov
d954dab62f
Update PolygonDictionaryUtils.h
2024-01-13 21:04:08 +01:00
Alexey Milovidov
d46ee32e06
Merge pull request #58724 from Algunenano/promote_f32
...
Do not promote float32 automatically
2024-01-13 20:29:10 +01:00
Alexey Milovidov
afb50f03d9
Merge pull request #58519 from Avogar/control-arrow-dict-indexes-type
...
Add settings for better control of indexes type in Arrow dictionary
2024-01-13 20:00:40 +01:00
Alexey Milovidov
211c285a0b
Merge pull request #58657 from ClickHouse/analyzer-fix-index-set
...
Analyzer: Correctly handle constant set in index
2024-01-13 19:23:28 +01:00
Alexey Milovidov
d10a6e91af
Merge pull request #58770 from hdnpth/add-missing-includes
...
Add missing includes when _LIBCPP_REMOVE_TRANSITIVE_INCLUDES enabled
2024-01-13 19:22:49 +01:00
Alexey Milovidov
2d04ae1fca
Merge pull request #58772 from ClickHouse/remove-some-code-2
...
Remove some code
2024-01-13 19:21:42 +01:00
Artem Alperin
a5ba105dde
move mistaken include
2024-01-13 15:33:25 +03:00
kssenii
341a9b3b70
Fix keeper build
2024-01-13 12:56:27 +01:00
Raúl Marín
8049d3560d
Update 02966_float32_promotion.sql
2024-01-13 12:56:14 +01:00
Blargian
ce012d217f
#58363 - fix style check failing attempt no.2
2024-01-13 13:21:36 +02:00
Yarik Briukhovetskyi
e1e193ae93
Merge branch 'ClickHouse:master' into polygon_bug_fix
2024-01-13 12:00:22 +01:00
Blargian
0fdba3b83d
#58363 - fix failing style check
2024-01-13 12:14:54 +02:00
Alexey Milovidov
07b0d9dc93
Fix Mac
2024-01-13 04:49:50 +01:00
Alexey Milovidov
c0877d3f6d
Update 02962_analyzer_constant_set.reference
2024-01-13 06:15:49 +03:00
Alexey Milovidov
279ef9304b
Merge branch 'analyzer-fix-index-set' of github.com:ClickHouse/ClickHouse into analyzer-fix-index-set
2024-01-13 04:15:22 +01:00
Alexey Milovidov
af8c8923cb
Merge branch 'master' into analyzer-fix-index-set
2024-01-13 04:15:10 +01:00
Alexey Milovidov
2ecbe1f76d
Update 02962_analyzer_constant_set.sql
2024-01-13 06:14:57 +03:00
Alexey Milovidov
d112492c56
Remove some code
2024-01-13 03:48:04 +01:00
Alexey Milovidov
6b666f20a9
Merge pull request #58745 from Algunenano/i58727
...
Fix double destroy call on exception throw in addBatchLookupTable8
2024-01-13 03:36:36 +01:00
yariks5s
d42a7e5f8f
init
2024-01-12 23:46:50 +00:00
Artem Alperin
4139cb24ee
Add missing includes
2024-01-13 01:48:55 +03:00
Alexey Milovidov
43b31204a4
Merge pull request #58733 from ClickHouse/fix-mac-os-x
...
Fix Mac OS X
2024-01-12 20:03:37 +01:00
Yakov Olkhovskiy
f10f99f7bb
Update 01936_three_parts_identifiers_in_wrong_places.sql
2024-01-12 13:23:01 -05:00
Blargian
72b5cf5993
#58363 - removed switch from PrettyBlockOutputFormat and modified BlockOutputFormats to use color variable. Updated english and russian documentation. Updated test 00405 reference file.
2024-01-12 19:46:03 +02:00
kssenii
dc61f68f65
Rename one more method
2024-01-12 17:55:57 +01:00
Ilya Yatsishin
2c86b7ae6a
Merge pull request #58557 from yariks5s/to_start_of_interval_bug_fix
...
toStartOfInterval for milli- microsencods values rounding
2024-01-12 20:39:27 +04:00
Yakov Olkhovskiy
ef880657ce
replace BAD_ARGUMENTS error with INVALID_IDENTIFIER
2024-01-12 11:34:35 -05:00
kssenii
7c92d69820
Rename a method
2024-01-12 17:27:45 +01:00
Raúl Marín
0684cc7b76
Merge remote-tracking branch 'blessed/master' into i58727
2024-01-12 16:10:43 +00:00
Kseniia Sumarokova
77f4cd8dd3
Merge pull request #58721 from ClickHouse/support-point-datatype-for-mysql
...
Support Point data type for MySQL
2024-01-12 17:02:01 +01:00
Antonio Andelic
e7375d6785
Don't process request if not preprocessed
2024-01-12 15:49:30 +00:00
Salvatore Mesoraca
7b434a77db
Add more tests
2024-01-12 16:44:52 +01:00
Nikita Mikhaylov
8edab24189
Add comments to all columns of system tables ( #58356 )
2024-01-12 16:39:22 +01:00
Dmitry Novik
3b1d728683
Merge pull request #58739 from ClickHouse/fix-parallel-diff-window
...
Fix stream partitioning in parallel window functions
2024-01-12 16:36:53 +01:00
Sema Checherinda
e2ddaa99e2
Merge pull request #58751 from ClickHouse/fix-flaky-test
...
more relaxed check
2024-01-12 16:00:55 +01:00
Raúl Marín
f95254bde6
Add test
2024-01-12 14:43:17 +00:00
Robert Schulze
5357e8face
QueryCache: Fix odd bugs with user quota
...
- SYSTEM DROP QUERY CACHE did not clear the user policy statistics, this
made the cache block all inserts afterwards
- Fixes two other oddities in the approval logic
2024-01-12 14:27:37 +00:00
Robert Schulze
3fbbeaa319
Update docs
2024-01-12 14:10:25 +00:00
Robert Schulze
b183e1f048
Merge remote-tracking branch 'rschu1ze/master' into Improvement/inverted_index_support_match
2024-01-12 14:10:11 +00:00