Alexey Milovidov
3e8aec99f5
Renamed file
2020-03-25 21:52:52 +03:00
Alexey Milovidov
06520941ee
Removed useless header
2020-03-25 21:51:48 +03:00
Alexey Milovidov
48820546a8
Split GeoHash from GeoUtils
2020-03-25 21:48:09 +03:00
Alexey Milovidov
f921d388b6
Use only 64bit float for pointInPolygon
2020-03-25 20:29:26 +03:00
Alexey Milovidov
ec915f1602
Fix clang-tidy
2020-03-25 20:00:54 +03:00
Nikolai Kochetov
6fd963c805
Update test.
2020-03-25 19:55:05 +03:00
Nikolai Kochetov
7a3daac751
Update test.
2020-03-25 19:44:50 +03:00
Nikolai Kochetov
8948a96c60
Update test.
2020-03-25 19:34:46 +03:00
Nikolai Kochetov
0b1ad7f7c8
Print pipeline on PipelineExecutor init exception.
2020-03-25 19:02:51 +03:00
Vasily Nemkov
699f4908e5
Merge remote-tracking branch 'upstream/master' into DateTime_various_timezone_fixes
2020-03-25 18:41:26 +03:00
Ilya Yatsishin
c7312e5389
Try to add better users_config.d explanation
...
https://github.com/ClickHouse/ClickHouse/issues/9858#issuecomment-603800608
2020-03-25 18:28:44 +03:00
Nikolai Kochetov
a6c85ff97d
Merge pull request #9735 from ClickHouse/weak-hash
...
WeakHash32
2020-03-25 18:11:15 +03:00
alesapin
7470664880
Simplify test
2020-03-25 17:35:48 +03:00
Nikolai Kochetov
778b95797f
Fix style.
2020-03-25 16:51:50 +03:00
alexey-milovidov
072191e88c
Merge pull request #9865 from f7753/patch-2
...
Update features_considered_disadvantages.md
2020-03-25 16:30:55 +03:00
Alexey Milovidov
e125209f17
Added a test
2020-03-25 16:00:45 +03:00
alesapin
d70a448ca1
Fix flaky unit test
2020-03-25 15:49:26 +03:00
Lewinma
331123d0b5
Update features_considered_disadvantages.md
2020-03-25 20:48:18 +08:00
Nikolai Kochetov
68f8343af6
Fix build.
2020-03-25 15:17:11 +03:00
Nikolai Kochetov
333ac3f8db
Fix build.
2020-03-25 15:15:51 +03:00
alesapin
049b86ff7d
Bump llvm tools to 9
2020-03-25 15:12:03 +03:00
Nikolai Kochetov
4837257bca
Force read in order of parts using single thread.
2020-03-25 15:10:24 +03:00
Alexander Kuzmenkov
be75df7c60
Add a note about double escaping in regexes.
2020-03-25 14:34:33 +03:00
Nikolai Kochetov
f37b30f9ec
Review fixes.
2020-03-25 14:20:34 +03:00
Nikolai Kochetov
1a37afa3d1
Review fixes.
2020-03-25 14:14:11 +03:00
alesapin
83b2103fd0
Fix mutations memory consumption finally
2020-03-25 13:52:32 +03:00
alexey-milovidov
2c0105a379
Update pointInPolygon.cpp
2020-03-25 13:18:04 +03:00
Alexey Milovidov
4d1ad2b630
Added setting "validate_polygons"
2020-03-25 13:13:34 +03:00
Alexey Milovidov
fa219179f9
Fixed bad code in Settings
2020-03-25 12:36:49 +03:00
Alexey Milovidov
aa61bc1954
Update changelog
2020-03-25 11:03:52 +03:00
alexey-milovidov
a70a9e5383
Update WeakHash.h
2020-03-25 08:27:43 +03:00
Vitaly Baranov
db89b24948
Merge pull request #9840 from vitlibar/fix-grants-for-introspection
...
Fix calculating grants for introspection
2020-03-24 22:43:50 +03:00
Anton Popov
445d750938
fix build
2020-03-24 22:23:01 +03:00
Alexey Milovidov
484903a22a
Whitespace
2020-03-24 22:03:40 +03:00
alexey-milovidov
7aefaf5ff1
Merge pull request #9845 from ClickHouse/fix_delta_test_unbundled
...
Fix delta test in unbundled mode
2020-03-24 21:58:28 +03:00
Azat Khuzhin
5039b6ab73
Fix Distributed engine with virtual columns of the underlying table in WHERE
...
Before storage has not been passed to the SyntaxAnalyzer and hence
it cannot check if there is such column and throw for virtual columns
like _part (MergeTree) and others.
Follow-up-for: #8846
2020-03-24 21:07:20 +03:00
Azat Khuzhin
dcf4d5198f
Accept const IStorage in SyntaxAnalyzer
2020-03-24 21:06:55 +03:00
Azat Khuzhin
580a7c9f41
Use overload over default value for IStorage::getQueryProcessingStage()
...
Since clang-tidy complains about it [1]:
2020-03-24 09:00:53 /build/obj-x86_64-linux-gnu/../dbms/src/Storages/StorageMerge.cpp:139:42: error: default arguments on virtual or override methods are prohibited [google-default-arguments,-warnings-as-errors]
2020-03-24 09:00:53 QueryProcessingStage::Enum StorageMerge::getQueryProcessingStage(const Context & context, const ASTPtr & query_ptr) const
[1]: https://clickhouse-builds.s3.yandex.net/9808/b8614de64af3e65c83ee35588082df373959a737/build_log_637307151_1585043194.txt
And indeed, this is a good idea!
2020-03-24 21:00:57 +03:00
Alexander Kuzmenkov
5fd5b15c36
performance comparison
2020-03-24 20:33:42 +03:00
Alexey Milovidov
0b4e601d81
Whitespace
2020-03-24 20:27:58 +03:00
Vasily Nemkov
d0e23a503e
Fixed formatDateTime handling explicit timezone argument.
...
Updated reference of the 00921_datetime64_compatibility, issues caused
by Date implicitly using server's timezone (and I was not in GMT+3) at
the moment of updating tests.
2020-03-24 19:58:24 +03:00
alesapin
822fea0405
Fix delta test in unbundled mode
2020-03-24 19:53:12 +03:00
Anton Popov
b12bf5758e
Merge remote-tracking branch 'upstream/master' into tuple-literal
2020-03-24 18:11:27 +03:00
BayoNet
04f990a811
DOCS-525: bitCount description EN, RU ( #9771 )
...
Described the `bitCount` function.
2020-03-24 17:27:08 +03:00
Anton Popov
c1291e9348
tuple as literal
2020-03-24 15:55:35 +03:00
Nikolai Kochetov
778be3174a
Fix pvs warnings.
2020-03-24 15:32:33 +03:00
Ilya Yatsishin
b464b270d6
Play docs ( #9842 )
...
* playground docs
* fixes
* Update playground.md
* fix
* about settings
* ru settings
* Update docs/en/getting_started/playground.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/getting_started/playground.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/en/getting_started/playground.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Apply suggestions from code review
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
* Update docs/ru/getting_started/playground.md
* normalize
* normalize
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-03-24 15:27:31 +03:00
Nikolai Kochetov
5400ffbf93
Update weak hash.
2020-03-24 14:38:41 +03:00
Nikolai Kochetov
08a9486cfc
Update weak hash.
2020-03-24 14:38:05 +03:00
Nikolai Kochetov
07b29453cc
Update weak hash.
2020-03-24 14:29:55 +03:00