Commit Graph

123106 Commits

Author SHA1 Message Date
robot-clickhouse
0fc2a5b6f0 Update version_date.tsv and changelogs after v23.3.10.5-lts 2023-08-23 09:10:08 +00:00
Alexey Milovidov
55b52f2d26
Merge pull request #53714 from ClickHouse/fix_shutdown_wait_unfinished_queries
Fix flaky `shutdown_wait_unfinished_queries` integration test
2023-08-23 11:35:44 +03:00
Alexey Milovidov
67c3b7fa65
Merge pull request #53711 from ClickHouse/sorted-distinct-sparse-columns
Fix: sorted distinct with sparse columns
2023-08-23 11:34:01 +03:00
Alexey Milovidov
b4cc0f07d9
Update 02862_sorted_distinct_sparse_fix.sql 2023-08-23 11:33:42 +03:00
robot-clickhouse
2e2ffb7f17 Automatic style fix 2023-08-23 06:27:28 +00:00
Konstantin Bogdanov
45856df18c
Remove time.sleep(1) 2023-08-23 08:08:01 +02:00
Igor Nikonov
22895c1d0d Fix: sorted distinct with sparse columns 2023-08-22 23:33:30 +00:00
pufit
926533306c
Merge pull request #53668 from ClickHouse/pufit/fix_s3_threads
Limiting the number of parsing threads for the S3 source
2023-08-22 19:09:33 -04:00
Alexey Milovidov
973fc4d8ea
Merge pull request #53697 from ClibMouse/feature/test-correction
Correct a functional test to not use endianness-specific input
2023-08-23 01:15:10 +03:00
Alexey Milovidov
0509253149
Merge pull request #53691 from ClickHouse/remove-bad-test-enmk
Remove bad test
2023-08-22 21:03:06 +03:00
Alexey Milovidov
b78bd47c7a
Merge pull request #53707 from den-crane/Doc/local_disk_cache
Doc. Cache is not supported for local disks anymore
2023-08-22 21:01:51 +03:00
Denny Crane
0713dc5ee4
Update storing-data.md 2023-08-22 14:04:35 -03:00
alesapin
e708f0d941
Merge pull request #53693 from ClickHouse/fix_message
Fix bad path format in logs
2023-08-22 18:10:09 +02:00
Dmitry Novik
16cbda14f8
Merge pull request #53700 from ClickHouse/fix-clickhouse-test-set
Fix running clickhouse-test with python 3.8
2023-08-22 18:07:21 +02:00
pufit
e42da9411b Fix variables names 2023-08-22 11:23:10 -04:00
Dmitry Novik
1da32d2d1b Fix running clickhouse-test with python 3.8 2023-08-22 15:16:18 +00:00
Nikita Mikhaylov
cabc3522f4
Merge pull request #53690 from ClickHouse/fix-bad-code-in-test
Whitespaces
2023-08-22 17:05:14 +02:00
ltrk2
3102dadd7c Get rid of platform-specific testing 2023-08-22 07:46:21 -07:00
robot-clickhouse-ci-1
698ceee1a9
Merge pull request #53631 from amosbird/fix_53630
Fix data race of shell command
2023-08-22 15:12:26 +02:00
alesapin
b4aaeb1a82 Fix bad log line format 2023-08-22 14:53:35 +02:00
Alexey Milovidov
037277c4a2 Remove bad test 2023-08-22 14:21:23 +02:00
Alexey Milovidov
e6fb5a21cb
Merge pull request #53587 from dveeden/mysql_schema
Improve MySQL Compatibility by supporting SCHEMA()
2023-08-22 15:11:33 +03:00
Alexey Milovidov
281e3da816 Whitespaces 2023-08-22 14:09:38 +02:00
Nikita Mikhaylov
07e6021b52
Merge pull request #53649 from ClickHouse/backup_threads_utilization
Making BACKUPs&RESTOREs faster
2023-08-22 14:05:35 +02:00
Alexey Milovidov
670c879f4c
Merge pull request #53621 from amosbird/consistent_cmake_file_management
Consistent cmake file management
2023-08-22 14:28:04 +03:00
Alexey Milovidov
a23d89779d
Update target.cmake 2023-08-22 14:26:25 +03:00
Anton Popov
90e8069681
Merge pull request #53414 from frinkr/perf-getNestedColumnWithDefaultOnNull
boost getNestedColumnWithDefaultOnNull by insertManyDefaults
2023-08-22 13:23:45 +02:00
alesapin
a4ad63baa2
Merge pull request #53512 from canhld94/allow_non_standalone_keeper_integration_test
Allow non standalone keeper run in integration tests
2023-08-22 13:20:37 +02:00
Antonio Andelic
e0af6e5879
Merge pull request #53644 from ClickHouse/fix-delayed-source-with-totals
Correctly handle totals and extremes with `DelayedSource`
2023-08-22 12:24:16 +02:00
Robert Schulze
acaa2eee58
Merge pull request #53556 from ClibMouse/feature/big-endian-UUID-correction
Change Big Endian-UUID to work the same as Little Endian-UUID
2023-08-22 11:57:44 +02:00
alesapin
1a5a9fca87
Merge pull request #53605 from irenjj/feat_53538
Add column 'name' to system.clusters as an alias to cluster.
2023-08-22 11:34:21 +02:00
alesapin
fba91b2158
Merge pull request #53552 from rschu1ze/krb5-1.21
Update krb5 to 1.21.2
2023-08-22 11:31:54 +02:00
alesapin
2a39dfdbe8
Merge pull request #53586 from chhetripradeep/pchhetri/fix-49400
Fix for flaky test_ssl_cert_authentication
2023-08-22 11:11:41 +02:00
Alexey Milovidov
9874556d85
Merge pull request #53655 from ClibMouse/more-fix-big-endian
State of State and avg aggregation function fix for big endian
2023-08-22 11:49:54 +03:00
Alexey Milovidov
407bb57ba9
Merge pull request #53672 from bigo-sg/upgrade_snappy_1.1.10
Upgrade snappy to 1.1.10
2023-08-22 11:49:05 +03:00
Amos Bird
f13fd5b5dc
Wait for some pooled commands 2023-08-22 16:26:35 +08:00
Kseniia Sumarokova
01759b511b
Merge pull request #53611 from kssenii/fix-upgrade-check
Fix upgrade check
2023-08-22 09:38:48 +02:00
Amos Bird
bd9f526f93
Fix data race of shell command 2023-08-22 14:50:56 +08:00
Antonio Andelic
741187f8a1 Fix test 2023-08-22 06:45:21 +00:00
taiyang-li
ac00a17928 upgrade snappy to 1.1.10 2023-08-22 14:27:44 +08:00
taiyang-li
af81d9afc0 upgrade snappy to 1.1.10 2023-08-22 14:23:15 +08:00
robot-clickhouse
b504df80b7
Merge pull request #53553 from ClibMouse/feature/constrain-isa-l
Enable ISA-L on x86-64 only by default
2023-08-22 05:17:42 +02:00
Amos Bird
a159376a96
Also check processor 2023-08-22 10:38:03 +08:00
pufit
9d454d9afc Merge branch 'master' into pufit/fix_s3_threads
# Conflicts:
#	src/Storages/StorageS3.cpp
#	src/Storages/StorageS3.h
#	src/Storages/StorageURL.cpp
#	src/Storages/StorageURL.h
2023-08-21 21:32:15 -04:00
pufit
98a701e2c1 Limiting number of parsing threads for S3 source 2023-08-21 21:21:03 -04:00
Nikita Mikhaylov
c039b4a08d
Merge pull request #53625 from rschu1ze/boost-1.80
Bump boost to 1.80
2023-08-22 00:51:16 +02:00
Robert Schulze
a20ceef398
Merge pull request #53447 from davvard/master
USearch HNSW index for ANN search
2023-08-21 23:34:26 +02:00
Robert Schulze
583d9b33f0
Merge pull request #51446 from rschu1ze/recfgable-caches
Runtime-reconfigurable cache sizes
2023-08-21 23:27:21 +02:00
Robert Schulze
7068664299
Disable test 2023-08-21 21:26:28 +00:00
Michael Kolupaev
d752611c43 Performance test 2023-08-21 14:15:52 -07:00