Commit Graph

128569 Commits

Author SHA1 Message Date
Alexey Milovidov
9401b90417
Merge pull request #56795 from ClickHouse/fix-fpc
Fix crash in FPC codec
2023-11-16 09:48:45 +01:00
Antonio Andelic
352eca7aa0
Merge pull request #56789 from ClickHouse/fix-no-user
Try fix `No user in current context, it's a bug`
2023-11-16 08:20:52 +01:00
Robert Schulze
44bd0598a3
Merge pull request #56799 from slvrtrn/fix-binary-mysql-nullable-columns
Fix incorrect nullable columns reporting in MySQL binary protocol
2023-11-16 01:12:46 +01:00
Alexey Milovidov
3067ca64df
Merge pull request #56573 from mkmkme/mkmkme/reload-config
Update `query_masking_rules` when reloading the config
2023-11-16 00:27:01 +01:00
Amos Bird
1e46460910
Fix nullable primary key in final (#56452) 2023-11-15 22:27:05 +01: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
Nikolay Degterinsky
d6c58023d5 Better except for SSL connection failure 2023-11-15 18:07:24 +00:00
slvrtrn
0bca553789 Address review comments 2023-11-15 17:26:08 +01: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
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
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
a089e61810 Fix crash in FPC codec 2023-11-15 15:55:56 +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
Mikhail f. Shiryaev
993c3e6dba
Update outdated script in troubleshooting 2023-11-15 15:09:22 +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
Mikhail f. Shiryaev
002c4af384
Merge pull request #56785 from ClickHouse/another-digest-test
Add test for avoided recursion
2023-11-15 13:03:40 +01:00
Alexey Milovidov
be88873c3e
Merge pull request #56776 from mkmkme/mkmkme/fix-typo
fix typo in ClickHouseDictionarySource
2023-11-15 12:30:25 +01:00
Mikhail f. Shiryaev
e628114729
Add test for avoided recursion 2023-11-15 12:26:20 +01:00
Alexey Milovidov
671a401ded Ask linker to remove garbage from external libraries 2023-11-15 12:26:14 +01:00
Mikhail f. Shiryaev
89dd479072
Merge pull request #56778 from ClickHouse/fix-pygithub
Fix pygithub
2023-11-15 11:33:15 +01:00
Mikhail f. Shiryaev
30c6cea895
Fix another place with offset-aware datetime 2023-11-15 11:09:13 +01:00
Robert Schulze
b0f04caddc
Merge remote-tracking branch 'ClickHouse/master' into fix-gcd-crash 2023-11-15 09:59:52 +00:00
Robert Schulze
f859b90826
Undo duplicate test that also times out 2023-11-15 09:59:25 +00:00
Mikhail f. Shiryaev
ad3f422cff
Get rid of datetime in calculation of since_updated 2023-11-15 10:53:55 +01:00
Mikhail f. Shiryaev
eb4add06ba
Rewrite repo.organization._url to a proper repo._makeStringAttribute 2023-11-15 10:35:39 +01:00
Alexey Milovidov
4b7c80d824
Merge pull request #56725 from ClickHouse/linker-time-trace
Enable profiling for linker
2023-11-15 09:25:14 +01:00
Mikhail Koviazin
aea43bdfad
fix typo in ClickHouseDictionarySource
hostnmae -> hostname
2023-11-15 10:06:00 +02:00
Antonio Andelic
5309dc05ef Fix test 2023-11-15 07:42:19 +00:00
Alexey Milovidov
e72cf785ce
Merge pull request #56587 from ClickHouse/vdimir/analyzer_array_join_set_error
Analyzer: fix logical error with set in array join
2023-11-15 08:35:59 +01:00
Alexey Milovidov
d2cc69ffd0
Merge pull request #56623 from evillique/add-test-row-policy-on-cluster
Add test for ROW POLICY ON CLUSTER
2023-11-15 08:35:32 +01:00
Alexey Milovidov
94a2b08c33
Merge pull request #56708 from Avogar/fix-use-structure-from-table-with-analyzer
Fix use_structure_from_insertion_table_in_table_functions with new Analyzer
2023-11-15 08:33:00 +01:00
Alexey Milovidov
37e48e76fe
Merge pull request #56768 from vitlibar/fix-flaky-test_replicated_merge_tree_encryption_codec
Fix flaky test_replicated_merge_tree_encryption_codec.
2023-11-15 07:46:06 +01:00
Alexey Milovidov
2791a95214 Merge branch 'master' into linker-time-trace 2023-11-15 07:44:02 +01:00
Alexey Milovidov
ed7d1dbb82 Pick up linker's trace files 2023-11-15 07:43:55 +01:00
Nikolay Degterinsky
4efef5b39f
Disable test with Replicated database 2023-11-15 02:20:44 +01:00
Vitaly Baranov
3d95ac5f2a Fix flaky test_replicated_merge_tree_encryption_codec. 2023-11-14 21:53:23 +01:00
Kruglov Pavel
79ed0f8a21
Update analyzer_tech_debt.txt 2023-11-14 19:21:56 +01:00
Antonio Andelic
03c3e96859 Small test changes 2023-11-14 17:35:17 +00:00
Sema Checherinda
b9cc1580e0
Merge pull request #56367 from canhld94/ch_table_reinit_new_disk
Adding new disk to storage configuration without restart
2023-11-14 15:54:22 +01:00
Igor Nikonov
ecef6db1fe
Fix: RabbitMQ OpenSSL dynamic loading issue (#56703)
* Fix: RabbitMQ OpenSSL dynamic loading issue
* Update RabbitMQ
* Fix minor glitch with TLS_client_method()
00f09897ce

---------

Co-authored-by: Robert Schulze <robert@clickhouse.com>
2023-11-14 15:36:50 +01:00
Antonio Andelic
41045cfe82 Merge branch 'master' into disable-compress-logs-default 2023-11-14 14:35:52 +00:00
Robert Schulze
bd52e9833e
Try to fix stateful test 2023-11-14 14:33:20 +00:00
Antonio Andelic
8a63e924a3
Merge pull request #56670 from ClickHouse/more-reliable-log-handling-keeper
More reliable log handling in Keeper
2023-11-14 14:39:29 +01:00
Nikolai Kochetov
3096edf3ef
Merge pull request #50857 from ClickHouse/fix-analyzer-mv-scalars
Fix analyzer - insertion from select with subquery referencing insertion table should process only insertion block.
2023-11-14 13:58:38 +01:00