vdimir
|
8d4ccb40de
|
Add test from issue #20624
|
2021-06-17 14:20:48 +03:00 |
|
Maksim Kita
|
6d44aa3034
|
Fixed style check
|
2021-06-17 13:26:40 +03:00 |
|
vdimir
|
0cee5ad8e8
|
Use IColumn::mutate in JoinCommon::convertColumnToNullable
|
2021-06-17 13:24:17 +03:00 |
|
vdimir
|
ebdce8e1a6
|
Fix JoinCommon::convertColumnToNullable for LC(Nullable)
|
2021-06-17 13:17:28 +03:00 |
|
vdimir
|
3895f752eb
|
Revert "Replace engine Memory to TinyLog in 01049_join_low_card_bug.sql"
This reverts commit 64e8f8222e .
|
2021-06-17 13:16:26 +03:00 |
|
vdimir
|
ae450fb2a2
|
Merge branch 'master' into update_01049_join_low_card_bug
|
2021-06-17 13:15:15 +03:00 |
|
Nikolai Kochetov
|
4a496f1374
|
Fix lost considion in predicate push down.
|
2021-06-17 12:47:12 +03:00 |
|
Pavel Kruglov
|
87cb617f3d
|
Turn off WITH_COVERAGE in debug special build
|
2021-06-17 12:42:01 +03:00 |
|
Kruglov Pavel
|
031a12ec3f
|
Merge pull request #25140 from sevirov/sevirov-DOCSUP-10019-support_array_in_parquet_orc_arrow
DOCSUP-10019: Support array in Parquet, ORC and Arrow formats
|
2021-06-17 12:32:32 +03:00 |
|
Maksim Kita
|
bc86b2b738
|
Updated function bitPositionsToArray before merge
|
2021-06-17 12:20:53 +03:00 |
|
Alina Terekhova
|
dd6f93b2a7
|
Small corrections
|
2021-06-17 11:02:06 +02:00 |
|
vdimir
|
64e8f8222e
|
Replace engine Memory to TinyLog in 01049_join_low_card_bug.sql
|
2021-06-17 12:00:33 +03:00 |
|
vdimir
|
8f6614bc8f
|
Replace engine Memory to TinyLog in 01049_join_low_card_bug_long.sql
|
2021-06-17 11:59:32 +03:00 |
|
presto53
|
e02e587557
|
Update change storage policy en doc
|
2021-06-17 11:50:58 +03:00 |
|
presto53
|
5f4ac309ce
|
Update change storage policy doc
|
2021-06-17 11:46:42 +03:00 |
|
Vladimir
|
7a56ab8b1d
|
Merge pull request #25299 from mga-chka/equals_op_in_sequence_functions
|
2021-06-17 11:45:04 +03:00 |
|
mergify[bot]
|
13fdefebf5
|
Merge branch 'master' into fixjoingetornull
|
2021-06-17 08:26:13 +00:00 |
|
Maksim Kita
|
a342a9db59
|
Merge pull request #23843 from MaxWk/feature-function-bitpositionToArray
add function bitpositionToArray
|
2021-06-17 10:23:49 +03:00 |
|
Maksim Kita
|
5b2380d541
|
Merge branch 'function-bit-position-to-array-merge' into feature-function-bitpositionToArray
|
2021-06-17 10:23:41 +03:00 |
|
Maksim Kita
|
37770f20fc
|
Merge pull request #25372 from ClickHouse/add-date-name-function-merge
Merging #23085
|
2021-06-17 10:16:32 +03:00 |
|
Azat Khuzhin
|
70df1536a2
|
Update 01566_negate_formatting expectations
|
2021-06-17 10:07:05 +03:00 |
|
Azat Khuzhin
|
9242654231
|
negate: replace special case with parens
v0: negate: add parens for negative values
Before this patch -(-1) was formatted to --1, but this is not valid
syntax.
v2: replace special case with parens, otherwise formatting of -(-(-1))
will be unstable, in v0 it was formatted to -(1) but -(1) is
formatted to -1 [1].
[1]: https://clickhouse-test-reports.s3.yandex.net/24427/4512460aeb02fec557c558eee3f8291a6297efb2/fuzzer_asan/fuzzer.log
|
2021-06-17 10:07:03 +03:00 |
|
Amos Bird
|
31815f4a68
|
Proper documentation of the setting
|
2021-06-17 14:27:33 +08:00 |
|
Amos Bird
|
c8ea6527cb
|
Add prefer_global_in_and_join setting
|
2021-06-17 14:27:29 +08:00 |
|
mergify[bot]
|
04adc58ba1
|
Merge branch 'master' into try-to-change-signal-for-integration-rests
|
2021-06-17 06:20:40 +00:00 |
|
alexey-milovidov
|
5e63d28782
|
Update 01676_long_clickhouse_client_autocomplete.sh
|
2021-06-17 09:20:37 +03:00 |
|
alexey-milovidov
|
fffd69b023
|
Merge pull request #25283 from ClickHouse/if-support-int-decimal
Remove code and fix #20549
|
2021-06-17 09:17:42 +03:00 |
|
Alexey Milovidov
|
7aacca94e3
|
Fix error in Fuzzer (CC @akuzm)
|
2021-06-17 09:16:34 +03:00 |
|
alexey-milovidov
|
f12368bbb4
|
Merge pull request #25285 from ClickHouse/add-test-17964
Add a test for #17964
|
2021-06-17 09:14:25 +03:00 |
|
alexey-milovidov
|
1aac27e903
|
Merge pull request #25286 from ClickHouse/add-test-17367
Add a test for #17367
|
2021-06-17 09:13:55 +03:00 |
|
alexey-milovidov
|
0972b53ef4
|
Merge pull request #25374 from vzakaznikov/enable_ldap_tests_and_increase_verification_cooldown_perforamnce_timeout
TestFlows: increase LDAP verification cooldown performance tests timeout to 600 sec
|
2021-06-17 09:09:58 +03:00 |
|
alexey-milovidov
|
ce666a1a6d
|
Update 01915_merge_prewhere_virtual_column_rand_chao_wang.sql
|
2021-06-17 09:08:02 +03:00 |
|
alexey-milovidov
|
f7707b4409
|
Merge pull request #25391 from amosbird/ctf
Fix column transformer replace format issue
|
2021-06-17 09:06:57 +03:00 |
|
mergify[bot]
|
41d007a1b3
|
Merge branch 'master' into MySQL-column-comments-support
|
2021-06-17 05:40:15 +00:00 |
|
tavplubix
|
2b62a09aa3
|
Merge pull request #25373 from ClickHouse/improve_replicated_database_tests2
Improve Replicated database tests 2
|
2021-06-17 08:34:06 +03:00 |
|
Amos Bird
|
f9d00d6dfb
|
Fix column transformer replace format issue
|
2021-06-17 11:12:26 +08:00 |
|
Alexey Milovidov
|
2262636c3c
|
Add a test for #23163
|
2021-06-17 06:05:28 +03:00 |
|
Alina Terekhova
|
65ec6bce92
|
Comma added back
|
2021-06-17 02:31:38 +02:00 |
|
Alina Terekhova
|
b61346a708
|
Examples fix + anchor fix
|
2021-06-17 02:16:34 +02:00 |
|
Vitaliy Zakaznikov
|
4df870f10a
|
Re-enabling LDAP tests.
|
2021-06-16 19:48:02 -04:00 |
|
Vitaliy Zakaznikov
|
411572b3a2
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into enable_ldap_tests_and_increase_verification_cooldown_perforamnce_timeout
|
2021-06-16 19:47:43 -04:00 |
|
Alina Terekhova
|
06261466e4
|
First edits
|
2021-06-17 01:34:59 +02:00 |
|
Vitaliy Zakaznikov
|
f72845fb9d
|
Increase LDAP verification cooldown performance tests timeout to 600 sec.
|
2021-06-16 19:25:59 -04:00 |
|
Alexey Milovidov
|
0f1a94bdef
|
Merge branch 'master' into if-support-int-decimal
|
2021-06-17 01:53:58 +03:00 |
|
Alexey Milovidov
|
78031d1228
|
Rename test
|
2021-06-17 01:53:49 +03:00 |
|
alexey-milovidov
|
04be5437d9
|
Merge pull request #25296 from abyss7/http-issues
Add settings for HTTP header limitations
|
2021-06-17 01:50:48 +03:00 |
|
alexey-milovidov
|
16931a661c
|
Update HTTPServerRequest.h
|
2021-06-17 01:50:06 +03:00 |
|
alexey-milovidov
|
34891f5954
|
Merge pull request #25317 from ClickHouse/try-fix-ttl-repl
Update test_ttl_replicated
|
2021-06-17 01:46:13 +03:00 |
|
mergify[bot]
|
1a5e2c8e45
|
Merge branch 'master' into add-test-17367
|
2021-06-16 22:45:43 +00:00 |
|
alexey-milovidov
|
43cee9018e
|
Merge pull request #25281 from ClickHouse/client-update-prompt-on-reconnect
Update prompt in client when reconnecting
|
2021-06-17 01:40:08 +03:00 |
|