Vladimir C
|
0422939893
|
Merge pull request #29281 from lingtaolf/bugfix/tupleFilter
|
2021-10-07 12:24:26 +03:00 |
|
Nikolai Kochetov
|
4ab2e2745b
|
Merge pull request #29786 from azat/parallel_view_processing-fix
Fix parallel_view_processing
|
2021-10-07 12:15:26 +03:00 |
|
Vladimir C
|
b02c12b182
|
Merge pull request #23881 from darkkeks/fix-cross-to-inline-join-error-condition
|
2021-10-07 11:09:36 +03:00 |
|
Maksim Kita
|
4ec7311d4d
|
Merge pull request #29738 from kitaisreal/added-function-ngram
Added function ngram
|
2021-10-07 10:21:00 +03:00 |
|
Filatenkov Artur
|
a9e8ba0c00
|
Correct behaviour with unknown methods (#29057)
* correct behaviour with unknown methods
* move check on earlier stage
* add test
* correct filter for handler
* Update HTTPServerConnection.cpp
* remove trying to get params
* correct filter for head requests
* Update HTTPHandlerFactory.h
* Update HTTPHandlerFactory.h
* Trigger Build
|
2021-10-06 14:43:05 +03:00 |
|
Azat Khuzhin
|
ae5570e6d6
|
Improve parallel_view_processing test
|
2021-10-05 22:20:46 +03:00 |
|
Azat Khuzhin
|
20e706766c
|
Forbid Nullable for JSONExtract* (JSONExtract() still supports Nullable)
Only JSONExtract() can support Nullable, others JSONExtract*
(JSONExtractString and similar) does not.
And right now this file is pretty complex already,
so adding support of Nullable for others will make it even more complex.
CI: https://clickhouse-test-reports.s3.yandex.net/29680/d0fc26f91a0141b56a0550741219c3dc43630e03/fuzzer_ubsan/report.html#fail1
|
2021-10-04 21:08:02 +03:00 |
|
Maksim Kita
|
3fe9fdac96
|
Added function ngram
|
2021-10-04 18:53:17 +03:00 |
|
Nikolai Kochetov
|
122d39cbba
|
Fix missing condition in pushed down predicate. (#29625)
|
2021-10-04 17:50:03 +03:00 |
|
Anton Popov
|
362e84a336
|
Merge pull request #29429 from Enmk/Governance/database_comment
Implemented creating databases with comments
|
2021-10-04 15:12:33 +03:00 |
|
Nikolay Degterinsky
|
345ac59f46
|
Merge pull request #29552 from MaxWk/conversion-between-date32-and-datetime64
Support conversion between date32 and datetime64
|
2021-10-04 12:43:56 +03:00 |
|
Maksim Kita
|
25d1588d0a
|
Merge pull request #29666 from kitaisreal/user-defined-executable-functions-added-implicit-cast
UserDefinedExecutableFunctions added implicit cast
|
2021-10-04 10:34:31 +03:00 |
|
Kseniia Sumarokova
|
5ab17d795f
|
Merge pull request #29673 from ClickHouse/url-fix-initialization
Fix initialization of `StorageURLSource`
|
2021-10-04 10:23:52 +03:00 |
|
alexey-milovidov
|
325a01f798
|
Merge pull request #29553 from azat/group-by-with-totals-having-fix
Fix null deference for GROUP BY WITH TOTALS HAVING (when the column from HAVING wasn't selected)
|
2021-10-04 09:25:35 +03:00 |
|
alexey-milovidov
|
d822ba1f3b
|
Merge pull request #25262 from ClickHouse/add-test-21592
Add a test for #21592
|
2021-10-03 12:09:28 +03:00 |
|
alexey-milovidov
|
35ef7266db
|
Merge pull request #25252 from ClickHouse/add-test-24261
Add a test for #24261
|
2021-10-03 12:09:16 +03:00 |
|
alexey-milovidov
|
ac57e057a1
|
Merge pull request #23028 from ClickHouse/cast_to_value_or_default
Merging #21330
|
2021-10-03 11:00:48 +03:00 |
|
Alexey Milovidov
|
345d4bf48c
|
Update test
|
2021-10-03 08:01:51 +03:00 |
|
mergify[bot]
|
644b3ffe38
|
Merge branch 'master' into add-test-24261
|
2021-10-03 04:51:37 +00:00 |
|
mergify[bot]
|
cb65a0a592
|
Merge branch 'master' into add-test-21592
|
2021-10-03 04:51:35 +00:00 |
|
Alexey Milovidov
|
e3e23f0923
|
Add a test
|
2021-10-03 07:49:06 +03:00 |
|
Alexey Milovidov
|
b63b8d5446
|
Add a test
|
2021-10-03 01:02:36 +03:00 |
|
Maksim Kita
|
71ed20f656
|
UserDefinedExecutableFunctions added implicit cast
|
2021-10-02 23:29:09 +03:00 |
|
Anton Popov
|
b64bbb54aa
|
Merge pull request #29203 from CurtizJ/fix-ubsan
Fix integer underflow in function `quantile`
|
2021-10-02 20:36:53 +03:00 |
|
Maksim Kita
|
ad6d143303
|
Merge pull request #29574 from kitaisreal/jit-fix-short-circuit-with-alias
ExpressionJIT fix short-circuit with alias
|
2021-10-01 21:18:31 +03:00 |
|
Maksim Kita
|
a58cc620e9
|
Map get non const key added test
|
2021-10-01 17:54:40 +03:00 |
|
Maksim Kita
|
26b8d4c480
|
Fixed test
|
2021-10-01 17:10:28 +03:00 |
|
vdimir
|
7444d64156
|
Fix for recursive tuples in MergeTreeWhereOptimizer
|
2021-10-01 17:01:03 +03:00 |
|
vdimir
|
23ce41e3bb
|
MergeTreeWhereOptimizer supports constant tuple in both sides of equals
|
2021-10-01 17:01:03 +03:00 |
|
vdimir
|
64ffacd9e0
|
MergeTreeWhereOptimizer::tryAnalyzeTuple, fix fuzz
|
2021-10-01 17:01:02 +03:00 |
|
凌涛
|
f1e4af5a22
|
use force_index_by_date and force_primary_key for tests
|
2021-10-01 17:01:01 +03:00 |
|
凌涛
|
f660224a5f
|
add tests
|
2021-10-01 17:01:01 +03:00 |
|
Vladimir C
|
ec966b7df5
|
Merge pull request #27933 from mathalex/numeric_tuple_functions
|
2021-10-01 16:18:52 +03:00 |
|
vdimir
|
5852329288
|
Check multiple using in CrossToInnerJoinVisitor
|
2021-10-01 14:52:12 +03:00 |
|
Viachaslau Boben
|
5d40471ea3
|
Fix cross to inner join using error
|
2021-10-01 14:52:11 +03:00 |
|
Maksim Kita
|
30220529b7
|
Merge pull request #29573 from ClickHouse/fix_segfault_in_add_database_visitor
Fix nullpointer dereference in AddDefaultDatabaseVisitor
|
2021-10-01 12:44:15 +03:00 |
|
Maksim Kita
|
b8702e613d
|
Fixed tests
|
2021-10-01 12:37:04 +03:00 |
|
alexey-milovidov
|
b29e877f26
|
Merge pull request #29182 from ClickHouse/yandex-to-clickhouse-in-configs
Replace `<yandex>` to `<clickhouse>` in configs and more.
|
2021-10-01 12:24:12 +03:00 |
|
Vasily Nemkov
|
2f16806cd0
|
Implemented creating databases with comments
|
2021-10-01 11:51:26 +03:00 |
|
Nikita Tikhomirov
|
5de80a057f
|
Added EOL to the end of the test file 02041_openssl_hash_functions_test.
|
2021-10-01 07:37:59 +03:00 |
|
Nikita Tikhomirov
|
cb7e373bfe
|
Disable fasttest for 02041_openssl_hash_functions_test test.
|
2021-10-01 07:22:20 +03:00 |
|
Nikita Tikhomirov
|
a49d4d3092
|
Added tests for OpenSSL hash functions.
|
2021-10-01 06:23:35 +03:00 |
|
Alexey Milovidov
|
4271f8c738
|
Merge remote-tracking branch 'origin/master' into yandex-to-clickhouse-in-configs
|
2021-10-01 01:33:58 +03:00 |
|
Maksim Kita
|
42e37f4fad
|
Added test
|
2021-09-30 21:20:15 +03:00 |
|
Kseniia Sumarokova
|
3457868f3d
|
Merge pull request #26231 from kssenii/interactive-mode-for-clickhouse-local
clickhouse-local interactive mode, merge clickhouse-client and clickhouse-local code
|
2021-09-30 19:31:34 +03:00 |
|
alesapin
|
f31c35de48
|
Fix nullpointer dereference in AddDefaultDatabaseVisitor
|
2021-09-30 18:56:55 +03:00 |
|
Alexey Milovidov
|
551c52c236
|
Merge remote-tracking branch 'origin/master' into yandex-to-clickhouse-in-configs
|
2021-09-30 17:45:14 +03:00 |
|
Nikolai Kochetov
|
bc91d7ea60
|
Fix crash.
|
2021-09-30 16:48:04 +03:00 |
|
Maksim Kita
|
6077d2e1c7
|
Fixed test with dictGet without database name as column default value
|
2021-09-30 16:19:20 +03:00 |
|
vdimir
|
4acd8f3147
|
Do not add extra parentheses for tuple negate unary operator
|
2021-09-30 13:47:29 +03:00 |
|