Ivan
381947509a
Fix build for Darwin ( #7149 )
...
* Disable some contribs for cross-compilation
* Fix clang-8-darwin build
* Also fix docs
* Add diagnostics
* Check cross-compilation in each file individually.
* Disable warning for clang < 9
2019-10-02 17:35:07 +03:00
Artem Zuikov
d23b7ae8ef
Merge pull request #7166 from 4ertus2/some
...
Refactoring: remove copy-paste
2019-10-02 17:28:38 +03:00
Alexander Kuzmenkov
4af8e76bdd
Use proper types for Field.
...
When a Field is inserted into a column, its type should be the same as
the column data type to avoid implicit reinterpret_cast. Change a
couple of usages where these types were different.
2019-10-02 16:48:26 +03:00
Vasilyev Nikita
136b1665a3
test rename
2019-10-02 16:06:57 +03:00
Vasilyev Nikita
de3deb9e85
fix
2019-10-02 15:58:13 +03:00
chertus
3b0d870804
rename function
2019-10-02 15:06:34 +03:00
Vitaliy Zakaznikov
ffe8931cda
Revert "Merge pull request #6770 from yandex/temporary-remove-live-view-tests"
...
This reverts commit 6cf5327269
, reversing
changes made to 4155771106
.
2019-10-02 06:52:40 -04:00
Vasilyev Nikita
ff405865f7
db on disk
2019-10-02 13:10:45 +03:00
Vasilyev Nikita
54237e3f27
name, data, metadata -> functions
2019-10-02 11:58:28 +03:00
Vladimir Chebotarev
e79a15c39c
Fixed time calculation in MergeTreeData
.
2019-10-02 10:46:53 +03:00
Vasilyev Nikita
dab68e796e
removed unused consts
2019-10-02 09:47:12 +03:00
Vasilyev Nikita
f515e9465b
fix
2019-10-02 09:45:27 +03:00
Vasilyev Nikita
657d200d42
better logs
2019-10-02 09:40:51 +03:00
Vasilyev Nikita
45ecff99a1
upd test
2019-10-02 09:31:23 +03:00
alexey-milovidov
4952c6bc65
Merge pull request #7159 from den-crane/patch-3
...
Doc change. Fix array functions EN descriptions.
2019-10-02 01:01:31 +03:00
alexey-milovidov
96ca241fba
Merge pull request #7158 from azat-archive/MetricsTransmitter-use-of-uninitialized-value
...
Avoid use of uninitialized values in MetricsTransmitter
2019-10-02 01:01:00 +03:00
Alexey Milovidov
abbd451131
Updated default repository.
2019-10-02 00:47:07 +03:00
alexey-milovidov
ef50ddd919
Merge pull request #7168 from ClickHouse/revert-7167-19.15-changelog
...
Revert "Add 19.15 in changelog"
2019-10-02 00:32:01 +03:00
alexey-milovidov
a55b055bfa
Revert "Add 19.15 in changelog"
2019-10-02 00:31:50 +03:00
Olga Khvostikova
7ce24ee137
Merge pull request #7167 from ClickHouse/19.15-changelog
...
Add 19.15 in changelog
2019-10-02 00:19:55 +03:00
stavrolia
9b65f41ea0
Add 19.15
2019-10-02 00:17:14 +03:00
chertus
c46cc3ff1a
refactoring: remove copy-paste
2019-10-01 21:51:33 +03:00
alesapin
3fe7d84233
Add ASTs for dictionaries
2019-10-01 17:54:28 +03:00
Artem Zuikov
48ab9afce6
Merge pull request #7122 from 4ertus2/mjoin
...
Squash left-hand blocks in partial merge join (optimization)
2019-10-01 17:23:10 +03:00
Vasilyev Nikita
71a2002417
test with sleep
2019-10-01 16:57:58 +03:00
Vasilyev Nikita
c5087219c4
test
2019-10-01 16:53:55 +03:00
Vasilyev Nikita
c630d9457b
opt system tables
2019-10-01 16:07:00 +03:00
chertus
038428bccf
do not affect other SquashingBlockInputStream instances
2019-10-01 16:01:08 +03:00
Vasilyev Nikita
5793a02ef9
impr Lazy database
2019-10-01 15:44:17 +03:00
Nikolai Kochetov
9e74b8a6fe
Disable check for constants in Converting stream while converting to header.
2019-10-01 13:58:39 +03:00
Vasilyev Nikita
69677d19e4
fix iterations
2019-10-01 13:48:19 +03:00
Alexander Tokmakov
605046761e
fix build
2019-10-01 13:44:28 +03:00
Vasilyev Nikita
5ef295eeff
fixes
2019-10-01 13:24:09 +03:00
Nikolai Kochetov
58a432be62
Updated functions today, yestarday, randConstant.
2019-10-01 13:15:20 +03:00
Nikolai Kochetov
b9b2ca342d
Updated functions today, yestarday, randConstant.
2019-10-01 13:11:16 +03:00
Nikolai Kochetov
92ba6081a4
Updated functions today, yestarday, randConstant.
2019-10-01 13:10:07 +03:00
Nikolai Kochetov
0d94bdb6a1
Updated functions today, yestarday, randConstant.
2019-10-01 13:03:55 +03:00
alesapin
8429f46f3c
Return getUpdateTime method to interface
2019-10-01 11:58:47 +03:00
Azat Khuzhin
740e4c5851
Avoid use of uninitialized values in MetricsTransmitter
...
Defer thread creation after values had been initialized correctly.
2019-10-01 10:16:39 +03:00
alexey-milovidov
46d8748e98
Merge pull request #7153 from 4ertus2/some
...
Try to fix some PVS false positives
2019-10-01 03:23:21 +03:00
Denis Zhuravlev
b8a1164d05
Update array_functions.md
...
Fix array functions descriptions.
2019-09-30 20:03:09 -03:00
Denis Zhuravlev
c224ae0afd
Update array_functions.md
...
Fix array functions descriptions.
2019-09-30 19:26:30 -03:00
alesapin
709783a1bc
Add missed header
2019-09-30 22:42:31 +03:00
Alexander Tokmakov
e267081389
better PeekableReadBuffer interface
2019-09-30 21:21:58 +03:00
Nikolai Kochetov
486deee1f1
Use new iface for now function. Use current time value from function builder.
2019-09-30 20:36:03 +03:00
Nikolai Kochetov
393bfdcd9f
Use new iface for now function. Use current time value from function builder.
2019-09-30 20:31:36 +03:00
alesapin
0e6331e892
Add comments
2019-09-30 19:54:50 +03:00
alesapin
08681ac210
Preparation for AST configurations for external dictionaries
2019-09-30 19:12:08 +03:00
chertus
5df8f870c4
try remove some PVS errors
2019-09-30 18:45:53 +03:00
Alexander Tokmakov
979f235e38
Merge branch 'master' into merging_values_with_expressions
2019-09-30 18:06:58 +03:00