Commit Graph

128993 Commits

Author SHA1 Message Date
Amos Bird
1e46460910
Fix nullable primary key in final (#56452) 2023-11-15 22:27:05 +01:00
Robert Schulze
c34e867cdc
Merge remote-tracking branch 'ClickHouse/master' into concat-arbitrary-types 2023-11-15 21:21:45 +00:00
zvonand
cb74f27b00 Merge branch 'master' of github.com:ClickHouse/ClickHouse into zvonand-more-globs 2023-11-15 21:56:51 +01:00
Jianfei Hu
ea92dbb1c7 fix build for non USE_S3 case
Signed-off-by: Jianfei Hu <hujianfei258@gmail.com>
2023-11-15 20:53:35 +00:00
Dmitry Novik
592c653cac Fixup 2023-11-15 20:26:07 +00:00
Dmitry Novik
83acec9511 Fix max_threads = 1 case 2023-11-15 18:58:14 +00:00
Alexey Milovidov
b4b3cb2291
Merge pull request #56786 from ClickHouse/gc-sections
Ask linker to remove garbage from external libraries
2023-11-15 19:57:34 +01:00
Alexey Milovidov
4de6222479
Merge pull request #56811 from evillique/better-except
Better except for SSL authentication failure
2023-11-15 19:56:18 +01:00
Alexey Milovidov
fc6a25fad5
Update src/Compression/CompressionCodecFPC.cpp
Co-authored-by: vdimir <vdimir@clickhouse.com>
2023-11-15 21:54:19 +03:00
Jianfei Hu
d0398e3c1d remove variant header
Signed-off-by: Jianfei Hu <hujianfei258@gmail.com>
2023-11-15 18:47:28 +00:00
Jianfei Hu
d862dfdf9c fix comments
Signed-off-by: Jianfei Hu <hujianfei258@gmail.com>
2023-11-15 18:38:23 +00:00
Konstantin Bogdanov
67796b18bb
Add missing test config files 2023-11-15 19:36:23 +01:00
Nikolay Degterinsky
d6c58023d5 Better except for SSL connection failure 2023-11-15 18:07:24 +00:00
Sema Checherinda
f3f8392051 upgrade replication protocol 2023-11-15 19:03:55 +01:00
Sema Checherinda
6e3e6383ba perf check 2 2023-11-15 19:00:27 +01:00
robot-clickhouse
af2f986215 Automatic style fix 2023-11-15 17:48:54 +00:00
Alexander Sapin
3e26161eaa Implement asynchronous excute of ALTER TABLE ... MOVE ... TO DISK|VOLUME 2023-11-15 18:33:59 +01:00
Vitaly Baranov
21a283049c Add the test for clickhouse_backupview to CI. 2023-11-15 17:40:53 +01:00
slvrtrn
0bca553789 Address review comments 2023-11-15 17:26:08 +01:00
Nikolay Degterinsky
57aa049fef Change table name to table UUID, fix test 2023-11-15 16:21:13 +00:00
Alexander Tokmakov
bf10989515
Fix unexpected parts handling (#56693)
* fix unexpected parts handling

* Automatic style fix

* fix

---------

Co-authored-by: robot-clickhouse <robot-clickhouse@users.noreply.github.com>
2023-11-15 16:54:47 +01:00
Robert Schulze
e2b25aab0c
Fixups, pt. II 2023-11-15 15:53:38 +00:00
slvrtrn
9e3ba55070 Fix incorrect nullable columns reporting in MySQL binary protocol 2023-11-15 16:53:38 +01:00
Mikhail Koviazin
08d0a160ae
test_reload_query_masking_rules: don't rely on num of events
Due to the fact that integration tests are run in parallel and there
might be no ClickHouse restart between several tests, relying on
`system.events` in the test is fragile as it can be affected by previous
tests. This commit removes any assumptions regarding `system.events`
from the test and tries to keep it robust.
2023-11-15 17:48:24 +02:00
Mikhail Koviazin
604b10238b
SensitiveDataMasker: reduce the scope of mutex 2023-11-15 17:45:28 +02:00
Robert Schulze
0b45e4bfee
Merge remote-tracking branch 'ClickHouse/master' into concat-arbitrary-types 2023-11-15 15:44:36 +00:00
Robert Schulze
f21dd37d18
Some fixups 2023-11-15 15:43:41 +00:00
zvonand
a8aa206cfd Update after review
expandSelector is now returning vector<string> directly
minor changes
2023-11-15 16:37:24 +01:00
zvonand
20163e6aba add globbing to aspell-ignore 2023-11-15 16:37:24 +01:00
Robert Schulze
eb08bba607 Update docs 2023-11-15 16:37:24 +01:00
zvonand
70aa6e2672 Added a shortcut for no-wildcard globs in HDFS 2023-11-15 16:37:24 +01:00
zvonand
3e47a54a94 Added a shortcut for no-wildcard globs in file storage 2023-11-15 16:37:24 +01:00
Antonio Andelic
c3f7c8792a
Merge pull request #56763 from ClickHouse/disable-compress-logs-default
Disable compressed logs by default in Keeper
2023-11-15 16:17:14 +01:00
Robert Schulze
7505ea23a6
Merge pull request #56704 from ClickHouse/fix-gcd-crash
Fix crash in GCD codec in case when zeros present in data
2023-11-15 16:16:40 +01:00
Antonio Andelic
5c4e58d27d Try fix No user 2023-11-15 15:14:46 +00:00
Alexey Milovidov
a7543e3c7c Fix test 2023-11-15 16:05:30 +01:00
Alexey Milovidov
a089e61810 Fix crash in FPC codec 2023-11-15 15:55:56 +01:00
Konstantin Bogdanov
9edcdf41d5
Add exceptions during substitution processing if node already has a value 2023-11-15 15:45:46 +01:00
Konstantin Bogdanov
e3842ebc89
Remove substitution attrs from target node if source already has a value 2023-11-15 15:45:04 +01:00
Mikhail f. Shiryaev
21de87f0e9
Merge pull request #56793 from ClickHouse/fix-troubleshooting
Update outdated script in troubleshooting
2023-11-15 15:29:34 +01:00
slvrtrn
20cfe91ff9 Remove unused error codes 2023-11-15 15:21:19 +01:00
Mikhail f. Shiryaev
993c3e6dba
Update outdated script in troubleshooting 2023-11-15 15:09:22 +01:00
Alexey Milovidov
1ea74cee3a Early disconnect if there is authentication failure with interserver secret 2023-11-15 15:04:07 +01:00
slvrtrn
c7cd4fa972 Update concat docs 2023-11-15 14:57:34 +01:00
Nikolai Kochetov
62378b4219 Fixing style. 2023-11-15 13:56:51 +00:00
slvrtrn
0aaea6e51d Fix ColumnConst serialization issues, more tests 2023-11-15 14:42:38 +01:00
Maksim Kita
49e6bad2bd Fixed tests 2023-11-15 16:14:33 +03:00
Vitaly Baranov
d62048031f Add documentation. 2023-11-15 13:57:28 +01:00
slvrtrn
178d23b951 Concat with arbitrary types + tests 2023-11-15 13:53:52 +01:00
Nikolai Kochetov
6ef5c4cafe
Merge pull request #56522 from kitaisreal/analyzer-support-explain-estimate
Analyzer support EXPLAIN ESTIMATE
2023-11-15 13:17:31 +01:00