Raúl Marín
beb99a344f
Tests
2022-01-26 17:36:45 +01:00
Raúl Marín
e77fc9e9be
Comment
2022-01-26 17:36:45 +01:00
Raúl Marín
6b08865604
WIP tests
2022-01-26 17:36:45 +01:00
Raúl Marín
444a8e2519
Minimize changes, improve scalar subquery for MVs
2022-01-26 17:36:45 +01:00
Raúl Marín
4b5ab80e3b
Better scalar cache handling
...
- Fixes global CTE scalar cache.
- Adds MVs back (views dependent on the source are cached locally and others globally
2022-01-26 17:36:45 +01:00
Mikhail f. Shiryaev
662444fe13
Merge pull request #33963 from pkit/fix_chown_squash
...
docker: fix root squashed data dirs
2022-01-26 16:13:38 +01:00
alesapin
289a51b61d
Merge pull request #33905 from zhongyuankai/fix_same_disk_path
...
Fix disk using the same path
2022-01-26 17:38:08 +03:00
Constantine Peresypkin
f5787ff0a9
docker: fix root squashed data dirs
...
if we use some root squashed volume mappings in docker
uid=0 is actually uid=nobody
thus FS operations with uid=0 will fail miserably
and overall it's a strange idea to create dirs under root when
DO_NOT_CHOWN is in effect...
2022-01-26 14:29:27 +02:00
Kruglov Pavel
662ea9d024
Merge pull request #33927 from kitaisreal/range-hashed-dictionary-refactoring
...
RangeHashedDictionary refactoring
2022-01-26 15:26:57 +03:00
tavplubix
9e91a9dfd1
Merge pull request #33429 from zzsmdfj/MaterializeMySQL_support_set_and_other_dataType
...
MaterializeMySQL support SET YEAR TIME GEOMETRY dataType
2022-01-26 11:29:46 +03:00
alesapin
677a7f1133
Merge pull request #33990 from ClickHouse/cancel-lambda
...
Cancel lambda
2022-01-26 10:51:21 +03:00
Maksim Kita
43604a2e8f
Fixed tests
2022-01-25 21:56:29 +00:00
Maksim Kita
bf768a94e8
Merge pull request #33971 from Avogar/fix-ipv6
...
Fix parsing IPv6 from query parameter and fix IPv6 to string conversion
2022-01-25 22:45:11 +01:00
Maksim Kita
2c7a5e4d4e
Merge pull request #33967 from cnmade/PF202201250933
...
Translate to zh: use-case/time-serial: remove bak file
2022-01-25 22:24:23 +01:00
alesapin
0105f7e0bc
Merge pull request #33988 from ClickHouse/keeper_and_access
...
Fix clickhouse server start when replicated access storage depend on keeper
2022-01-25 22:54:43 +03:00
alexey-milovidov
0d6032f0fe
Merge pull request #33962 from ClickHouse/cpp-expr-script
...
add c++expr script for C++ one-liners
2022-01-25 22:50:18 +03:00
mergify[bot]
00d728a9d2
Merge branch 'master' into PF202201250933
2022-01-25 18:56:50 +00:00
Mikhail f. Shiryaev
62ddfbe4ab
Use workflow names instead of ID
2022-01-25 18:32:13 +01:00
Mikhail f. Shiryaev
604af8d3b8
Apply black to cancel lambda
2022-01-25 18:28:17 +01:00
Maksim Kita
0cc8b9462b
Merge pull request #33977 from vitlibar/fix-checking-access-for-system-command
...
Fix checking access for the SYSTEM command.
2022-01-25 17:07:36 +01:00
tavplubix
9f1da9b8b8
Update MaterializedMySQLSyncThread.cpp
2022-01-25 17:25:34 +03:00
Maksim Kita
4507f883e6
Merge pull request #33976 from azat/fix-00985_merge_stack_overflow
...
Disable parallel run for 00985_merge_stack_overflow
2022-01-25 15:12:47 +01:00
tavplubix
35534a4b92
Update Types.h
2022-01-25 16:42:55 +03:00
alesapin
b8c6481d4c
Fix clickhouse server start when replicated access storage depend on keeper
2022-01-25 16:40:12 +03:00
Vitaly Baranov
cc38fe3fb6
Fix checking access for the SYSTEM command.
2022-01-25 18:54:59 +07:00
Ilya Yatsishin
fe84167c99
Merge pull request #33983 from ClickHouse/docker-green-on-retry
...
Fix dependencies tree for docker image check
2022-01-25 14:43:00 +03:00
Kruglov Pavel
1b19139f74
Merge pull request #31862 from Avogar/fix-lz4
...
Try to fix lz4 compression
2022-01-25 14:34:45 +03:00
Maksim Kita
702ad6e2c8
Merge pull request #33966 from battle-test/patch-2
...
Removed line break for correct table display
2022-01-25 12:20:14 +01:00
Maksim Kita
ca77f652e2
Fixed style check
2022-01-25 11:13:37 +00:00
Maksim Kita
d9e079da4e
Added tests
2022-01-25 11:13:37 +00:00
Maksim Kita
e27332ce10
RangeHashedDictionary added options range_lookup_strategy, convert_null_range_bound_to_open
2022-01-25 11:13:37 +00:00
Maksim Kita
4e7e67e330
Fixed tests
2022-01-25 11:13:37 +00:00
Maksim Kita
c72f7f2147
RangeHashedDictionary added support for range values that extend Int64 type
2022-01-25 11:13:37 +00:00
Maksim Kita
bcbd956b83
RangeHashedDictionary change layout structure
2022-01-25 11:13:37 +00:00
Mikhail f. Shiryaev
fb908a31e2
Fix dependencies tree for docker image check
2022-01-25 12:09:10 +01:00
Filatenkov Artur
a30c3d1772
Merge pull request #31645 from karnevil13/karnevil-DOCSUP-18631
...
* DOCSUP-18631: Edit and translate
2022-01-25 14:02:51 +03:00
Azat Khuzhin
7111f411df
check-style: ignore comments for currentDatabase() check
...
Inaccurate, but should OK for check-style scripts.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-01-25 13:16:45 +03:00
Azat Khuzhin
922b758298
Disable parallel run for 00985_merge_stack_overflow
...
Since parallel queries to system.columns may fail with
TOO_DEEP_RECURSION too.
CI: https://s3.amazonaws.com/clickhouse-test-reports/33201/0013a2fdee26fc11a34ebffaf10f69d7cfff9b3a/fast_test__actions_.html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-01-25 12:54:43 +03:00
Kruglov Pavel
ed43abbaeb
Update FunctionsConversion.h
2022-01-25 12:32:21 +03:00
Kruglov Pavel
9f12f4af13
Merge pull request #33302 from Avogar/formats-with-suffixes
...
Allow to create new files on insert for File/S3/HDFS engines
2022-01-25 10:56:15 +03:00
avogar
ab49472155
Add comment
2022-01-25 10:10:04 +03:00
avogar
ad01d68f36
Fix parsing IPv6 from query parameter and fix IPv6 to string conversion
2022-01-25 10:09:17 +03:00
cnmade
06f22dda6e
Translate to zh: use-case/time-serial: remove bak file
2022-01-25 09:41:37 +08:00
cnmade
405715374d
Translate to zh: use-case/time-serial: translate to zh
2022-01-25 09:40:47 +08:00
cnmade
fadd2a3750
Translate to zh: use-case/time-serial: import old document
2022-01-25 09:38:56 +08:00
cnmade
a9290e6768
Translate to zh: use-case/time-serial: move old time-series.md to bak
2022-01-25 09:38:05 +08:00
Maksim Kita
b9fb741c79
Merge pull request #33930 from cnmade/PF202201240930
...
Translate zh/faq/general/columnar-database: translate to zh
2022-01-24 23:53:43 +01:00
Maksim Kita
c1db61b4ed
Merge pull request #33946 from azat/build-cleanup
...
Remove MAKE_STATIC_LIBRARIES (in favor of USE_STATIC_LIBRARIES)
2022-01-24 23:42:04 +01:00
Nikita
d6147f7105
Removed line break for correct table display
...
https://clickhouse.com/docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts-dict-structure/#ext_dict_structure-attributes
2022-01-25 01:29:39 +03:00
Sergei Trifonov
990fd2b0aa
add c++expr script for C++ one-liners
2022-01-24 22:16:47 +03:00