Maksim Kita
|
ca672b0a0d
|
Function bitPositionsToArray added support for big integers
|
2021-06-17 22:32:39 +03:00 |
|
Pavel Kovalenko
|
ce8e2f7f28
|
Avoid double initializing ReadBufferFromS3
|
2021-06-17 22:31:50 +03:00 |
|
Maksim Kita
|
cf77e9f2c6
|
DatabaseMySQL rename
|
2021-06-17 22:26:34 +03:00 |
|
Vladimir
|
9e5ef95677
|
Merge pull request #25288 from amosbird/fixjoingetornull
|
2021-06-17 21:54:21 +03:00 |
|
Nikita Mikhaylov
|
683fdc0883
|
revert boost[2]
|
2021-06-17 18:26:11 +00:00 |
|
Nikita Mikhaylov
|
246458600e
|
revert boost
|
2021-06-17 18:23:48 +00:00 |
|
alexey-milovidov
|
afad95194d
|
Merge pull request #25403 from presto53/master
Update change storage policy doc
|
2021-06-17 21:23:20 +03:00 |
|
alexey-milovidov
|
35411d1085
|
Merge pull request #24427 from azat/formatting-fixes
Fix formatting of negative values
|
2021-06-17 21:21:47 +03:00 |
|
mergify[bot]
|
1740e1d00d
|
Merge branch 'master' into fix-bad-test-client_print_query_id
|
2021-06-17 18:03:31 +00:00 |
|
alexey-milovidov
|
3a049a2bcd
|
Update 01676_long_clickhouse_client_autocomplete.sh
|
2021-06-17 20:58:37 +03:00 |
|
alexey-milovidov
|
66c0df99d4
|
Merge pull request #25323 from ClickHouse/try-to-change-signal-for-integration-rests
Use signal 15 in restart_with_latest_version
|
2021-06-17 20:56:00 +03:00 |
|
alexey-milovidov
|
496aff2118
|
Merge pull request #25300 from ClickHouse/simpla-agg-func-for-summing-mt
Support simple aggregate functions for SummingMergeTree.
|
2021-06-17 20:18:51 +03:00 |
|
alexey-milovidov
|
d8174cb9fd
|
Merge pull request #25390 from ClickHouse/add-test-23163
Add a test for #23163
|
2021-06-17 20:08:35 +03:00 |
|
alexey-milovidov
|
c48402d997
|
Merge pull request #23434 from amosbird/preferglobal
Add prefer_global_in_and_join setting
|
2021-06-17 19:48:28 +03:00 |
|
alesapin
|
dc893f9644
|
Update NuRaft buffer to 64 bit size
|
2021-06-17 19:37:08 +03:00 |
|
Nikita Mikhaylov
|
5c1728bcf6
|
better
|
2021-06-17 15:59:54 +00:00 |
|
Nikita Mikhaylov
|
0d0ea91a0f
|
fix
|
2021-06-17 15:58:05 +00:00 |
|
Amos Bird
|
0f7728cd5e
|
Fix RBAC test again
|
2021-06-17 23:00:03 +08:00 |
|
Pavel Kruglov
|
7cf88594da
|
Turn off WITH_COVERAGE in build with clang-tidy
|
2021-06-17 17:35:36 +03:00 |
|
Maksim Kita
|
52dac4caca
|
Merge pull request #25238 from meoww-bot/patch-4
Create zh translation for postgresql.md
|
2021-06-17 17:26:53 +03:00 |
|
Kseniia Sumarokova
|
f9c0bfb769
|
Merge pull request #25199 from sand6255/MySQL-column-comments-support
MaterializeMySQL Engine column comments support
|
2021-06-17 17:08:53 +03:00 |
|
vdimir
|
c95ff5d38d
|
Upd 01049_join_low_card_bug_long
|
2021-06-17 15:55:41 +03:00 |
|
vdimir
|
b7c421854d
|
Upd 01049_join_low_card_bug_long
|
2021-06-17 15:44:58 +03:00 |
|
vdimir
|
23fb229dec
|
Merge branch 'update_01049_join_low_card_bug' into issue-23351
|
2021-06-17 15:38:40 +03:00 |
|
vdimir
|
e86592d0b5
|
Add test 01916_lowcard_dict_type
|
2021-06-17 15:30:22 +03:00 |
|
vdimir
|
e34a6525ef
|
Support Interval for LowCardinality
|
2021-06-17 15:28:08 +03:00 |
|
meoww-bot
|
1b1ca0d5df
|
Comment two links to references which not exist
|
2021-06-17 19:38:38 +08:00 |
|
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 |
|
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 |
|