Mikhail f. Shiryaev
da37f32d4b
Attempt to delete the runner before shutting down
2023-07-21 18:32:30 +02:00
Mikhail f. Shiryaev
538d1f7c17
Kill the runner process with all subprocesses
2023-07-21 18:32:28 +02:00
Nikolai Kochetov
01cb502af3
Merge pull request #52151 from amosbird/fix_52075
...
Fix incorrect projection analysis when aggregation expression contains monotonic functions
2023-07-21 18:30:27 +02:00
Antonio Andelic
6ed97a944f
Merge pull request #49450 from myrrc/feature/keeper-dyn-reconf
...
`reconfig` support for CH Keeper
2023-07-21 15:59:25 +02:00
Nikolai Kochetov
b5cf644668
Check projection metadata the same way we check ordinary metadata. ( #52361 )
...
* Check projection metadata the same way we check ordinary metadata.
* Allow aggregate projection to have empty PK
---------
Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>
2023-07-21 16:23:04 +03:00
robot-clickhouse-ci-2
0db9c79886
Merge pull request #52332 from rschu1ze/better-formatsettings
...
Minor: Less awkward IAST::FormatSettings
2023-07-21 14:49:58 +02:00
robot-ch-test-poll4
62e01df545
Merge pull request #52104 from filimonov/last_removal_attempt_time_typo
...
Fix typo last_removal_attemp_time
2023-07-21 14:49:36 +02:00
Alexey Milovidov
dc0abd38a9
Merge pull request #52376 from Algunenano/hot_cold_zero_copy
...
[RFC] Wait for zero copy replication lock even if some disks don't support it
2023-07-21 15:28:41 +03:00
Alexander Tokmakov
b45c2c939b
disable expression templates for time intervals ( #52335 )
2023-07-21 15:17:07 +03:00
Nikita Mikhaylov
5ea0971921
Merge pull request #52379 from ClickHouse/fix-test-with-encrypted-disks
...
Fix `test_replicated_merge_tree_encrypted_disk `
2023-07-21 14:12:51 +02:00
Antonio Andelic
59ad2d9acc
Merge branch 'master' into feature/keeper-dyn-reconf
2023-07-21 14:08:26 +02:00
Alexander Tokmakov
d9161c7276
Merge pull request #52382 from ClickHouse/tavplubix-patch-8
...
Less replication errors
2023-07-21 14:58:25 +03:00
Kseniia Sumarokova
1c2fea4980
Merge pull request #52381 from ClickHouse/kssenii-patch-7
...
Follow up to #49698
2023-07-21 13:51:33 +02:00
Nikolai Kochetov
e02a7c7382
Merge pull request #52375 from ClickHouse/disable-analyzer-bc-tests
...
Disable analyzer setting in backward_compatibility integration tests.
2023-07-21 13:39:06 +02:00
Kruglov Pavel
f749b52f24
Merge pull request #51582 from azat/hedged-requests-timeouts
...
Fix timeout for hedged requests
2023-07-21 13:28:49 +02:00
Antonio Andelic
10c2d5dade
Merge branch 'master' into feature/keeper-dyn-reconf
2023-07-21 13:24:18 +02:00
Kruglov Pavel
921d25e4e4
Merge branch 'master' into hedged-requests-timeouts
2023-07-21 13:23:49 +02:00
Antonio Andelic
4a47040763
Merge pull request #52358 from ClickHouse/fix-keeper-apply-snapshot
...
Fix `apply_snapshot` in Keeper
2023-07-21 12:52:12 +02:00
robot-ch-test-poll2
65136ca64c
Merge pull request #52380 from ClickHouse/fix-test-for-parallel-formatting
...
Fix `02122_parallel_formatting_XML `
2023-07-21 12:50:42 +02:00
alesapin
8ff54591dd
Merge pull request #52283 from ClickHouse/fix-01111_create_drop_replicated_db_stress
...
Fix test `01111_create_drop_replicated_db_stress`
2023-07-21 12:34:10 +02:00
Amos Bird
68e7583dbf
reorganize tests and add some comments
2023-07-21 14:54:51 +08:00
Amos Bird
5560603321
optimize_use_implicit_projections=1 by default
2023-07-21 14:54:50 +08:00
Amos Bird
ec22337284
Fix index analysis with indexHint as well
2023-07-21 14:54:50 +08:00
Nikolai Kochetov
d7bb006c23
Fix monotonic chain for read-in-order as well.
2023-07-21 14:54:49 +08:00
Amos Bird
60488e2391
Add tests
2023-07-21 14:54:49 +08:00
Amos Bird
696818b340
Don't check monotonicity when analyze projections
2023-07-21 14:54:48 +08:00
Amos Bird
9b0eb9cdd7
ignore ast opt when doing projection calc
2023-07-21 14:54:48 +08:00
Antonio Andelic
234b5047b5
Merge pull request #52373 from ClickHouse/fix-test_keeper_session
...
Fix `test_keeper_session`
2023-07-21 08:33:37 +02:00
Alexander Gololobov
06c1e686a4
Merge pull request #46365 from ClickHouse/split_prewhere_dag_test_enable
...
Multi-stage PREWHERE enabled by default
2023-07-21 08:13:55 +02:00
Alexey Milovidov
f8f9f86ec6
Merge pull request #52377 from AlexBykovski/patch-1
...
Update build-osx.md
2023-07-20 23:57:39 +03:00
Alexander Tokmakov
09e6bbc0e2
Update DataPartsExchange.cpp
2023-07-20 21:10:59 +03:00
Kseniia Sumarokova
045ecdf71f
Update src/Storages/PostgreSQL/MaterializedPostgreSQLConsumer.cpp
...
Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>
2023-07-20 19:03:06 +02:00
Kseniia Sumarokova
500f1e6757
Follow up to #49698
2023-07-20 18:55:41 +02:00
Nikita Mikhaylov
6b3a508a23
Done
2023-07-20 16:52:45 +00:00
Nikita Mikhaylov
920887f315
Done
2023-07-20 16:43:59 +00:00
Han Fei
4b0be1e535
Merge pull request #52308 from amosbird/fix_48823
...
Fix projection analysis with primary key analysis
2023-07-20 18:25:21 +02:00
Raúl Marín
13f8d72f54
Wait for zero copy replication lock even if some disks don't support it
2023-07-20 18:04:26 +02:00
AlexBykovski
e6624a07e4
Update build-osx.md
...
syntax error in command for compiler for OSx compilation
2023-07-20 18:54:48 +03:00
Alexander Tokmakov
a39ba00ec3
Merge pull request #52116 from aalexfvk/http_failover
...
Handle multiple resolved IPs for HTTP/HTTPS session connection
2023-07-20 18:25:45 +03:00
robot-clickhouse
a26de1b370
Automatic style fix
2023-07-20 15:12:55 +00:00
Alexander Tokmakov
dd99bb465c
Merge pull request #52374 from ClickHouse/tavplubix-patch-8
...
Update ci-slack-bot.py
2023-07-20 18:08:56 +03:00
Nikolai Kochetov
ea252e2f61
Disable analyzer setting in backward_compatibility integration tests.
2023-07-20 15:05:07 +00:00
Alexander Tokmakov
c0aa3e4567
Update ci-slack-bot.py
2023-07-20 17:59:43 +03:00
Alexander Tokmakov
e467264588
Update src/IO/HTTPCommon.cpp
2023-07-20 17:56:30 +03:00
Robert Schulze
a73f621bf4
Merge pull request #52359 from rschu1ze/docs-integer-promotion
...
Docs: Add another reason for integer promotion rules in ClickHouse
2023-07-20 16:53:57 +02:00
Robert Schulze
046bf55dc0
Incorporate feedback
2023-07-20 14:17:33 +00:00
robot-clickhouse
5decb1f5c5
Automatic style fix
2023-07-20 14:11:11 +00:00
Antonio Andelic
f997adfe27
Retry if sessions not closed because missing leader
2023-07-20 14:02:55 +00:00
Alexander Tokmakov
eff9335bd5
Merge pull request #52372 from ClickHouse/tavplubix-patch-8
...
Update ci-slack-bot.py
2023-07-20 16:38:38 +03:00
robot-ch-test-poll
21f22c4043
Merge pull request #49698 from kssenii/fix-pg-sync-tables-exception-broken-sync
...
Fix materialised pg syncTables
2023-07-20 15:38:18 +02:00