alesapin
|
530cdbbf13
|
Fxi
|
2024-11-24 14:04:14 +01:00 |
|
alesapin
|
bd8186acbc
|
Merge branch 'faster_partitioning' of github.com:ClickHouse/ClickHouse into faster_partitioning
|
2024-11-24 13:07:32 +01:00 |
|
alesapin
|
7a3a286f9b
|
bump
|
2024-11-24 13:04:46 +01:00 |
|
alesapin
|
d478a1dc0e
|
Small check
|
2024-11-24 12:16:47 +01:00 |
|
alesapin
|
523945fade
|
Check arguments
|
2024-11-24 11:58:24 +01:00 |
|
Alexander Gololobov
|
140f5987da
|
Perf test for LowCardinality sorting at INSERT
|
2024-11-24 09:46:38 +01:00 |
|
Yakov Olkhovskiy
|
002f1ee9a7
|
fix make
|
2024-11-24 07:09:01 +00:00 |
|
Yakov Olkhovskiy
|
871e5b32dd
|
fix ErrorCodes
|
2024-11-24 06:08:20 +00:00 |
|
Yakov Olkhovskiy
|
7f4318d5da
|
fix duplicate symbol
|
2024-11-24 05:56:59 +00:00 |
|
Yakov Olkhovskiy
|
db10fcf950
|
split FunctionsConversion
|
2024-11-24 03:40:04 +00:00 |
|
Alexey Milovidov
|
2379629fd4
|
Merge pull request #72304 from ClickHouse/fix_postgres_utility
Fix check in `test_postgresql_replica_database_engine_2`
|
2024-11-24 01:52:59 +00:00 |
|
alesapin
|
a9336afbc7
|
Followup
|
2024-11-23 23:53:59 +01:00 |
|
alesapin
|
96bba07d9c
|
Merge pull request #72346 from ClickHouse/add_final
Add some random final modifier to some classes
|
2024-11-23 22:48:34 +00:00 |
|
alesapin
|
02bacd71fd
|
Style
|
2024-11-23 23:26:29 +01:00 |
|
alesapin
|
71b1ba5009
|
Followup
|
2024-11-23 23:23:45 +01:00 |
|
alesapin
|
3d8378a0c5
|
Optimize function argMin/Max for some data types
|
2024-11-23 23:17:14 +01:00 |
|
Yakov Olkhovskiy
|
9b5b23b957
|
Merge branch 'master' into ci-libfuzzer-adjustments
|
2024-11-23 21:54:48 +00:00 |
|
Yakov Olkhovskiy
|
7816346403
|
revert build limits
|
2024-11-23 21:53:47 +00:00 |
|
alesapin
|
40be220f8b
|
Update src/Storages/MergeTree/MergeTreeDataWriter.cpp
|
2024-11-23 21:50:45 +01:00 |
|
Alexander Gololobov
|
8d8d1e8503
|
typo
|
2024-11-23 20:37:14 +01:00 |
|
Alexander Gololobov
|
833b137390
|
Undo changes to IColumnImpl.h
|
2024-11-23 20:33:43 +01:00 |
|
Alexander Gololobov
|
f14f794e7d
|
Undo changes to IColumnImpl.h
|
2024-11-23 20:32:37 +01:00 |
|
alesapin
|
ee6ff8bbd6
|
Speedup partition key detection if block has only one partition
|
2024-11-23 19:48:35 +01:00 |
|
alesapin
|
9c0683e157
|
Allow UNION in matviews
|
2024-11-23 19:16:25 +01:00 |
|
Alexander Gololobov
|
7e730bba9e
|
Fix: dictionary is already sorted in requested direction
|
2024-11-23 18:57:59 +01:00 |
|
alesapin
|
ce82c19c2c
|
Add some random final modifier to some classes
|
2024-11-23 18:38:10 +01:00 |
|
Raúl Marín
|
de13b819f0
|
Merge pull request #72319 from ClickHouse/revert-71774-enable_http_compression_default
Revert "Set enable_http_compression default value to 1"
|
2024-11-23 15:59:24 +00:00 |
|
Antonio Andelic
|
558f639f2a
|
Merge pull request #72283 from ClickHouse/make-terminal-beautiful-again
Apply colors correctly to terminal output
|
2024-11-23 15:27:04 +00:00 |
|
Alexander Gololobov
|
18a881437d
|
Use sorted dictionary to further speed up the comparison
|
2024-11-23 15:41:43 +01:00 |
|
Anton Popov
|
d8d471de2a
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2024-11-23 14:02:02 +00:00 |
|
Alexander Gololobov
|
989c85ef52
|
De-virtualize compareAt and getUInt calls in comparator
|
2024-11-23 10:12:11 +01:00 |
|
Julia Kartseva
|
d8de6d1dce
|
Merge pull request #71439 from jkartseva/fix-transaction-rollback-plain-rw
Fix transaction rollback if `WriteBuffer::finalize` fails in plain_rewritable disk during directory creation
|
2024-11-23 06:20:27 +00:00 |
|
Julia Kartseva
|
559ea73045
|
fix flaky test
|
2024-11-23 01:29:46 +00:00 |
|
Julia Kartseva
|
e192d6c558
|
better
|
2024-11-23 01:29:46 +00:00 |
|
Julia Kartseva
|
16f3447ef9
|
fix and simplify
|
2024-11-23 01:29:46 +00:00 |
|
Julia Kartseva
|
208e96f360
|
add plain_object_storage_write_fail_on_directory_move fault injection
|
2024-11-23 01:29:46 +00:00 |
|
Julia Kartseva
|
8de4ecf513
|
add failpoint and test
|
2024-11-23 01:29:46 +00:00 |
|
Julia Kartseva
|
9602e338ad
|
address feedback
Introduce removePathIfExists method.
|
2024-11-23 01:29:46 +00:00 |
|
Julia Kartseva
|
f3cd9d4c72
|
fix transaction rollback when file write finalize fails
|
2024-11-23 01:29:46 +00:00 |
|
Alexey Milovidov
|
904be0a2e8
|
Merge pull request #72254 from rschu1ze/usearch-clang-19
Enable SimSIMD on ARM with Clang 19
|
2024-11-23 00:19:15 +00:00 |
|
Alexey Milovidov
|
8baa1bea43
|
Merge pull request #72291 from Algunenano/s3Exception
00002_log_and_exception_messages_formatting: Use PreformattedMessage in S3Exception
|
2024-11-23 00:16:51 +00:00 |
|
Anton Popov
|
eadcde4ca5
|
fix tests
|
2024-11-22 22:03:53 +00:00 |
|
Han Fei
|
cb582abbb5
|
Merge pull request #72292 from ClickHouse/hanfei/disable-shared-set-join
disable a cloud setting
|
2024-11-22 22:01:27 +00:00 |
|
Raúl Marín
|
52391a8271
|
Revert "Set enable_http_compression default value to 1"
|
2024-11-22 22:51:28 +01:00 |
|
Nikita Taranov
|
c30f8aecd5
|
Merge pull request #72233 from ClickHouse/fix_grace_hash_race
Fix race in `GraceHashJoin`
|
2024-11-22 21:14:38 +00:00 |
|
robot-clickhouse
|
7dead112d1
|
Automatic style fix
|
2024-11-22 20:11:27 +00:00 |
|
Nikita Taranov
|
559c4c0b17
|
Merge pull request #72278 from ClickHouse/fix_dyn_col_race
Fix race in `ColumnDynamic::dumpStructure()`
|
2024-11-22 20:03:30 +00:00 |
|
Nikita Taranov
|
b3344558c1
|
fix
|
2024-11-22 21:01:05 +01:00 |
|
Raúl Marín
|
6c7cde5702
|
Better
|
2024-11-22 19:56:07 +01:00 |
|
Anton Popov
|
f0888d5b69
|
remove unused method
|
2024-11-22 18:16:06 +00:00 |
|