Julia Kartseva
|
753b22f64c
|
Merge pull request #56171 from ClibMouse/dev-seriesPeriodDetect
Implemented series period detect method using pocketfft lib
|
2023-11-22 09:49:58 -08:00 |
|
Nikolay Degterinsky
|
761b55ccf4
|
Make overflow not possible
|
2023-11-22 16:37:30 +00:00 |
|
vdimir
|
7fb4a90d0b
|
Analyzer: Fix logical error in LogicalExpressionOptimizerVisitor
|
2023-11-22 16:34:31 +00:00 |
|
Alexey Milovidov
|
662c653eec
|
Merge pull request #57034 from jrdi/fix-bloom-filter-fpr
Avoid returning biggest resolution when fpr > 0.283
|
2023-11-22 17:28:51 +01:00 |
|
Nikolay Degterinsky
|
69efc1b05f
|
Fix style
|
2023-11-22 15:53:35 +00:00 |
|
vdimir
|
ffbe85d3a0
|
Merge pull request #56668 from ClickHouse/vdimir/analyzer_s3_partition_pruning
Analyzer: filtering by virtual columns for StorageS3
|
2023-11-22 16:44:44 +01:00 |
|
Azat Khuzhin
|
4925cb7eda
|
Allow HashedDictionary/FunctionsConversion as large TU
In case of -DOMIT_HEAVY_DEBUG_SYMBOLS=OFF they are large.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-11-22 16:39:54 +01:00 |
|
Nikolay Degterinsky
|
533655a7dd
|
Add test
|
2023-11-22 15:35:22 +00:00 |
|
Nikolay Degterinsky
|
a6b659cf04
|
Fix buffer overflow in Gorilla codec
|
2023-11-22 15:21:27 +00:00 |
|
Nikolay Degterinsky
|
09496715b0
|
Add a check for empty metadata path
|
2023-11-22 15:04:54 +00:00 |
|
Dmitry Novik
|
7539928814
|
Merge pull request #56079 from ZhiguoZh/20231027-combine-filter-avx512
Optimize DB::combineFilters with AVX512_VBMI2 intrinsic
|
2023-11-22 15:42:33 +01:00 |
|
Kruglov Pavel
|
e1904cbdf1
|
Cancel PipelineExecutor properly in case of exception in spawnThreads
|
2023-11-22 14:43:52 +01:00 |
|
Kruglov Pavel
|
9fb1acc947
|
Merge pull request #56810 from Avogar/iceberg-metadata-files
Iceberg metadata files
|
2023-11-22 14:40:04 +01:00 |
|
Alexey Milovidov
|
3463d9af7d
|
Merge pull request #57048 from ClickHouse/vdimir/pmj_crash_57016
Fix Nullptr dereference in partial merge join with joined_subquery_re…
|
2023-11-22 13:44:19 +01:00 |
|
Alexey Milovidov
|
d0653f244b
|
Merge pull request #57062 from ClickHouse/add-comment-to-transformPipeline
Better comment for ITransformingStep::transformPipeline
|
2023-11-22 13:37:11 +01:00 |
|
Alexey Milovidov
|
54410f16c6
|
Merge pull request #57063 from ClickHouse/fix-duplicate-storage-set-analyzer
Fix `Duplicate set` for StorageSet with analyzer.
|
2023-11-22 13:36:44 +01:00 |
|
Alexey Milovidov
|
05ef7313f3
|
Merge pull request #57100 from konruvikt/patch-1
Update numbers.md
|
2023-11-22 13:36:08 +01:00 |
|
konruvikt
|
73c5bf1976
|
Update numbers.md
|
2023-11-22 15:28:57 +03:00 |
|
Kruglov Pavel
|
96a3cefff6
|
Merge pull request #56118 from edef1c/large-arrow-list
Support reading arrow::LargeListArray
|
2023-11-22 13:28:46 +01:00 |
|
Alexey Milovidov
|
132c2e7a46
|
Fix test
|
2023-11-22 12:13:47 +01:00 |
|
Alexey Milovidov
|
77fc95ab67
|
Minor changes
|
2023-11-22 12:13:47 +01:00 |
|
Alexey Milovidov
|
9cf7ebeced
|
Minor changes
|
2023-11-22 12:13:47 +01:00 |
|
Alexey Milovidov
|
dd54c7e224
|
Fix error
|
2023-11-22 12:13:47 +01:00 |
|
Alexey Milovidov
|
84f669c113
|
Fix error
|
2023-11-22 12:13:47 +01:00 |
|
Alexey Milovidov
|
aa41bc49bf
|
Faster build time
|
2023-11-22 12:13:47 +01:00 |
|
Alexey Milovidov
|
bba3e2a189
|
Faster build time
|
2023-11-22 12:13:47 +01:00 |
|
Alexey Milovidov
|
c72b256c63
|
Fix error
|
2023-11-22 12:13:47 +01:00 |
|
Alexey Milovidov
|
a3c4c84c87
|
Fix error
|
2023-11-22 12:13:47 +01:00 |
|
Alexey Milovidov
|
d25b556223
|
Avoid excessive allocation in Arena
|
2023-11-22 12:13:47 +01:00 |
|
Alexey Milovidov
|
d1015aae8e
|
Merge pull request #57073 from ClickHouse/implement-bit-hamming-distance-for-big-integers
Implement `bitHammingDistance` for big integers
|
2023-11-22 11:56:33 +01:00 |
|
Kseniia Sumarokova
|
2880e6437e
|
Merge pull request #56936 from jrdi/fs-cache-hit-profile-events
Add CachedReadBufferReadFromCache{Hits,Misses} profile events
|
2023-11-22 11:26:00 +01:00 |
|
Igor Nikonov
|
7c0198a26c
|
Fix clang-tidy warning
|
2023-11-22 09:48:18 +00:00 |
|
Raúl Marín
|
e92044cec0
|
Merge pull request #57052 from Algunenano/fix_race_remotesource
Fix race condition in RemoteSource
|
2023-11-22 09:23:57 +01:00 |
|
Raúl Marín
|
a1bb31525a
|
Merge pull request #57029 from ClickHouse/fix_DatabaseFilesystem_path_validation
Fix file path validation for DatabaseFileSystem
|
2023-11-22 09:19:19 +01:00 |
|
Antonio Andelic
|
b18cb1e5cd
|
Merge pull request #57047 from ClickHouse/keeper-small-fixes
Small Keeper fixes
|
2023-11-22 08:47:58 +01:00 |
|
Antonio Andelic
|
8c88dbe5aa
|
Merge pull request #57033 from ClickHouse/fix-fuzzbits
Fix `fuzzBits` with `ARRAY JOIN`
|
2023-11-22 08:46:28 +01:00 |
|
Jordi Villar
|
3fcc6031a5
|
Fix unit test
|
2023-11-22 08:33:41 +01:00 |
|
Jordi Villar
|
80d21e2ccd
|
Adding a unit test
|
2023-11-22 08:33:41 +01:00 |
|
Jordi Villar
|
0a14b39aed
|
Avoid returning bigger resolution when fpr > 0.283
|
2023-11-22 08:33:41 +01:00 |
|
Nikolay Degterinsky
|
58b51a7f23
|
Better metadata path
|
2023-11-22 05:37:51 +00:00 |
|
Alexey Milovidov
|
5cb55d3f8c
|
Fix style
|
2023-11-22 01:24:58 +01:00 |
|
Alexey Milovidov
|
f4f4615d72
|
Fix test
|
2023-11-22 01:23:24 +01:00 |
|
Alexey Milovidov
|
de5556b458
|
Add a test
|
2023-11-22 00:29:43 +01:00 |
|
Alexey Milovidov
|
8ed04c7645
|
Merge branch 'master' into implement-bit-hamming-distance-for-big-integers
|
2023-11-22 00:10:11 +01:00 |
|
Alexey Milovidov
|
4dd19c2097
|
Minor changes
|
2023-11-22 00:08:00 +01:00 |
|
Alexey Milovidov
|
b30a864fe3
|
Minor changes
|
2023-11-21 23:57:06 +01:00 |
|
Alexey Milovidov
|
687e6d20f8
|
Fix error
|
2023-11-21 23:53:14 +01:00 |
|
Alexey Milovidov
|
2b490c931b
|
Fix error
|
2023-11-21 23:52:40 +01:00 |
|
Alexey Milovidov
|
5136dad502
|
Faster build time
|
2023-11-21 23:38:06 +01:00 |
|
Alexey Milovidov
|
bd9ff8871f
|
Faster build time
|
2023-11-21 23:32:47 +01:00 |
|