Robert Schulze
|
c17536c3b3
|
Enable clang-tidy in headers
|
2024-03-18 08:00:09 +00:00 |
|
vdimir
|
b2e067b3da
|
Fix logical error in RabbitMQ storage with MATERIALIZED columns
|
2024-03-13 16:41:35 +00:00 |
|
Anton Popov
|
1b9e6c936e
|
better interfaces for virtual columns
|
2024-03-01 22:29:56 +00:00 |
|
Anton Popov
|
95611889dc
|
fix tests
|
2024-03-01 18:44:33 +00:00 |
|
Anton Popov
|
8a4e15536b
|
refactoring of virtual columns
|
2024-02-29 18:01:54 +00:00 |
|
Anton Popov
|
0fa22abb95
|
refactoring of virtual columns
|
2024-02-28 17:05:00 +00:00 |
|
Alexander Tokmakov
|
32607cc796
|
Merge pull request #60159 from ClickHouse/fix_create_replica
Skip sanity checks on secondary CREATE query
|
2024-02-23 13:53:47 +01:00 |
|
Alexander Tokmakov
|
ec0986af0b
|
skip sanity checks on secondary create query
|
2024-02-20 21:59:28 +01:00 |
|
kssenii
|
5ef4a30d6f
|
Fix
|
2024-02-20 10:24:09 +01:00 |
|
kssenii
|
8fe9ede207
|
Add a test
|
2024-02-14 15:25:43 +01:00 |
|
kssenii
|
e55b60e05c
|
Fix
|
2024-02-08 17:43:16 +01:00 |
|
avogar
|
3a5ba56c36
|
Fix lazy initialization in RabbitMQ, fix possible deadlock on insert into unitialized queue engine
|
2024-01-29 20:09:09 +00:00 |
|
Maksim Kita
|
2a327107b6
|
Updated implementation
|
2024-01-25 14:31:49 +03:00 |
|
Anton Popov
|
69896d94be
|
fix tests
|
2023-12-04 21:40:19 +00:00 |
|
Anton Popov
|
65efb18842
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2023-11-21 17:30:38 +00:00 |
|
kssenii
|
f2c0434c4d
|
Merge remote-tracking branch 'origin/master' into minor-improvements-for-s3-queue
|
2023-11-06 15:51:11 +01:00 |
|
kssenii
|
da21413354
|
Better shutdown
|
2023-11-06 15:47:57 +01:00 |
|
Kruglov Pavel
|
5533258091
|
Merge pull request #55477 from Avogar/streaming-errors
Allow to save unparsed records and errors in RabbitMQ, NATS and FileLog engines
|
2023-11-01 14:35:35 +01:00 |
|
李扬
|
465962df7f
|
Support orc filter push down (file + stripe + rowgroup level) (#55330)
* support orc filter push down
* update orc lib version
* replace setqueryinfo with setkeycondition
* fix issue https://github.com/ClickHouse/ClickHouse/issues/53536
* refactor source with key condition
* fix building error
* remove std::cout
* update orc
* update orc version
* fix bugs
* improve code
* upgrade orc lib
* fix code style
* change as requested
* add performance tests for orc filter push down
* add performance tests for orc filter push down
* fix all bugs
* fix default as null issue
* add uts for null as default issues
* upgrade orc lib
* fix failed orc lib uts and fix typo
* fix failed uts
* fix failed uts
* fix ast fuzzer tests
* fix bug of uint64 overflow in https://s3.amazonaws.com/clickhouse-test-reports/55330/de22fdcaea2e12c96f300e95f59beba84401712d/fuzzer_astfuzzerubsan/report.html
* fix asan fatal caused by reused column vector batch in native orc input format. refer to https://s3.amazonaws.com/clickhouse-test-reports/55330/be39d23af2d7e27f5ec7f168947cf75aeaabf674/stateless_tests__asan__[4_4].htm
* fix wrong performance tests
* disable 02892_orc_filter_pushdown on aarch64. https://s3.amazonaws.com/clickhouse-test-reports/55330/be39d23af2d7e27f5ec7f168947cf75aeaabf674/stateless_tests__aarch64_.html
* add some comments
* add some comments
* inline range::equals and range::less
* fix data race of key condition
* trigger ci
|
2023-10-24 12:08:17 -07:00 |
|
Anton Popov
|
fb666e137c
|
remove old code of projection analysis
|
2023-10-12 23:25:20 +00:00 |
|
avogar
|
1afd655bbc
|
Allow to save unparsed records and errors in RabbitMQ, NATS and FileLog engines
|
2023-10-10 16:21:33 +00:00 |
|
Kruglov Pavel
|
af8b1e4978
|
Merge pull request #54855 from Avogar/obsolete-format-settings
Move obsolete format settings to separate section
|
2023-09-25 18:00:31 +02:00 |
|
avogar
|
54cee196bd
|
Move obsolete format settings to separate section
|
2023-09-20 16:00:28 +00:00 |
|
kssenii
|
3ef2c37b92
|
Add some logging to StorageRabbitMQ
|
2023-09-20 15:54:11 +02:00 |
|
Nikita Mikhaylov
|
96cabcae3a
|
Change interface
|
2023-08-29 16:26:48 +02:00 |
|
Antonio Andelic
|
b11f744252
|
Correctly disable async insert with deduplication when it's not needed (#50663)
* Correctly disable async insert when it's not used
* Better
* Add comment
* Better
* Fix tests
---------
Co-authored-by: Nikita Mikhaylov <mikhaylovnikitka@gmail.com>
|
2023-06-07 20:33:08 +02:00 |
|
Sema Checherinda
|
f2ad1122a1
|
fix convertation
|
2023-05-10 17:50:42 +00:00 |
|
Kseniia Sumarokova
|
9e481f5faa
|
Merge pull request #48845 from kssenii/fix-data-race-in-rabbitmq
Fix data race in StorageRabbitMQ
|
2023-04-20 11:43:18 +02:00 |
|
kssenii
|
323caae3c0
|
Fix
|
2023-04-19 16:29:38 +02:00 |
|
kssenii
|
59459cb287
|
Fix test
|
2023-04-18 15:54:36 +02:00 |
|
kssenii
|
0b62354261
|
Fix data race, refactor
|
2023-04-17 13:40:53 +02:00 |
|
Michael Kolupaev
|
683077890f
|
Highly questionable refactoring (getInputMultistream() nonsense)
|
2023-04-17 04:58:32 +00:00 |
|
kssenii
|
2d335f82cc
|
Fix another test
|
2023-04-06 15:43:16 +02:00 |
|
kssenii
|
62244ee57d
|
Fix test
|
2023-04-05 17:14:41 +02:00 |
|
kssenii
|
018df220bf
|
Remove redundant
|
2023-04-03 12:18:04 +02:00 |
|
kssenii
|
35a8328922
|
Fix
|
2023-04-03 12:11:12 +02:00 |
|
kssenii
|
6d75ca9c6f
|
Fix
|
2023-04-02 18:21:45 +02:00 |
|
kssenii
|
ddf2af598d
|
Fix
|
2023-04-01 20:52:22 +02:00 |
|
kssenii
|
8cfd544328
|
Better
|
2023-04-01 18:41:42 +02:00 |
|
kssenii
|
6ff728fb4d
|
Fix cpu usage in rabbitmq
|
2023-04-01 11:45:25 +02:00 |
|
kssenii
|
57226fcb25
|
Review fixes
|
2023-03-28 11:43:15 +02:00 |
|
kssenii
|
f8b45a00ec
|
Fix
|
2023-03-27 19:20:48 +02:00 |
|
kssenii
|
8f2d75cef8
|
Fix tests
|
2023-03-05 12:56:00 +01:00 |
|
kssenii
|
f518ddd96d
|
Merge remote-tracking branch 'upstream/master' into named-collections-finish
|
2023-02-22 13:43:18 +01:00 |
|
kssenii
|
b3ca976f5f
|
Finish for streaming engines
|
2023-02-21 14:50:55 +01:00 |
|
kssenii
|
361678ad73
|
rabbitmq-test-fix
|
2023-02-20 14:16:40 +01:00 |
|
kssenii
|
f75d69a954
|
Fix
|
2023-02-15 11:14:50 +01:00 |
|
kssenii
|
bead024ecb
|
Fix test
|
2023-02-14 12:45:57 +01:00 |
|
Kseniia Sumarokova
|
0b55021c68
|
Merge pull request #46337 from kssenii/rabbitmq-tests-fix-2
Fix flaky test_storage_rabbitmq::test_rabbitmq_address
|
2023-02-14 11:44:34 +01:00 |
|
kssenii
|
614d57d245
|
Fix race
|
2023-02-13 16:02:41 +01:00 |
|