Commit Graph

36816 Commits

Author SHA1 Message Date
Nikita Mikhaylov
cce69b0744 fix mac build 2020-03-13 13:14:48 +03:00
Nikita Mikhaylov
ad7a931490 return back fixes in StorageReplicatedMergeTree 2020-03-12 23:13:31 +03:00
Nikita Mikhaylov
88fc6f2e91 remove unused code 2020-03-12 22:54:37 +03:00
Nikita Mikhaylov
65d6cc0aa9 codestyle 2020-03-12 22:52:36 +03:00
Nikita Mikhaylov
fc599780b6 slightly better code 2020-03-12 22:46:48 +03:00
Nikita Mikhaylov
12dd0c92c0 better 2020-03-12 19:48:28 +03:00
Nikita Mikhaylov
a8611da113 maybe better 2020-03-11 22:55:27 +03:00
Nikita Mikhaylov
acf09b6630 fix build 2020-03-11 16:01:17 +03:00
Nikita Mikhaylov
f93aaf061f probably all tests are ok 2020-03-10 23:04:08 +03:00
Nikita Mikhaylov
0df165578b mark piece as done if it is not present 2020-03-10 17:42:06 +03:00
Nikita Mikhaylov
03dfc32701 Merge branch 'master' of github.com:ClickHouse/ClickHouse into clickhouse-copier 2020-03-10 17:13:17 +03:00
alesapin
27f07b513e Fix sophisticated default 2020-03-10 16:34:54 +03:00
alexey-milovidov
b212a78195
Merge pull request #9575 from ClickHouse/add_clang_tidy_to_build_images
Add clang tidy to docker images
2020-03-10 16:13:00 +03:00
Ivan Blinkov
57d67a1d38
Merge pull request #9582 from glader/patch-1
Typo in russian docs
2020-03-10 15:58:52 +03:00
Mikhail
33c50fcd3f
Typo in russian docs 2020-03-10 15:53:00 +03:00
Ivan Blinkov
a058f3a301
Update README.md 2020-03-10 13:38:30 +03:00
Nikita Mikhaylov
b15532dbdf
Merge pull request #9415 from Jokser/merge-tree-s3-initial
Storage MergeTree initial support for S3.
2020-03-10 13:22:44 +03:00
Nikita Mikhaylov
cfe61f55bf Merge branch 'master' of github.com:ClickHouse/ClickHouse into clickhouse-copier 2020-03-10 13:06:23 +03:00
alesapin
7520d4f1ee
Merge pull request #9484 from filimonov/docker_for_odbc_driver3
Try newer version of odbc driver
2020-03-10 12:50:28 +03:00
alesapin
3fbaa0a29f Add clang tidy to docker images 2020-03-10 12:07:43 +03:00
Mikhail Filimonov
cf6854567a sync up clickhouse-stateless-with-coverage-test with clickhouse-stateless-test 2020-03-09 19:30:12 +01:00
Alexey Milovidov
f70d00d28d Removed unused requirement #9569 2020-03-09 20:26:18 +03:00
alexey-milovidov
b2d683f3ff
Merge pull request #9567 from Enmk/DateTime_formatting_tests
Date time formatting tests
2020-03-09 18:29:04 +03:00
alexey-milovidov
d54be56fd6
Merge pull request #9558 from ClickHouse/update-jemalloc
Update JEMalloc just in case
2020-03-09 17:49:07 +03:00
Vasily Nemkov
492916d76a Fixed build on GCC-9 2020-03-09 21:36:49 +08:00
Vasily Nemkov
593e0a1ddd Zero DateTime64 with zero scale is now same string representation as zero DateTime 2020-03-09 13:34:22 +08:00
Vasily Nemkov
cd5a08c242 New test cases for Date/DateTime/DateTime64 output to string. 2020-03-09 12:32:37 +08:00
Alexey Milovidov
06e00b2018 Fixed build 2020-03-09 07:08:19 +03:00
Alexey Milovidov
386151a3d7 Merge branch 'master' into update-jemalloc 2020-03-09 07:05:53 +03:00
Alexey Milovidov
a542eae388 Added results for Pinebook Pro 2020-03-08 23:47:25 +03:00
alexey-milovidov
9b1795cec6
Merge pull request #9564 from ClickHouse/update-libunwind
Update libunwind for WSL
2020-03-08 23:41:12 +03:00
alexey-milovidov
fbb71e81b8
Merge pull request #9565 from ClickHouse/normalize-performance-tests
Normalize running time of some queries in performance tests
2020-03-08 23:29:59 +03:00
Alexey Milovidov
75754f309e Normalize running time of some queries in performance tests 2020-03-08 23:28:17 +03:00
alexey-milovidov
f1c15eed99
Merge pull request #9534 from ClickHouse/generate-normalization
Fixes after merging "generateRandom" table function
2020-03-08 23:22:32 +03:00
alexey-milovidov
3c69b98743
Merge pull request #9563 from ClickHouse/fix_stateful_with_coverage_test_image
Fix error when tests are being run on partially downloaded data
2020-03-08 21:22:52 +03:00
Alexey Milovidov
49894c7bf2 Update libunwind for WSL 2020-03-08 20:00:08 +03:00
alexey-milovidov
be0311f4eb
Merge pull request #9407 from achimbab/fix_not_has
Fix not(has()) for the bloom_filter index of array types.
2020-03-08 19:52:25 +03:00
alesapin
0bc86507e5 Fix error when tests are being run on partially downloaded data 2020-03-08 18:21:48 +03:00
alesapin
bce00a6bf2 Fix parallel tests 2020-03-08 17:57:31 +03:00
philip.han
87d9091195 Set can_be_false to true when it applies to the bloom_filter 2020-03-08 22:22:20 +09:00
Alexander Kuzmenkov
e9690f266a
Merge pull request #9557 from ClickHouse/remove-infinite-tests
Remove performance tests of type "once", finally.
2020-03-08 16:19:41 +03:00
Artem Zuikov
3ed270dcb7
Rewrite CROSS/COMMA to INNER JOIN using table's columns knowledge (#9512)
use column names in CrossToInnerJoinVisitor
2020-03-08 14:07:05 +03:00
tavplubix
3b770d8b1b
Fix stateless tests with msan (#9531)
* try run tests

* try fix build

* try enable other libraries

* suppress some msan warnings

* Update msan_suppressions.txt

* Update msan_suppressions.txt

* use function names in suppressions list

* update submodule
2020-03-08 12:32:22 +03:00
Alexey Milovidov
6f8a8bb21e Updated test 2020-03-08 04:24:13 +03:00
alexey-milovidov
3da0cbdd05
Merge pull request #9560 from den-crane/patch-21
Doc. Fixed https://lifestreet.com/ URL
2020-03-08 03:37:36 +03:00
Denis Zhuravlev
20eeb4651e
Update adopters.md
Fixed https://lifestreet.com/ URL
2020-03-07 19:35:27 -04:00
Alexey Milovidov
b75927e4ed Update JEMalloc just in case 2020-03-08 01:59:56 +03:00
Alexey Milovidov
bfe44d171e Updated test 2020-03-08 01:17:45 +03:00
Alexey Milovidov
ec893a9998 Adjusted parameters in test 2020-03-08 01:13:21 +03:00
Alexey Milovidov
82eb71fd89 Added missing code 2020-03-08 01:13:01 +03:00