vdimir
|
435f63f42b
|
Calculate common type for join using in TreeRewriter
Split before_join and converting_join_columns dags
Add more detailed comments for column type conversion for join using
|
2021-02-19 14:28:32 +03:00 |
|
vdimir
|
d15c1a203b
|
Fix TableJoin, upd 01675_join_implicit_cast
|
2021-02-19 14:24:34 +03:00 |
|
vdimir
|
f5b98015a8
|
Fix converting right key type in join using
|
2021-02-19 14:24:33 +03:00 |
|
vdimir
|
4c36cd1737
|
Add converting step for 'join using'
|
2021-02-19 14:24:28 +03:00 |
|
zlx19950903
|
c92e613b82
|
Add a function htmlOrXmlCoarseParse to extract content from html or xml format string. (#19600)
* add html and xml coarse parse
* add test file
* add conditional check: hyperscan
* fix style error
* add conditional check
* bug fix
* delete unit
* typos check fix
* add unit test
* style check fix
* fix build error: case style
* acradis_skip test fix
* LINT error fix
* Remove comments
Co-authored-by: guojiantao <guojiantao15@mails.ucas.ac.cn>
Co-authored-by: Ivan <5627721+abyss7@users.noreply.github.com>
Co-authored-by: Ivan Lezhankin <ilezhankin@yandex-team.ru>
|
2021-02-18 15:05:55 +03:00 |
|
Kruglov Pavel
|
419962dbfb
|
Merge pull request #20712 from kssenii/add-test
Add test for already fixed odbc Postgres date type conversion
|
2021-02-18 13:43:17 +03:00 |
|
Maksim Kita
|
dcabbc95ed
|
Merge pull request #20623 from kitaisreal/dictionary-create-source-with-functions-fix
Dictionary create source with functions crash fix
|
2021-02-18 11:50:20 +03:00 |
|
Vitaly Baranov
|
3cbb325913
|
Merge pull request #20506 from vitlibar/refactor-protobuf-format-io
Improved serialization in Protobuf format.
|
2021-02-18 11:31:37 +03:00 |
|
Ilya Yatsishin
|
bc1f564d55
|
Merge pull request #20631 from vitlibar/verbose-message-on-fail-to-start-docker
Log stdout and stderr when failed to start docker in integration tests
|
2021-02-18 07:54:58 +03:00 |
|
kssenii
|
732a1d9ceb
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into add-test
|
2021-02-17 21:29:04 +00:00 |
|
kssenii
|
62486d6e06
|
Add test
|
2021-02-17 19:02:57 +00:00 |
|
alexey-milovidov
|
80e6ad7aae
|
Merge pull request #20610 from ucasFL/fix-union-distinct-limit
fix subquery with limit
|
2021-02-17 21:24:10 +03:00 |
|
Vitaly Baranov
|
18e036d19b
|
Improved serialization for data types combined of Arrays and Tuples.
Improved matching enum data types to protobuf enum type.
Fixed serialization of the Map data type.
Omitted values are now set by default.
|
2021-02-17 20:50:09 +03:00 |
|
Vitaly Baranov
|
c704a8cc45
|
Log stdout and stderr when failed to start docker in integration tests.
|
2021-02-17 20:07:03 +03:00 |
|
Nikita Mikhaylov
|
d15bac31ff
|
Merge pull request #20399 from nikitamikhaylov/keen-wolf-filefuncwithreadbuf
Merging #19204
|
2021-02-17 16:11:22 +03:00 |
|
Maksim Kita
|
b2c09f002f
|
Dictionary create source with functions crash fix
|
2021-02-17 15:26:00 +03:00 |
|
Vladimir
|
2c99a36228
|
Merge pull request #19685 from hexiaoting/dev_joinon
|
2021-02-17 13:22:55 +03:00 |
|
Vitaly Baranov
|
753f5b84d9
|
Merge pull request #20106 from vitlibar/fix-quota-consuming
Fix quota consuming
|
2021-02-17 12:52:43 +03:00 |
|
feng lv
|
3b40099578
|
fix subquery with limit
|
2021-02-17 08:26:52 +00:00 |
|
alexey-milovidov
|
6363d44488
|
Merge pull request #20498 from azat/dist-parse-dirs-sigsegv-fix
Add proper checks while parsing directory names for async INSERT (fixes SIGSEGV)
|
2021-02-17 09:43:11 +03:00 |
|
Vitaly Baranov
|
298130402e
|
SYSTEM queries now consume quota.
|
2021-02-16 23:54:05 +03:00 |
|
Vitaly Baranov
|
f83be158ba
|
SHOW TABLES is now considered as one query in the quota calculations, not two queries.
|
2021-02-16 23:53:58 +03:00 |
|
tavplubix
|
68b427a99d
|
Merge pull request #20448 from ClickHouse/better_ddl_queue_cleanup
Better distributed DDL queue cleanup
|
2021-02-16 19:29:50 +03:00 |
|
vdimir
|
3e2c9ad011
|
Merge remote-tracking branch 'origin/master' into dev_joinon
|
2021-02-16 17:08:10 +03:00 |
|
Nikita Mikhailov
|
b404fea18d
|
better
|
2021-02-16 15:40:09 +03:00 |
|
Nikita Mikhailov
|
6ee98ead05
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into keen-wolf-filefuncwithreadbuf
|
2021-02-16 15:38:03 +03:00 |
|
Nikita Mikhailov
|
7c5d845866
|
refactor function
|
2021-02-16 15:37:49 +03:00 |
|
vdimir
|
3d19d0644e
|
Update join on associativity in some tests
|
2021-02-16 13:46:25 +03:00 |
|
tavplubix
|
d4b2a37393
|
Merge pull request #20350 from amosbird/tviewf
Disable table function view in expression
|
2021-02-16 13:01:13 +03:00 |
|
Nikita Mikhaylov
|
87615c53f6
|
Merge pull request #20511 from nikitamikhaylov/dictionary-flaky-test
Reduce test scale
|
2021-02-16 12:36:00 +03:00 |
|
Azat Khuzhin
|
8d11d09615
|
Add a test for malformed directores for Distributed async INSERT
|
2021-02-15 21:00:50 +03:00 |
|
alesapin
|
4f919261bd
|
Merge pull request #20501 from ClickHouse/reset_session_in_test
Fix non-zero session reconnect in integration test
|
2021-02-15 21:00:41 +03:00 |
|
alesapin
|
d9a0af5a27
|
Merge pull request #20496 from ClickHouse/disable_snapshots_in_tests
Disable testkeeper snapshots for tests
|
2021-02-15 19:10:44 +03:00 |
|
Nikita Mikhailov
|
812641f5a7
|
add test to arcadia skip list
|
2021-02-15 16:38:31 +03:00 |
|
Nikita Mikhailov
|
d41b2a4d06
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into keen-wolf-filefuncwithreadbuf
|
2021-02-15 16:15:52 +03:00 |
|
Anton Popov
|
b67b16cdf3
|
Merge pull request #20476 from amosbird/ctefix2
Fix global-with with subqueries
|
2021-02-15 16:14:50 +03:00 |
|
alexey-milovidov
|
3429925338
|
Merge pull request #20492 from ClickHouse/add-test-8654
Add a test for #8654
|
2021-02-15 15:43:48 +03:00 |
|
alexey-milovidov
|
b75d9a09bd
|
Merge pull request #20493 from ClickHouse/add-test-10893
Add a test for #10893
|
2021-02-15 15:36:30 +03:00 |
|
alexey-milovidov
|
c7ab86b8c3
|
Merge pull request #20472 from ClickHouse/improve-performance-group-by-multiple-fixed-keys
Improve performance of GROUP BY multiple fixed size keys
|
2021-02-15 15:27:39 +03:00 |
|
Nikita Mikhaylov
|
92e13d76d3
|
Merge pull request #18508 from depressed-pho/runningConcurrency
Add function runningConcurrency()
|
2021-02-15 14:39:38 +03:00 |
|
Nikita Mikhailov
|
ac476ad83e
|
done
|
2021-02-15 14:27:16 +03:00 |
|
alesapin
|
9686649b02
|
Fix non-zero session reconnect in integration test
|
2021-02-15 12:42:50 +03:00 |
|
Nikita Mikhaylov
|
a77b740a7c
|
Merge pull request #20286 from nikitamikhaylov/json-import-bugfix
Error from allocator on JSON import
|
2021-02-15 12:40:09 +03:00 |
|
alesapin
|
c1550814ca
|
Disable snapshots for tests
|
2021-02-15 10:30:08 +03:00 |
|
Alexey Milovidov
|
4c7923e6df
|
Add a test for #10893
|
2021-02-15 05:17:30 +03:00 |
|
Alexey Milovidov
|
c5b96a522e
|
Add a test for #8654
|
2021-02-15 04:57:34 +03:00 |
|
Alexey Milovidov
|
8b7063acf4
|
Merge branch 'master' into improve-performance-group-by-multiple-fixed-keys
|
2021-02-15 04:11:01 +03:00 |
|
alexey-milovidov
|
71acb2ffda
|
Merge pull request #20475 from ClickHouse/intdiv-ubsan-2
Fix UBSan report in intDiv
|
2021-02-15 04:05:16 +03:00 |
|
Alexey Milovidov
|
d529db5498
|
Adjustments
|
2021-02-14 23:57:25 +03:00 |
|
alexey-milovidov
|
8be8746643
|
Merge pull request #20461 from azat/join_use_nulls-logical-error-fix
Fix LOGICAL_ERROR for join_use_nulls=1 when JOIN contains const from SELECT
|
2021-02-14 23:28:50 +03:00 |
|