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
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
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
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
Robert Schulze
f5786cf417
Merge remote-tracking branch 'rschu1ze/master' into parallel-submodules
2023-11-09 15:10:23 +00:00
kssenii
41a880e57c
Review fix
2023-11-09 16:03:51 +01:00
Kseniia Sumarokova
bc25839be8
Merge pull request #56518 from ClickHouse/vitlibar-fix-compilation-backups-worker
...
Fix compilation of BackupsWorker.cpp
2023-11-09 15:58:51 +01:00
Kseniia Sumarokova
d91d68d9cc
Merge branch 'master' into vitlibar-fix-compilation-backups-worker
2023-11-09 15:37:14 +01:00
Robert Schulze
44d5617325
12.7% more aesthetic
2023-11-09 14:25:59 +00:00
Mikhail f. Shiryaev
a807a80d1e
Merge pull request #56385 from ClickHouse/modules-actions
...
Rewrite jobs to use callable workflow
2023-11-09 15:19:58 +01:00
Vitaly Baranov
e48d9f18a8
Update BackupsWorker.cpp
2023-11-09 15:01:25 +01:00
Sema Checherinda
ceb3a8154a
Merge pull request #56475 from CheSema/complete-mp-404
...
recheck 404 response for complete multipart upload
2023-11-09 14:58:57 +01:00
Nikolai Kochetov
c643069b0d
Merge pull request #54905 from nickitat/fix_key_analysis_merge_engine
...
Fix key analysis (with set) for `Merge` engine
2023-11-09 14:52:54 +01:00
Kseniia Sumarokova
49f9b6d340
Merge pull request #56260 from joelynch/delta-lake-repeated-add
...
deltalake: Do not raise errors when processing add and remove actions
2023-11-09 13:15:31 +01:00
Kseniia Sumarokova
0760e69e54
Merge pull request #56312 from ClickHouse/parallelize-backup-entries-collector
...
Parallelize `BackupEntriesCollector`
2023-11-09 13:07:48 +01:00
Kseniia Sumarokova
b05a66b9b5
Update test.py
2023-11-09 13:04:46 +01:00
Kseniia Sumarokova
a9d8e4170f
Merge pull request #56387 from ClickHouse/fix-backup-of-mv-with-no-inner-table
...
Allow backup of mat view with dropped inner table instead of failing the backup
2023-11-09 13:02:41 +01:00