divanik
7eda31550f
Fix bug with two errors
2024-11-25 14:41:03 +00:00
Robert Schulze
a83da580ae
Merge pull request #72385 from rschu1ze/docs-ann
...
Docs: Update vector search docs
2024-11-25 14:40:28 +00:00
Konstantin Bogdanov
b02f0975c9
Merge pull request #72360 from rschu1ze/tidy-bugprone-reserved-identifier
...
Enable clang-tidy `bugprone-reserved-identifier`
2024-11-25 14:34:27 +00:00
Sema Checherinda
5cbc711ff4
make d-tor Finalizer more obvious
2024-11-25 15:29:48 +01:00
Pavel Kruglov
207cc837f5
Update SettingsChangesHistory.cpp
2024-11-25 15:29:03 +01:00
Anton Popov
0073a74881
fix mismatched types after optimize_function_to_subcolumns
2024-11-25 14:09:11 +00:00
Yarik Briukhovetskyi
00c565961e
Merge pull request #70810 from yariks5s/maxTableName
...
Follow-up #65150
2024-11-25 13:55:12 +00:00
Igor Nikonov
517d8093b5
Only ANY test
2024-11-25 13:52:24 +00:00
vdimir
bf23cc865e
Fix data race in Squashing with LowCardinality
2024-11-25 13:47:06 +00:00
Igor Nikonov
6c4c8155d8
PR: ANTI JOIN fix
2024-11-25 13:39:28 +00:00
Robert Schulze
8f5a939d65
Try to fix link
2024-11-25 13:33:33 +00:00
Alexander Gololobov
fc61f33bea
Move all debug code under #ifndef NDEBUG
2024-11-25 14:29:29 +01:00
Vladimir Cherkasov
95b21f4a44
Merge pull request #71577 from ClickHouse/vdimir/join_select_inner_table
...
Resubmit #68682
2024-11-25 13:24:51 +00:00
Denny Crane
cc0f8271e2
add a warning to lagInFrame/leadInFrame
2024-11-25 13:14:55 +00:00
Alexander Gololobov
115df8705d
Move dictionary sorting out of template method
2024-11-25 14:14:32 +01:00
Max Kainov
3bb6b579be
add perf test
2024-11-25 14:10:30 +01:00
Max Kainov
70c983835d
CI: Unit tests with praktika
2024-11-25 14:10:30 +01:00
Max Kainov
26d2ac7631
fix stress test script
2024-11-25 14:10:30 +01:00
Vladimir Cherkasov
180f4eb991
Merge branch 'master' into fix_move_zero_copy_part_test
2024-11-25 14:08:56 +01:00
Alexander Gololobov
22de29a70f
stype fixes
2024-11-25 14:04:05 +01:00
vdimir
37a534325f
Fix WITH FILL: Invalid number of rows in Chunk
2024-11-25 13:00:55 +00:00
Robert Schulze
b6cc52410d
Fix spelling
2024-11-25 12:59:48 +00:00
Sema Checherinda
70103f11c5
fix finalize/cancel write buffers
2024-11-25 13:37:56 +01:00
Robert Schulze
46a3e3e795
Docs: Update vector search docs
2024-11-25 12:37:43 +00:00
alesapin
b64700cfa8
Not everything at once
2024-11-25 13:25:55 +01:00
Alexander Gololobov
dcd07e25ac
Check proper sorting in debug builds
2024-11-25 13:20:47 +01:00
Dmitry Novik
97d2fc3e90
Merge pull request #72381 from ClickHouse/nickitat-patch-29
...
Fix typo in intersect.md
2024-11-25 12:09:43 +00:00
Nikita Taranov
856f73a7c2
Fix typo in intersect.md
2024-11-25 12:40:34 +01:00
Robert Schulze
f6bf6b6faa
Merge remote-tracking branch 'ClickHouse/master' into tidy-bugprone-reserved-identifier
2024-11-25 11:31:04 +00:00
alesapin
b1cbb3f2de
Fix style
2024-11-25 12:20:10 +01:00
divanik
b44c7b0d5b
Add one more check
2024-11-25 11:15:48 +00:00
alesapin
690cb514f2
Less bloat
2024-11-25 12:11:06 +01:00
Yakov Olkhovskiy
4c55f0c38d
Merge pull request #72191 from ClickHouse/ci-libfuzzer-adjustments
...
CI: some adjustments to libfuzzer
2024-11-25 11:10:09 +00:00
Raúl Marín
d9877280c1
24.11 changelog missing entries and changes
2024-11-25 11:50:16 +01:00
Jiebin Sun
ffb2e2225b
Merge branch 'master' into shared_mutex_optimization
2024-11-25 18:01:33 +08:00
Jiebin Sun
1579ed83bb
optimize the mutex with shared_mutex in MemoryTracker
...
The mutex lock `overcommit_m` has protected while read and write
the global variables in the OvercommitTracker of MemoryTracker.
But it will cause lots of `native_queued_spin_lock_slowpath` in
ClickBench Q8 and Q42 on large cores system. Most of time it will
only read, but not update. The patch will replace the mutex lock
with read/write lock.
Test the patch with clickbench on 256x2 vCPUs system. Overall geomean
has got 6.8% performance gain. Q8, 24, Q26 and Q42 have got 77%, 19.5%,
19.5% and 11.4% performance gain.
Signed-off-by: Jiebin Sun <jiebin.sun@intel.com>
2024-11-26 02:34:15 +08:00
Kirill
46b663d503
Try to disable ordinary db warning
2024-11-25 12:57:59 +03:00
divanik
2ed04949e3
Merge branch 'master' of github.com:ClickHouse/ClickHouse into divanik/iceberg_format_1_version_inconsistency_warning
2024-11-25 09:21:35 +00:00
Vladimir Cherkasov
6c1e44a82d
Merge pull request #72226 from ClickHouse/vdimir/fix72174
...
Fix assert failure in SimpleSquashingChunksTransform
2024-11-25 09:18:46 +00:00
Max Kainov
b85b6ca0b4
Merge pull request #72257 from ClickHouse/revert-72231-revert-71995-stress_with_praktika
...
CI: Stress test with praktika
2024-11-25 07:45:17 +00:00
Yakov Olkhovskiy
cd89353c09
Merge branch 'master' into ci-libfuzzer-adjustments
2024-11-25 02:18:42 +00:00
Anton Popov
22c961c684
Merge pull request #72261 from CurtizJ/fix-block-number-mutation
...
Fix `ALTER DELETE` queries with materialized `_block_number` column
2024-11-25 01:12:53 +00:00
Yakov Olkhovskiy
e3c6689144
fix libprotobuf-mutator-cmake
2024-11-24 22:55:56 +00:00
Robert Schulze
1fcc70a89c
Enable clang-tidy bugprone-reserved-identifier
...
No significant difference in compile times anymore:
real 58m41.291s
user 5676m6.870s
sys 122m27.022s
vs.
real 58m23.603s
user 5539m44.135s
sys 119m26.956s
2024-11-24 21:14:39 +00:00
Max Kainov
4de859a7ea
fix stress test script
2024-11-24 20:49:41 +00:00
Max Kainov
30a40f89af
Revert "Revert "CI: Stress test with praktika""
2024-11-24 20:49:41 +00:00
Yakov Olkhovskiy
db1ecacf50
Merge branch 'master' into ci-libfuzzer-adjustments
2024-11-24 20:28:10 +00:00
Yakov Olkhovskiy
2959e1217b
Merge pull request #72352 from ClickHouse/build-large-translation-units
...
Build: attempt to split large translation units.
2024-11-24 20:07:40 +00:00
alesapin
f9c07bc6fc
Bump
2024-11-24 20:50:44 +01:00
Robert Schulze
88b704698e
Merge pull request #72358 from rschu1ze/docs-min-clang
...
Docs: update minimum required Clang version
2024-11-24 15:45:54 +00:00