Commit Graph

14951 Commits

Author SHA1 Message Date
kssenii
690db142b9 Better 2022-01-23 02:12:33 +03:00
Kseniia Sumarokova
2c43e4eb57
Merge branch 'master' into local-cache-for-remote-fs 2022-01-22 22:53:55 +03:00
Anton Popov
6861adadcf
Merge pull request #33637 from azat/fix-optimize_aggregation_in_order
RFC: Fix "Chunk should have AggregatedChunkInfo in GroupingAggregatedTransform"
2022-01-22 19:05:39 +03:00
alexey-milovidov
d7a63dfda6
Merge pull request #33677 from ucasfl/fix-sumif
Fix sumIf rewrite
2022-01-22 17:12:13 +03:00
Vitaly Baranov
539b4f9b23
Merge pull request #33575 from vitlibar/fix-testflows
Fix testflows tests
2022-01-22 18:59:05 +07:00
Vitaly Baranov
4c2f190ed5 Fix the order of destruction: a table which is used as a source for a dictionary
should be destroyed after destroying the dictionary.
2022-01-22 18:55:07 +07:00
Vitaly Baranov
4ae0f0a673 Revert changes related to clickhouse_version in regression.py 2022-01-22 18:55:07 +07:00
Vitaly Baranov
14a32ba584 Apply a patch made by Vitaly Zakaznikov. 2022-01-22 18:55:07 +07:00
Vitaly Baranov
77774cd1bd Add comments about other tests which should be fixed. 2022-01-22 18:55:07 +07:00
Vitaly Baranov
291600b565 Fix running kerberos tests. 2022-01-22 18:55:07 +07:00
Vitaly Baranov
04a05777c9 Enable RBAC and LDAP tests. 2022-01-22 18:55:07 +07:00
Vitaly Baranov
5ab39fcece Fix ldap tests because ClickHouse changed the format of error messages. 2022-01-22 18:55:07 +07:00
Vitaly Baranov
27625bfd47 Replace calls of run_scenario() and pool.apply_async() because Testflows has upgraded to 1.7.20.
See also https://github.com/ClickHouse/ClickHouse/pull/27040
2022-01-22 18:55:07 +07:00
Vitaly Baranov
5d0e8eb500 Fix tests after changing error message when one tries to grant a nonexistent role to nonexistent user (https://github.com/ClickHouse/ClickHouse/pull/27701). 2022-01-22 18:55:07 +07:00
Maksim Kita
4100512818
Merge pull request #33621 from bharatnc/ncb/h3-misc-funcs
add h3 misc functions - part 2
2022-01-22 12:20:06 +01:00
Maksim Kita
1bc3f086b1
Merge pull request #33889 from kitaisreal/sql-user-defined-functions-invalid-lambda-crash-fix
SQLUserDefinedFunctions invalid lambda additional fixes
2022-01-22 12:09:42 +01:00
Mikhail f. Shiryaev
13f7f56c5b
Merge pull request #33342 from JaySon-Huang/get_cpu_cores_under_cgroup
Fix cpu count with cgroup limits
2022-01-22 11:32:08 +01:00
alexey-milovidov
8cabd373e1
Merge pull request #32170 from FrankChen021/hex
Allows hex() to work on type of UUID
2022-01-22 13:03:22 +03:00
alexey-milovidov
844d5e59d3
Merge pull request #33880 from qoega/integration-stable-postgesql
Improve postgresql integration test
2022-01-22 12:57:46 +03:00
alexey-milovidov
97e5e71a35
Merge pull request #33872 from ClickHouse/fix_rerun_perf_tests
Fix perf comparison rerun
2022-01-22 10:40:27 +03:00
alexey-milovidov
a58432142c
Merge pull request #33830 from Avogar/json-each-row
Fix schema inference for JSONEachRow and JSONCompactEachRow
2022-01-22 10:37:28 +03:00
mergify[bot]
7734f9d629
Merge branch 'master' into fix-sumif 2022-01-22 06:08:47 +00:00
Maksim Kita
3a252cd3a0 Updated tests 2022-01-21 20:49:42 +00:00
Maksim Kita
1b5a67517b
Merge pull request #33870 from kitaisreal/dictionary-attach-detach-added-test
Dictionary ATTACH, DETACH added test
2022-01-21 20:17:04 +01:00
alexey-milovidov
43f2e2c178
Merge pull request #33849 from CurtizJ/fix-sparse-columns
Fix sparse columns
2022-01-21 21:13:02 +03:00
Yatsishin Ilya
23cb226904 fixes 2022-01-21 17:03:48 +00:00
Kruglov Pavel
7116572702
Merge pull request #33829 from Avogar/autodetect-format
Add format autodetect in clickhouse-local
2022-01-21 18:58:49 +03:00
alesapin
4b93607343 Fix perf comparison 2022-01-21 18:40:03 +03:00
Maksim Kita
330987a64b
Merge pull request #33868 from kitaisreal/sql-user-defined-functions-invalid-lambda-crash-fix
SQLUserDefinedFunctions invalid lambda crash fix
2022-01-21 16:23:12 +01:00
Maksim Kita
d6bb5c1239 Dictionary ATTACH, DETACH added test 2022-01-21 14:41:53 +00:00
Maksim Kita
3b24c39294 SQLUserDefinedFunctions invalid lambda crash fix 2022-01-21 14:33:57 +00:00
Maksim Kita
9b3a36a420
Merge pull request #33846 from ClickHouse/Avogar-patch-1
Fix DESCRIBE TABLE query formatting
2022-01-21 15:28:05 +01:00
Nikolai Kochetov
012453e212
Merge pull request #33588 from alexeypavlenko/fix_nested_default
Fix default value generation for columns with dot
2022-01-21 17:19:42 +03:00
JaySon-Huang
d71a31ba4b Fix typo
Signed-off-by: JaySon-Huang <tshent@qq.com>
2022-01-21 21:03:23 +08:00
JaySon-Huang
f01776d0af Add integration test
Signed-off-by: JaySon-Huang <tshent@qq.com>
2022-01-21 21:03:23 +08:00
Mikhail f. Shiryaev
ee6e69323b
Merge pull request #33789 from ClickHouse/approve-workflows-by-name
Use workflow names in approve lambda
2022-01-21 13:50:17 +01:00
Kruglov Pavel
daba57a933
Merge pull request #33737 from Avogar/bool-type
Some improvements and fixes for Bool data type
2022-01-21 15:24:58 +03:00
avogar
12d20eb8be Fix tests 2022-01-21 15:19:57 +03:00
Kruglov Pavel
bae0898c8c
Update 02182_json_each_row_schema_inference.sh 2022-01-21 15:15:57 +03:00
avogar
5997ace03b Add test 2022-01-21 15:12:42 +03:00
Maksim Kita
ace483fb5b
Merge pull request #33769 from bharatnc/ncb/degrees-radians-funcs
add DEGREES and RADIANS funcs
2022-01-21 11:50:11 +01:00
Maksim Kita
548a7bccee
Merge pull request #33804 from CurtizJ/redis-pool
Use connection pool for redis dictionary
2022-01-21 11:40:35 +01:00
bharatnc
3342c64110 Merge remote-tracking branch 'upstream/master' into ncb/h3-misc-funcs 2022-01-20 20:21:56 -08:00
mergify[bot]
8e7b26bae0
Merge branch 'master' into ncb/degrees-radians-funcs 2022-01-20 22:30:27 +00:00
Anton Popov
558eb7ea73 fix sparse columns 2022-01-21 00:06:32 +03:00
Maksim Kita
56a54af27b
Merge pull request #33833 from amosbird/keyconditionfix
Fix KeyCondition with no common types
2022-01-20 20:31:27 +01:00
Maksim Kita
b2d95f6750
Merge pull request #33831 from kitaisreal/dictionaries-added-date32-type-support
Dictionaries added Date32 type support
2022-01-20 19:04:46 +01:00
mergify[bot]
2eab179a0d
Merge branch 'master' into json-each-row 2022-01-20 17:32:28 +00:00
Maksim Kita
502c1637d5
Merge pull request #33827 from kitaisreal/range-hashed-dictionary-handle-invalid-intervals
RangeHashedDictionary handle invalid intervals
2022-01-20 17:16:49 +01:00
tavplubix
41ee114abb
Merge pull request #33819 from bigo-sg/optimize_explain_create_function
Support explain create function query
2022-01-20 19:07:43 +03:00