Commit Graph

19956 Commits

Author SHA1 Message Date
Nikolai Kochetov
855e3378b6 Added system.zeros and system.zeros_mt 2020-03-10 16:01:29 +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
alexey-milovidov
b2d683f3ff
Merge pull request #9567 from Enmk/DateTime_formatting_tests
Date time formatting tests
2020-03-09 18:29:04 +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
f1c15eed99
Merge pull request #9534 from ClickHouse/generate-normalization
Fixes after merging "generateRandom" table function
2020-03-08 23:22:32 +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
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
Alexey Milovidov
82eb71fd89 Added missing code 2020-03-08 01:13:01 +03:00
Alexey Milovidov
4a5d61f43f Fixed errors 2020-03-08 01:07:09 +03:00
Alexey Milovidov
757c37c03e Support for NULL as random seed; reordered parameters for convenience 2020-03-08 00:09:45 +03:00
Alexey Milovidov
609aef269d Support for NULL as random seed; reordered parameters for convenience 2020-03-07 23:54:27 +03:00
Alexey Milovidov
eb2a78c6b0 Support for NULL as random seed; reordered parameters for convenience 2020-03-07 23:35:55 +03:00
Alexey Milovidov
50e2e338ed Merge branch 'master' of github.com:yandex/ClickHouse into generate-normalization 2020-03-07 22:58:32 +03:00
alexey-milovidov
1991464cb6
Remove findClusterIndex, findClusterValue functions (#9543)
* Remove findCluster* functions

* Fixed test

* Fixed test
2020-03-07 22:56:58 +03:00
alexey-milovidov
9a10457cb6
Remove indexHint function (#9542)
* Remove indexHint function

* Fixed build

* Update KeyCondition.cpp

* Update KeyCondition.cpp
2020-03-07 22:56:38 +03:00
Alexey Milovidov
cfe2464e29 Fixed errors 2020-03-07 22:32:04 +03:00
Alexey Milovidov
5add8b589e Merge branch 'master' into generate-normalization 2020-03-07 22:05:15 +03:00
Alexey Milovidov
c658d85aa8 Whitespaces 2020-03-07 22:04:47 +03:00
Alexey Milovidov
51bd480d2a Merge branch 'master' of github.com:yandex/ClickHouse into generate-normalization 2020-03-07 18:11:47 +03:00
Alexey Milovidov
d4a724dcc7 Fixed build 2020-03-07 15:44:24 +03:00
Alexey Milovidov
0b73257612 Merge branch 'master' of github.com:yandex/ClickHouse into fix-race-condition-queue-task 2020-03-07 15:41:21 +03:00
Alexey Milovidov
bfb502cf58 Fix race condition in executeMetadataAlter 2020-03-07 07:00:24 +03:00
Alexey Milovidov
643367642c Fixed race condition on queue_task_handle 2020-03-07 06:52:50 +03:00
Alexey Milovidov
b3a6f6b367 Revert "Simplification"
This reverts commit f5518c0c43.
2020-03-06 21:14:33 +03:00
Alexey Milovidov
49d6fec359 Merge branch 'master' of github.com:yandex/ClickHouse into session-cleaner-better-build-time 2020-03-06 19:31:52 +03:00
Pavel Kovalenko
bf3cd54c19 Proper variables capturing in CachedCompressedReadBuffer. 2020-03-06 15:28:26 +03:00
Vasily Nemkov
12596256ac Fixed test cases of parsing/formatting DateTime64 2020-03-06 16:31:50 +08:00
Pavel Kovalenko
898eb1f1d7 Fixed compilation. 2020-03-06 11:29:38 +03:00
Pavel Kovalenko
ff119a044b Fixed compilation. 2020-03-06 10:32:46 +03:00
Pavel Kovalenko
3a2f36dd54 Fixed compilation. 2020-03-06 10:31:00 +03:00
alexey-milovidov
f281724066
Merge pull request #9530 from excitoon-favorites/fixmissingdisk
Fixed wrong log messages about missing default disk or policy
2020-03-06 05:41:23 +03:00
Alexey Milovidov
1212339023 Fixed errors 2020-03-06 05:34:35 +03:00
Alexey Milovidov
e30173f54b Fixed build 2020-03-06 05:19:28 +03:00
Alexey Milovidov
2fd918a162 Better code 2020-03-06 05:12:18 +03:00
alexey-milovidov
0bf12a779f
Merge pull request #8994 from qoega/qoega/random-table-function-small
Generate table function
2020-03-06 03:40:22 +03:00
alexey-milovidov
ceba898484
Merge branch 'master' into default_on_aliases 2020-03-06 03:24:46 +03:00
alexey-milovidov
20d353c04b
Merge pull request #9481 from ClickHouse/better_defaults
Restrict to use SELECT in columns default expressions.
2020-03-06 03:23:47 +03:00
Alexey Milovidov
f5518c0c43 Simplification 2020-03-06 01:45:59 +03:00
Pavel Kovalenko
ab808d1fc4 Code style issues. 2020-03-06 01:08:28 +03:00
Alexey Milovidov
a0ace3e94a Fixed error 2020-03-06 00:50:58 +03:00
Alexey Milovidov
c2aae62d75 Merge branch 'session-cleaner-better-build-time' of github.com:yandex/ClickHouse into session-cleaner-better-build-time 2020-03-06 00:42:55 +03:00
Alexey Milovidov
5d077e0213 Fixed error 2020-03-06 00:41:46 +03:00
alexey-milovidov
e245d42644
Merge pull request #9527 from ClickHouse/better-exception-message-cannot-load-table
Better exception message while loading tables for database ordinary
2020-03-06 00:14:26 +03:00
Vladimir Chebotarev
1a2122a854 Fixed wrong log messages about missing default disk or policy. 2020-03-06 00:03:59 +03:00
Pavel Kovalenko
8d07883b33 Merge branch 'master' into merge-tree-s3-initial
# Conflicts:
#	dbms/src/Storages/MergeTree/MergeTreeData.cpp
#	dbms/src/Storages/StorageMergeTree.cpp
2020-03-05 23:05:31 +03:00
Alexey Milovidov
d4d48a0165 Fix style 2020-03-05 23:02:55 +03:00
alexey-milovidov
3645375f71
Merge pull request #9409 from clemrodriguez/mysqlxx-share-connection
Mysqlxx share connection for external dictionaries only
2020-03-05 22:43:23 +03:00
Alexey Milovidov
92cb5fa8bb Merge branch 'better-exception-message-cannot-load-table' of github.com:ClickHouse/ClickHouse into better-exception-message-cannot-load-table 2020-03-05 22:30:16 +03:00