Maksim Kita
|
bd499e5b7d
|
Dictionary Array nested Map added test
|
2021-09-27 17:44:34 +03:00 |
|
Nikita Mikhaylov
|
3741b8a17e
|
Merge pull request #29337 from amosbird/projection-fix18
Fix projection merges and mutations.
|
2021-09-27 13:45:13 +03:00 |
|
alexey-milovidov
|
5a7f30171a
|
Merge pull request #29355 from ClickHouse/remove-trash-db-regexp
Fix assert in table function `merge` with database regexp
|
2021-09-27 05:50:13 +03:00 |
|
alexey-milovidov
|
319e0c1f91
|
Merge pull request #29229 from azat/send-UNKNOWN_DATABASE-to-client
Send UNKNOWN_DATABASE to the client (via TCP)
|
2021-09-27 02:46:01 +03:00 |
|
Alexey Milovidov
|
8493b014cd
|
Improve test
|
2021-09-27 02:16:58 +03:00 |
|
Alexey Milovidov
|
16f0f0af7f
|
Merge remote-tracking branch 'origin/master' into remove-trash-db-regexp
|
2021-09-27 02:12:13 +03:00 |
|
alexey-milovidov
|
1c1e2e6b28
|
Merge pull request #29289 from vdimir/issue-29227-rocksdb-truncate
Fix race in StorageSystemRocksDB
|
2021-09-27 01:55:07 +03:00 |
|
Azat Khuzhin
|
b3d1bfc67a
|
Send UNKNOWN_DATABASE to the client (via TCP)
Before this patch:
$ clickhouse-client --database foo -q 'select 1'
Code: 32. DB::Exception: Attempt to read after eof: while receiving packet from localhost:9000. (ATTEMPT_TO_READ_AFTER_EOF)
After:
$ clickhouse-client --database foo -q 'select 1'
Received exception from server (version 21.11.1):
Code: 81. DB::Exception: Received from localhost:9000. DB::Exception: Database foo doesn't exist. (UNKNOWN_DATABASE)
(query: select 1)
Fixes: #26864 (cc @vitlibar)
|
2021-09-26 23:45:29 +03:00 |
|
alexey-milovidov
|
aa48698613
|
Merge pull request #29368 from bharatnc/ncb/fix-name-h3isResClassIII
Fix H3 function name (h3ResIsClassIII to h3IsResClassIII)
|
2021-09-26 20:36:36 +03:00 |
|
Anton Popov
|
01757a85a7
|
temporarily fix tests
|
2021-09-26 14:59:39 +03:00 |
|
Anton Popov
|
332a2ac990
|
temporarily fix tests
|
2021-09-26 14:58:55 +03:00 |
|
alexey-milovidov
|
07eef92c16
|
Merge pull request #29364 from azat/benchmark-fix-query_id
Pass through initial query_id for clickhouse-benchmark
|
2021-09-26 03:27:27 +03:00 |
|
mergify[bot]
|
15e5204a7c
|
Merge branch 'master' into issue-29227-rocksdb-truncate
|
2021-09-26 00:10:30 +00:00 |
|
bharatnc
|
cd17849607
|
fix test - rename reference file
|
2021-09-25 13:11:23 -07:00 |
|
bharatnc
|
59dfc87113
|
Merge remote-tracking branch 'upstream/master' into ncb/fix-name-h3isResClassIII
|
2021-09-25 10:19:00 -07:00 |
|
bharatnc
|
79473f2edc
|
Fix tests
|
2021-09-25 10:13:42 -07:00 |
|
alexey-milovidov
|
87d9506bb0
|
Merge pull request #29348 from ClickHouse/remove-nth-value
Remove window function 'nth_value'
|
2021-09-25 19:43:02 +03:00 |
|
Azat Khuzhin
|
fb584715e1
|
Pass through initial query_id for clickhouse-benchmark
|
2021-09-25 18:05:55 +03:00 |
|
Amos Bird
|
3022092a36
|
Make long test no parallel
|
2021-09-25 16:16:43 +08:00 |
|
Kseniia Sumarokova
|
9f1dea9acb
|
Merge pull request #29325 from lingtaolf/feature/add-query-option
Clickhouse-format support option '--query'
|
2021-09-25 11:02:23 +03:00 |
|
Alexey Milovidov
|
fe44be522e
|
Fix assert in table function merge with database regexp
|
2021-09-25 05:48:24 +03:00 |
|
Alexey Milovidov
|
06fc466438
|
Remove window function 'nth_value'
|
2021-09-25 04:39:38 +03:00 |
|
Maksim Kita
|
830eae6d1f
|
Merge pull request #29310 from kitaisreal/parser-number-binary-literal-update
Parser number binary literal update
|
2021-09-25 01:35:22 +03:00 |
|
凌涛
|
08983e432b
|
clickhouse-format support option --query
|
2021-09-25 00:34:33 +08:00 |
|
Amos Bird
|
23d3d894e6
|
Fix projection merges and mutations.
|
2021-09-24 22:45:50 +08:00 |
|
Vladimir C
|
908ae1dc12
|
Merge pull request #29075 from vdimir/quantile-overflow
|
2021-09-24 15:03:15 +03:00 |
|
vdimir
|
152942aedf
|
Update 02029_quantile_sanitizer.sql
|
2021-09-24 13:08:46 +03:00 |
|
vdimir
|
241e66cd2d
|
Add new test 02029_quantile_sanitizer, restore 01779_quantile_deterministic_msan
|
2021-09-24 13:08:46 +03:00 |
|
vdimir
|
58a756da9e
|
Handle overflow in quantileTDigest
|
2021-09-24 13:08:45 +03:00 |
|
Nikolai Kochetov
|
e617aeb7a5
|
Merge pull request #29139 from amosbird/projection-fix17
Disable projections when ARRAY JOIN is used.
|
2021-09-24 11:15:23 +03:00 |
|
bharatnc
|
52289fa41e
|
Merge remote-tracking branch 'upstream/master' into ncb/complete-h3-inspection-funcs
|
2021-09-23 14:51:13 -07:00 |
|
Maksim Kita
|
5047e1a452
|
Parser number binary literal update
|
2021-09-24 00:35:41 +03:00 |
|
Maksim Kita
|
1ebb49d939
|
Revert parse number binary literal
|
2021-09-24 00:23:15 +03:00 |
|
bharatnc
|
de65461158
|
Merge remote-tracking branch 'upstream/master' into ncb/complete-h3-inspection-funcs
|
2021-09-23 13:44:36 -07:00 |
|
Maksim Kita
|
d766fc47c4
|
Updated tests
|
2021-09-23 20:54:35 +03:00 |
|
bharatnc
|
f02d81be24
|
Merge remote-tracking branch 'upstream/master' into ncb/complete-h3-inspection-funcs
|
2021-09-23 08:59:39 -07:00 |
|
vdimir
|
9af2e4891d
|
Cleanup test rocksdb_race_long.sh
|
2021-09-23 16:19:39 +03:00 |
|
vdimir
|
1bb48cbe72
|
Add test for segfault in StorageEmbeddedRocksDB, issue #29227
|
2021-09-23 13:54:12 +03:00 |
|
Kruglov Pavel
|
6461391387
|
Merge pull request #29077 from Avogar/fix-msgpack
Improve MsgPack input/output format
|
2021-09-23 12:46:36 +03:00 |
|
Maksim Kita
|
0341b99c69
|
Merge pull request #29280 from kitaisreal/full-text-bloom-filter-added-support-for-array-data-type
FullText bloom filter index added support for Array data type
|
2021-09-23 12:34:06 +03:00 |
|
Maksim Kita
|
ebbefd49c3
|
FullText bloom filter index added support for Array data type
|
2021-09-23 02:06:54 +03:00 |
|
Maksim Kita
|
d5a7e92b97
|
Bloom filter map added support for has function
|
2021-09-23 01:10:14 +03:00 |
|
Maksim Kita
|
1bf375e2b7
|
Merge pull request #29254 from kitaisreal/map-bloom-filter-index-updated
Updated bloom filter index for map type to work with mapKeys, mapValues functions
|
2021-09-23 00:31:14 +03:00 |
|
Maksim Kita
|
2920e124f3
|
Merge pull request #29267 from kitaisreal/function-has-support-map-type
Function has support map type
|
2021-09-23 00:26:58 +03:00 |
|
Maksim Kita
|
7eca0a1486
|
Merge pull request #29258 from vdimir/fuse-quantileBFloat16Weighted
Add NameQuantileBFloat16Weighted to GatherFunctionQuantileVisitor
|
2021-09-22 20:38:55 +03:00 |
|
Maksim Kita
|
6dc41ad653
|
Fixed tests
|
2021-09-22 20:31:49 +03:00 |
|
Maksim Kita
|
93208fca4b
|
Bloom filter for map data type dded support for IN, mapContains functions
|
2021-09-22 20:25:10 +03:00 |
|
Maksim Kita
|
c73808615b
|
Function has support map type
|
2021-09-22 19:08:08 +03:00 |
|
tavplubix
|
ba82781e11
|
Merge pull request #29061 from ClickHouse/remove_some_trash
Fix `system.distributed_ddl_queue`
|
2021-09-22 16:58:29 +03:00 |
|
vdimir
|
eb1053d931
|
Add NameQuantileBFloat16Weighted to GatherFunctionQuantileVisitor
|
2021-09-22 15:53:39 +03:00 |
|