alexey-milovidov
|
41ed8aab59
|
Merge pull request #23459 from CurtizJ/fix-replacing
Fix corner cases in vertical merges with ReplacingMergeTree
|
2021-04-24 03:30:44 +03:00 |
|
alexey-milovidov
|
ca230224cf
|
Merge pull request #23549 from vdimir/issue-17718
Remove clashed columns from totals for StorageJoin
|
2021-04-24 03:19:00 +03:00 |
|
vdimir
|
9460989721
|
Remove clashed columns from totals for StorageJoin
|
2021-04-23 15:37:05 +03:00 |
|
Alexander Kuzmenkov
|
1fe3fd864e
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2021-04-23 10:41:35 +03:00 |
|
Alexander Kuzmenkov
|
ce0a58f86f
|
ignore empty input chunks generated by joins
|
2021-04-23 10:37:47 +03:00 |
|
Kseniia Sumarokova
|
566db34cca
|
Merge pull request #23452 from kssenii/rabbitmq-allow-multiple-hosts
Allow rabbitmq vhost in table settings
|
2021-04-23 01:29:55 +03:00 |
|
Anton Popov
|
3016bda264
|
add 'stop merges' to test
|
2021-04-23 00:54:45 +03:00 |
|
Maksim Kita
|
2b822d896d
|
Merge pull request #23501 from kitaisreal/join-to-subqueries-columns-matcher-fix
JoinToSubqueriesVisitor ASTColumnsMatcher fix
|
2021-04-23 00:24:53 +03:00 |
|
Maksim Kita
|
f27002b1be
|
Merge pull request #23483 from hexiaoting/dev_alter_bugfix
Fix bug when modify column without type
|
2021-04-23 00:24:36 +03:00 |
|
Anton Popov
|
5b5030a888
|
update test
|
2021-04-22 21:46:28 +03:00 |
|
alexey-milovidov
|
f00f4728a6
|
Merge pull request #23469 from ClickHouse/fix-perf-test-3
Fix error in perf test
|
2021-04-22 17:08:20 +03:00 |
|
Maksim Kita
|
8fde34fc52
|
Updated tests
|
2021-04-22 16:23:42 +03:00 |
|
Maksim Kita
|
ceaf6d57b7
|
Merge pull request #23393 from ClickHouse/revert-17359
Revert argMin/Max for single Tuple argument.
|
2021-04-22 13:32:04 +03:00 |
|
Maksim Kita
|
44393ea78b
|
Merge pull request #23484 from hexiaoting/dev_add_tests
Add testcases for arrayElement
|
2021-04-22 13:24:22 +03:00 |
|
Maksim Kita
|
86ffa9fcfa
|
JoinToSubqueriesVisitor ASTColumnsMatcher fix
|
2021-04-22 13:14:35 +03:00 |
|
Kruglov Pavel
|
f125db243e
|
Merge pull request #23437 from rf/rf/deltasum-condition-fix
`deltaSum` aggregate function counter reset bugfix & test
|
2021-04-22 10:37:41 +03:00 |
|
mergify[bot]
|
29b605b4ea
|
Merge branch 'master' into rabbitmq-allow-multiple-hosts
|
2021-04-22 07:32:43 +00:00 |
|
hexiaoting
|
899d88459a
|
Add testcases for arrayElement
|
2021-04-22 15:13:46 +08:00 |
|
hexiaoting
|
d24946f475
|
Fix bug when modify column without type
|
2021-04-22 14:48:57 +08:00 |
|
Alexey Milovidov
|
2134a4f4c1
|
Fix error in perf test
|
2021-04-22 08:43:20 +03:00 |
|
alexey-milovidov
|
3df3acc970
|
Merge pull request #23458 from kitaisreal/system-dictionaries-virtual-key-column
System dictionaries virtual key column
|
2021-04-22 08:42:15 +03:00 |
|
alexey-milovidov
|
8134c270a2
|
Merge pull request #23456 from kitaisreal/cast-to-array-from-empty-array
Cast to array from empty array
|
2021-04-22 08:41:35 +03:00 |
|
alexey-milovidov
|
1fcf198cec
|
Merge pull request #23415 from godliness/fix-kafka-with-arrow
Fix kafka storage does not work with arrow and arrowstream format messages
|
2021-04-22 04:59:31 +03:00 |
|
Alexey Milovidov
|
43375e525e
|
Fix test
|
2021-04-22 04:27:27 +03:00 |
|
Anton Popov
|
3548e31afd
|
fix corner cases in vertical merges with ReplacingMergeTree
|
2021-04-22 01:27:18 +03:00 |
|
alexey-milovidov
|
e3af501de2
|
Update regression.py
|
2021-04-22 01:17:26 +03:00 |
|
Maksim Kita
|
7168b3a04c
|
Table system.dictionaries added virtual key column
|
2021-04-22 01:16:03 +03:00 |
|
Vitaliy Zakaznikov
|
5942e293f1
|
Crossing out failing map type tests.
|
2021-04-21 16:29:41 -04:00 |
|
Vitaliy Zakaznikov
|
279d33d71b
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into testflows_map_type_tests
|
2021-04-21 13:49:36 -04:00 |
|
Maksim Kita
|
631d870ae3
|
Cast to array from empty array
|
2021-04-21 20:29:49 +03:00 |
|
kssenii
|
2e6c753add
|
Allow separate vhost for each table
|
2021-04-21 15:51:05 +00:00 |
|
Russ Frank
|
822fc9b110
|
deltasum counter reset bugfix & test
|
2021-04-21 09:52:53 -04:00 |
|
Nikita Mikhaylov
|
d4e8f9676b
|
Merge pull request #21304 from amosbird/indexhint
Resurrect indexHint function.
|
2021-04-21 16:14:43 +03:00 |
|
mergify[bot]
|
7da7279390
|
Merge branch 'master' into fix_create_drop_replica_race
|
2021-04-21 13:03:29 +00:00 |
|
alexey-milovidov
|
20a5fed53e
|
Merge pull request #23392 from ClickHouse/fix-4854
Keep default timezone on DateTime operations if it was not provided explicitly #4854
|
2021-04-21 15:00:59 +03:00 |
|
alexey-milovidov
|
9c649932bc
|
Merge pull request #23375 from ClickHouse/fix-read-in-order-with-collation
Fix read in order optimization of COLLATE is present #22379
|
2021-04-21 15:00:02 +03:00 |
|
Alexey Milovidov
|
a8da1b5e40
|
The annoying Arcadia
|
2021-04-21 14:59:49 +03:00 |
|
Chao Ma
|
713eb9486c
|
Fix kafka storage does not work with arrow and arrowstream format messages
|
2021-04-21 19:44:09 +08:00 |
|
Maksim Kita
|
71c27a4dc0
|
Merge pull request #23378 from ClickHouse/add-test-2582
Add test for #2582
|
2021-04-21 13:36:19 +03:00 |
|
Maksim Kita
|
20b1930ee2
|
Merge pull request #23379 from ClickHouse/add-test-1647
Add test for #1647
|
2021-04-21 13:34:27 +03:00 |
|
Nikolai Kochetov
|
44112587d4
|
Merge pull request #23309 from ClickHouse/try-fix-crash-with-unknown-packet
Fix crash in case of unknown packet
|
2021-04-21 08:47:17 +03:00 |
|
Nikolai Kochetov
|
9ec6fd1943
|
Merge pull request #23359 from ClickHouse/try-fix-23029
Fix #23029
|
2021-04-21 08:46:21 +03:00 |
|
Maksim Kita
|
02515ff0a4
|
Merge pull request #23191 from kitaisreal/use-local-shard-if-no-remote-connections
Updated QueryAliasVisitor to prefer alias for aliases like _subquery
|
2021-04-21 00:58:47 +03:00 |
|
Alexey Milovidov
|
579ae270ce
|
Return test
|
2021-04-21 00:58:33 +03:00 |
|
Alexey Milovidov
|
502bc3575c
|
Revert #17359
|
2021-04-21 00:22:29 +03:00 |
|
Alexey Milovidov
|
416efbacbb
|
Keep default timezone on DateTime operations if it was not provided explicitly #4854
|
2021-04-21 00:08:06 +03:00 |
|
Alexey Milovidov
|
c7e20282f5
|
Add test for #1647
|
2021-04-20 22:28:20 +03:00 |
|
Alexey Milovidov
|
c661ffd763
|
Add test for #2582
|
2021-04-20 22:21:15 +03:00 |
|
Kseniia Sumarokova
|
f9291d7624
|
Merge branch 'master' into fix-hdfs-virtual-columns
|
2021-04-20 22:01:32 +03:00 |
|
alexey-milovidov
|
4c1022ac03
|
Merge pull request #23318 from kssenii/fix-hdfs-with-spaces
Fix hdfs reading from files with spaces
|
2021-04-20 21:48:41 +03:00 |
|