Commit Graph

9642 Commits

Author SHA1 Message Date
Kseniia Sumarokova
dd9bf6d792
Merge pull request #65738 from RodolpheDuge/fix_odbc_nullable_fields
fix ODBC table with nullable fields
2024-07-03 09:43:47 +00:00
Antonio Andelic
e3beff45c1
Merge pull request #65918 from ClickHouse/add-some-tools-for-keeper-profiling
Add extra profiling helpers for Keeper
2024-07-03 07:01:13 +00:00
Kseniia Sumarokova
188e9536e1
Merge pull request #63201 from ClickHouse/fix-partitioned-delta-lake
Support reading partitioned DeltaLake data, infer DeltaLake schema by reading metadata instead of data
2024-07-02 18:02:08 +00:00
Antonio Andelic
94dba17ad9 Fix test 2024-07-02 13:26:52 +02:00
Konstantin Bogdanov
138eb924fa
Merge pull request #65626 from tonickkozlov/tonickkozlov/x509-san-validation
Add support for x509 SubjectAltName identification
2024-07-02 11:20:01 +00:00
Antonio Andelic
a0f6751c4d Merge branch 'master' into add-some-tools-for-keeper-profiling 2024-07-02 10:50:24 +02:00
Antonio Andelic
7361407ea5 Fix test 2024-07-01 15:25:00 +02:00
Anton Kozlov
b1b9aaf2ec Add support for x509 SubjectAltName identification 2024-07-01 09:47:28 +00:00
Alexey Milovidov
46e7d6e170 Merge branch 'master' of github.com:ClickHouse/ClickHouse into dont-optimize-trivial-insert-select 2024-06-30 01:29:02 +02:00
Alexey Milovidov
36644df625
Merge pull request #65794 from zvonand/zvonand-fix-65762
Try to make `test_ldap_external_user_directory` less flaky
2024-06-29 22:32:42 +00:00
Andrey Zvonov
089bb6e0c9 make black even more happy 2024-06-29 17:00:33 +00:00
Alexey Milovidov
3649e209c4 Merge branch 'master' into dont-optimize-trivial-insert-select 2024-06-29 04:34:00 +02:00
Alexander Tokmakov
4748e2929f
Merge pull request #65570 from ClickHouse/keeper_az
Improve ZooKeeper load balancing
2024-06-28 22:57:20 +00:00
Igor Nikonov
94b30cfff2
Merge pull request #65588 from ClickHouse/fix-flaky-pr-distributed-skip-shards
Fix test_parallel_replicas_distributed_skip_shards flakiness
2024-06-28 19:06:00 +00:00
Alexander Tokmakov
c97ef5dc32
Merge pull request #65405 from Avogar/check-cyclic-dependencies-on-create
Check cyclic dependencies on CREATE/REPLACE/RENAME/EXCHANGE queries
2024-06-28 16:28:14 +00:00
SmitaRKulkarni
ccfe7c0121
Merge pull request #64757 from azat/load-part-without-columns.txt
Fix filling parts columns from metadata (when columns.txt does not exists)
2024-06-28 15:16:39 +00:00
Kseniia Sumarokova
2673a773c3
Merge pull request #65458 from ClickHouse/add-azure-queue-storage
Add AzureQueue storage
2024-06-28 12:39:05 +00:00
Antonio Andelic
ab0968740c
Merge pull request #65702 from ClickHouse/jemalloc-inactive-profiler-by-default
Build jemalloc with profiler
2024-06-28 11:50:50 +00:00
kssenii
7f82cbf4e9 Merge remote-tracking branch 'origin' into fix-partitioned-delta-lake 2024-06-28 13:13:39 +02:00
Antonio Andelic
f1337e8c45 Merge2024-06-20 branch 'master' into jemalloc-inactive-profiler-by-default 2024-06-28 10:07:52 +02:00
Antonio Andelic
cb0cd60e62
Merge pull request #65766 from ClickHouse/fix-test_alter_attach
Fix flaky `test_replicated_database::test_alter_attach`
2024-06-28 08:06:45 +00:00
Andrey Zvonov
bf1cc136db make a better healthcheck 2024-06-27 19:30:45 +00:00
robot-clickhouse
3362b521d2 Automatic style fix 2024-06-27 14:43:52 +00:00
Antonio Andelic
86c3036bfb Fix flaky test_replicated_database::test_alter_attach 2024-06-27 14:06:42 +02:00
Antonio Andelic
d35ca2ceee Merge branch 'master' into jemalloc-inactive-profiler-by-default 2024-06-27 11:49:18 +02:00
SmitaRKulkarni
4f01b9715b
Merge pull request #65273 from ClickHouse/Mask_azureblobstorage_access_key
Mask account key for azureBlobStorage
2024-06-27 09:21:43 +00:00
Rodolphe Dugé de Bernonville
c8bca3135d fix odbc and nullable fields 2024-06-27 09:55:24 +02:00
Antonio Andelic
c9fa974472 Use background thread 2024-06-27 08:46:10 +02:00
Sema Checherinda
4d409831a0
Merge pull request #64478 from ClickHouse/chesema-fix-buffer-cancelation
make writebuffers cancelable
2024-06-26 22:12:30 +00:00
Alexander Tokmakov
fa108feab9 fix 2024-06-26 23:52:44 +02:00
Kseniia Sumarokova
258e2f0421
Update test.py 2024-06-26 16:45:02 +02:00
Smita Kulkarni
2ec0ffd4f0 Addressed review comments 2024-06-26 14:07:38 +02:00
kssenii
2ba697dcae Merge remote-tracking branch 'origin' into add-azure-queue-storage 2024-06-26 13:05:56 +02:00
Kseniia Sumarokova
bb7b1dd007
Merge pull request #65046 from ClickHouse/s3queue-improvements
S3Queue improvements
2024-06-26 09:47:47 +00:00
Alexander Tokmakov
43cb2f6af7 remove trash 2024-06-26 02:03:22 +02:00
Alexey Milovidov
6fd95c43f6 Merge branch 'master' into dont-optimize-trivial-insert-select 2024-06-26 00:02:10 +02:00
alesapin
12a129d838
Merge pull request #65545 from ClickHouse/add_customizeable_config_reloader_interval
Add ability to change config reload interval
2024-06-25 14:18:54 +00:00
kssenii
95b1651ba6 Better pytest 2024-06-25 13:56:01 +02:00
Igor Nikonov
eea38c4789
Merge pull request #65467 from ClickHouse/fix-pr-empty-query-result
Fix: return error if can't connect to any replicas chosen for query execution
2024-06-25 11:29:39 +00:00
avogar
52721add72 Merge branch 'master' of github.com:ClickHouse/ClickHouse into check-cyclic-dependencies-on-create 2024-06-24 13:30:16 +00:00
Sema Checherinda
fb2f0e78f7
Merge pull request #63985 from ianton-ru/protocols-tls-extend-params
More parameters for tls layer in protocols
2024-06-24 12:41:56 +00:00
robot-clickhouse
e289fdb440 Automatic style fix 2024-06-24 12:07:40 +00:00
Igor Nikonov
2f8dc8c833 Merge remote-tracking branch 'origin/master' into fix-pr-empty-query-result 2024-06-24 11:59:25 +00:00
Igor Nikonov
3127177401 Test with no available replicas 2024-06-24 11:58:32 +00:00
Anton Popov
77bed97525
Merge pull request #65471 from CurtizJ/fix-azure-exists
Fix `AzureObjectStorage::exists` method
2024-06-24 10:38:48 +00:00
Kseniia Sumarokova
f529914e45
Merge pull request #65523 from ClickHouse/fix-bug-in-object-storage-source
Fix bug in `StorageObjectStorageSource::GlobIterator::nextImpl`
2024-06-24 09:49:45 +00:00
alesapin
fc10bf544f Merge remote-tracking branch 'origin/master' into add_customizeable_config_reloader_interval 2024-06-24 11:38:02 +02:00
Alexander Tokmakov
3423a5571a fix tests 2024-06-23 23:55:45 +02:00
Alexey Milovidov
d2e230744d
Merge pull request #65494 from ClickHouse/strict-parsing-in-keeper-client
Strict parsing in keeper client
2024-06-23 19:22:06 +02:00
Igor Nikonov
6d7441a94a Fix: sync replicas 2024-06-23 16:27:15 +00:00