Kseniia Sumarokova
2709ecd50d
Merge pull request #56457 from ClickHouse/fix-test-database-hdfs
...
Fix test `02725_database_hdfs.sh`
2023-11-10 11:40:18 +01:00
vdimir
6c4586be43
Merge pull request #56572 from ClickHouse/vdimir/delete-storage-conf-l
...
Delete unnecessary file from tests
2023-11-10 11:33:39 +01:00
vdimir
051efccf6c
Delete unnecessary file
...
<!---
A technical comment, you are free to remove or leave it as it is when PR is created
The following categories are used in the next scripts, update them accordingly
utils/changelog/changelog.py
tests/ci/cancel_and_rerun_workflow_lambda/app.py
-->
### Changelog category (leave one):
- Not for changelog (changelog entry is not required)
2023-11-10 11:31:05 +01:00
Kseniia Sumarokova
e48df94772
Merge pull request #56377 from ClickHouse/minor-improvements-for-s3-queue
...
Minor improvements for S3Queue
2023-11-10 11:28:09 +01:00
Antonio Andelic
5364f4e9f8
Fix test
2023-11-10 09:59:43 +00:00
Alexander Gololobov
696bd2644f
Merge pull request #56547 from ClickHouse/better-warning
...
Better warning message
2023-11-10 10:41:44 +01:00
Alexander Gololobov
0a1078bb37
Merge pull request #56548 from ClickHouse/system-symbols-pick
...
Add a table `system.symbols`
2023-11-10 10:37:11 +01:00
Antonio Andelic
ba7b684810
Merge pull request #53481 from myrrc/fix/reconfig-leader-replace
...
Keeper `reconfig`: add timeout before yielding/taking leadership
2023-11-10 09:32:40 +01:00
Alexey Milovidov
8c253b9e3e
Remove C++ templates
2023-11-10 05:25:02 +01:00
Amos Bird
a18768382f
Fix tests again
2023-11-10 11:55:35 +08:00
Julian Maicher
c3dc106980
Reformat with black
2023-11-10 04:28:21 +01:00
Amos Bird
51ca7d05fb
Fix tests
2023-11-10 10:23:03 +08:00
Amos Bird
16578d97a3
Fix two cases of projection analysis.
...
1. Fix projection analysis with partitions.
2. Apply alter conversions during projection analysis.
2023-11-10 10:23:02 +08:00
Alexey Milovidov
ff11d69be4
Returned comment
2023-11-10 02:32:17 +01:00
Alexey Milovidov
453b747d03
Added [[noreturn]]
2023-11-10 02:31:39 +01:00
Alexey Milovidov
a267da8f52
Add [[noreturn]]
2023-11-10 02:31:39 +01:00
Alexey Milovidov
1432d952ac
chasset will make sense for the static analyzer
2023-11-10 02:31:39 +01:00
Alexey Milovidov
47132532b8
Fix test
2023-11-10 01:34:03 +01:00
Alexey Milovidov
0d2277b6c1
Merge pull request #56549 from ClickHouse/tylerhannan-patch-1
...
Update README.md
2023-11-10 00:13:01 +01:00
Tyler Hannan
8f727c3dff
Update README.md
...
updating release webinar recording and removing meetup
2023-11-09 17:01:53 -06:00
Alexey Milovidov
1d51727aa5
Update symbols.md
2023-11-10 01:47:00 +03:00
Alexey Milovidov
e76c6b186a
Fix test
2023-11-09 23:45:11 +01:00
Alexey Milovidov
294b55a618
Fix test
2023-11-09 23:45:11 +01:00
Alexey Milovidov
60978f58ec
Add a test
2023-11-09 23:43:51 +01:00
Alexey Milovidov
29b75d034a
Fix FreeBSD
2023-11-09 23:43:12 +01:00
Alexey Milovidov
2c220ba5ec
Fix FreeBSD
2023-11-09 23:43:12 +01:00
Alexey Milovidov
84ada59e42
Fix FreeBSD
2023-11-09 23:43:12 +01:00
Alexey Milovidov
d41d1a205e
Add docs
2023-11-09 23:43:12 +01:00
Alexey Milovidov
8f67894157
Add table system.symbols
2023-11-09 23:43:12 +01:00
Alexey Milovidov
2b7346d755
Better warning message
2023-11-09 23:38:30 +01:00
Alexey Milovidov
3f5b94b8ca
Remove useless using
2023-11-09 23:37:39 +01:00
Robert Schulze
1dc565cd22
Fix #56258
2023-11-09 21:07:42 +00:00
Julian Maicher
4e1965167e
Fix flaky LDAP integration tests
...
Use LDAP hostname with regular DNS lookup to check if LDAP is online.
Before that, we used the IP address that was extracted via the docker
client (not via DNS lookup) and it could happen that LDAP was reachable
via the IP, thus passing the online check, but not via DNS lookup, which
led to test failures (e.g. LDAP not reachable from ClickHouse instance).
2023-11-09 21:24:52 +01:00
Vitaly Baranov
1711bed63e
Load base backups lazily (if a backup is not needed it won't be loaded).
2023-11-09 19:29:04 +01:00
Mikhail f. Shiryaev
bda459ab4d
Merge pull request #56479 from rschu1ze/parallel-submodules
...
Parallel clone sparse/shallow submodules
2023-11-09 18:28:03 +01:00
robot-clickhouse-ci-1
af785a8f4d
Merge pull request #56497 from ClickHouse/Change_keeper_compression_to_LZ4
...
Updated compression to LZ4
2023-11-09 18:26:43 +01:00
kssenii
7ceadaa576
chmod
2023-11-09 18:10:13 +01:00
Maksim Kita
23f0811267
Analyzer ORDER BY read in order query plan add test
2023-11-09 19:44:01 +03:00
Maksim Kita
bf37f05ccd
Analyzer log used row policies
2023-11-09 19:43:31 +03:00
Maksim Kita
aa8d65a86c
Analyzer MoveFunctionsOutOfAnyPass refactoring
2023-11-09 19:42:55 +03:00
Maksim Kita
a3d0ffb55f
CTE invalid query analysis add test
2023-11-09 19:42:25 +03:00
johnnymatthews
ecc012cc4d
Removes duplicated slugs in docs.
2023-11-09 12:41:39 -04:00
Maksim Kita
8b4619fd5f
FunctionSleep exception message fix
2023-11-09 19:40:37 +03:00
Salvatore Mesoraca
178f2bbee5
Fix format
2023-11-09 17:25:20 +01:00
Salvatore Mesoraca
1174689f8b
Refactoring
2023-11-09 17:25:20 +01:00
Salvatore Mesoraca
b8e478195f
Simplify code
2023-11-09 17:25:19 +01:00
Salvatore Mesoraca
503f96b6bc
Fix tests
2023-11-09 17:25:19 +01:00
Salvatore Mesoraca
52e49f4ce3
Add explanatory comments
2023-11-09 17:25:19 +01:00
Salvatore Mesoraca
45e4e122fe
Update src/Common/NamedCollections/NamedCollections.cpp
...
Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
2023-11-09 17:25:19 +01:00
Salvatore Mesoraca
7d206cbc3c
NamedCollections: prevent fields overriding in functions call
...
Add syntax in SQL and XML to mark specific fields to allow
override or not.
Also add a new setting to control the default behaviour when
overriding support is not specified.
2023-11-09 17:25:16 +01:00