Nikita Taranov
49f6692a2e
Adapt internal data structures to 512-bit era ( #42564 )
...
* impl
* update tests
* fix tests
2022-10-25 13:56:28 +02:00
Raúl Marín
0016bc2b73
Improve the time to recover keeper connections ( #42541 )
...
Co-authored-by: Nikita Mikhaylov <nikitamikhaylov@clickhouse.com>
Co-authored-by: robot-clickhouse <robot-clickhouse@clickhouse.com>
Co-authored-by: Alexey Milovidov <milovidov@clickhouse.com>
2022-10-25 13:26:29 +02:00
Antonio Andelic
af0c54e055
Small fix
2022-10-25 11:13:41 +00:00
Maksim Kita
a28d1f01fd
Analyzer IQueryTreeNode remove getName method
2022-10-25 12:54:17 +02:00
Alexander Gololobov
759d8bcd80
Merge pull request #42609 from filimonov/patch-6
...
Fix incorrect trace log line on dict reload
2022-10-25 12:51:00 +02:00
Antonio Andelic
451a50d9e9
Merge branch 'master' into correctly-handle-prewhere-type
2022-10-25 10:48:35 +00:00
Maksim Kita
e6bfff3de2
Analyzer change setting into allow_experimental_analyzer
2022-10-25 12:35:25 +02:00
Maksim Kita
06fe6f3c8b
Merge pull request #31796 from kitaisreal/identifier-resolver
...
Added Analyzer
2022-10-25 12:36:08 +03:00
Nikolay Degterinsky
62a33b12d5
Small refactor
2022-10-25 11:24:42 +02:00
Nikolay Degterinsky
b63ac4826b
Merge branch 'master' into fix-aliases
2022-10-25 10:34:52 +02:00
Alexey Milovidov
90c62fe46e
Merge branch 'master' into revert-41726-fix-slow-json-extract-with-low-cardinality
2022-10-25 09:31:46 +02:00
Alexey Milovidov
8a56beb74a
Merge branch 'master' into update_zlib
2022-10-25 08:55:44 +02:00
Alexey Milovidov
885b6f7afe
Merge branch 'master' into tests-rgignore
2022-10-25 08:48:40 +02:00
Robert Schulze
efd47c9eff
Merge pull request #42476 from ClickHouse/add-datetime-typedefs
...
Add convenience typedefs for Date/Date32/DateTime/DateTime64 columns
2022-10-25 08:45:57 +02:00
Alexey Milovidov
4ac34117ac
Merge pull request #42635 from CurtizJ/fix-build
...
Fix build
2022-10-25 08:40:57 +02:00
Alexey Milovidov
a3bba25871
Merge pull request #42626 from ClickHouse/installation-issue
...
Add a template for installation issues
2022-10-25 06:13:37 +02:00
Alexey Milovidov
c48127534b
Merge pull request #41753 from pkit/morton_coding
...
add Morton Coding (ZCurve)
2022-10-25 06:10:37 +02:00
Alexey Milovidov
079ffa9827
Merge pull request #42353 from azat/build/musl-static
...
Make getResource() independent from the order of the sections
2022-10-25 05:57:22 +02:00
Alexey Milovidov
646f2f8f9c
Add .rgignore for test data
2022-10-25 05:20:16 +02:00
Alexey Milovidov
dcf45e83a9
Merge branch 'master' into update_zlib
2022-10-25 05:08:09 +02:00
Alexey Milovidov
47c32678ce
Merge pull request #42477 from AlfVII/enable-compiled-expressions-cache-in-local
...
Enable CompiledExpressionCache in clickhouse-local
2022-10-25 04:57:48 +02:00
Alexey Milovidov
4f582e19a8
Merge pull request #42479 from ClickHouse/Avogar-patch-1
...
Add error "Destination table is myself" to exception list in BC check
2022-10-25 04:55:12 +02:00
Alexey Milovidov
c4fd827442
Merge pull request #42483 from ClickHouse/Avogar-patch-2
...
Get current clickhouse version without sending query in BC check
2022-10-25 04:54:24 +02:00
Anton Popov
e30d425869
fix build
2022-10-25 01:55:02 +00:00
Nikolay Degterinsky
8a9cfa9b17
Merge branch 'master' into fix-aliases
2022-10-25 02:28:40 +02:00
Anton Popov
cbfa887e52
fix merge of projections
2022-10-24 23:51:57 +00:00
Anton Popov
eed21ad4ca
Revert "Low cardinality cases moved to the function for its corresponding type"
2022-10-25 01:30:32 +02:00
Anton Popov
f865b28da4
fix drop of MergeTree tables
2022-10-24 22:38:53 +00:00
Guo Wangyang
4e294b9bfc
ColumnVector: re-enable AVX512_VBMI/AVX512_VBMI2 optimized filter and index ( #41765 )
...
* Revert "Merge pull request #41752 from ClickHouse/revert-revert-revert"
This reverts commit 7bb245720a
, reversing
changes made to 78002dc248
.
* Revert "Merge pull request #41797 from ClickHouse/revert-41247"
This reverts commit 69b13d9f31
, reversing
changes made to 1719e000ea
.
* AVX512VBMI::vectorIndexImpl: Fix heap buffer overflow when limit == 0
* use SIMD_ELEMENTS instead of SIMD_BYTES to avoid confusing
2022-10-24 23:11:46 +02:00
Nikita Mikhaylov
8fcbef938b
Fix typo in cmake code related to fuzzing ( #42627 )
2022-10-24 23:01:06 +02:00
Nikolay Degterinsky
171ed8dd4e
Apply suggestions from review
2022-10-24 20:38:04 +00:00
Mikhail f. Shiryaev
787c252437
Add a template for installation issues
2022-10-24 21:30:09 +02:00
Alexey Milovidov
9ee7131f67
Merge pull request #42423 from ClickHouse/optimize-partitions-in-background
...
Optimize partitions in background
2022-10-24 19:41:50 +02:00
Anton Popov
b58ca49f05
fix bad cast in arrayElement with Map and Nullable index
2022-10-24 17:34:46 +00:00
Robert Schulze
b5d51e8a8f
Merge pull request #42611 from arenadata/ADQM-584-fix
...
Fix flaky 02458_datediff_date32 test
2022-10-24 19:02:08 +02:00
Robert Schulze
655233e1c5
Add convenience typedefs for Date/Date32/DateTime/DateTime64 columns
2022-10-24 16:55:41 +00:00
SmitaRKulkarni
96c8260230
Merge branch 'master' into 36316_Support_glob_for_recursive_directory_traversal
2022-10-24 18:34:19 +02:00
Anton Popov
dcb7667808
share transaction for projections
2022-10-24 16:28:19 +00:00
Sergei Trifonov
bef3c71453
Merge pull request #41726 from AlfVII/fix-slow-json-extract-with-low-cardinality
...
Low cardinality cases moved to the function for its corresponding type
2022-10-24 18:18:40 +02:00
Alexey Milovidov
67212ad575
Update CHANGELOG.md
...
Co-authored-by: Dan Roscigno <dan@roscigno.com>
2022-10-24 19:04:59 +03:00
Alexey Milovidov
dd4ff1e0e5
Update CHANGELOG.md
...
Co-authored-by: Dan Roscigno <dan@roscigno.com>
2022-10-24 19:04:51 +03:00
Alexey Milovidov
aa84346107
Update CHANGELOG.md
...
Co-authored-by: Dan Roscigno <dan@roscigno.com>
2022-10-24 19:04:43 +03:00
Alexey Milovidov
f6139c82b6
Update CHANGELOG.md
...
Co-authored-by: Dan Roscigno <dan@roscigno.com>
2022-10-24 19:04:37 +03:00
Alexey Milovidov
e28f9402c7
Update CHANGELOG.md
...
Co-authored-by: Dan Roscigno <dan@roscigno.com>
2022-10-24 19:04:31 +03:00
Alexey Milovidov
55e0a9115e
Update CHANGELOG.md
...
Co-authored-by: Dan Roscigno <dan@roscigno.com>
2022-10-24 19:04:21 +03:00
Alexey Milovidov
4d490fa088
Update CHANGELOG.md
...
Co-authored-by: Dan Roscigno <dan@roscigno.com>
2022-10-24 19:02:49 +03:00
Alexey Milovidov
6d255b3430
Update CHANGELOG.md
...
Co-authored-by: Dan Roscigno <dan@roscigno.com>
2022-10-24 19:02:41 +03:00
Alexey Milovidov
440d302a8c
Update CHANGELOG.md
...
Co-authored-by: Dan Roscigno <dan@roscigno.com>
2022-10-24 19:02:28 +03:00
Alexey Milovidov
1829250711
Update CHANGELOG.md
...
Co-authored-by: Dan Roscigno <dan@roscigno.com>
2022-10-24 19:02:16 +03:00
Alexey Milovidov
9532b6024b
Update CHANGELOG.md
...
Co-authored-by: Dan Roscigno <dan@roscigno.com>
2022-10-24 19:02:05 +03:00