Commit Graph

128334 Commits

Author SHA1 Message Date
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
45146d14d3 sumMap: simplification (one lookup instead of two) 2023-11-10 02:24:18 +01:00
Alexey Milovidov
0e9b418341 Simplify uniqCombined 2023-11-10 02:05:35 +01:00
Alexey Milovidov
b0df9e2c97 Fix test 2023-11-10 01:34:21 +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
Alexey Milovidov
d86c5ba28b Better warning message 2023-11-09 23:37:18 +01:00
Alexey Milovidov
02035d9b90 Remove useless using 2023-11-09 23:37:00 +01:00
Alexey Milovidov
cc39484f7f Merge branch 'master' into system-symbols 2023-11-09 23:05:55 +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
Mike Kot
785183bb3c Keeper reconfig -- sleep before removing leader to avoid losing accepted
but uncommitted commands
2023-11-09 16:22:44 +00:00
kssenii
b141726ad7 Fix for data_type_default_nullable 2023-11-09 17:21:12 +01:00
MikhailBurdukov
c391527c86
Select from system tables when table based on table function. (#55540)
* Select system tables from table function

* disable test in fasttest

* update test

* Using cached_columns in table_functions

* Review changes

* Fix
2023-11-09 16:50:10 +01:00
Nikolai Kochetov
95ee6426ed \Merge branch 'master' into fix-02404_memory_bound_merging-with-analyzer 2023-11-09 15:40:48 +00:00