Commit Graph

27703 Commits

Author SHA1 Message Date
Vitaly Baranov
1364cdd057 Fix ErrorCodes. 2019-05-28 03:08:12 +03:00
Vitaly Baranov
483a3e505f Fix performance tests for the functions JSONExtract* 2019-05-28 02:47:40 +03:00
Vitaly Baranov
63b319404b Fix handling mixed const/non-const cases. 2019-05-28 02:47:33 +03:00
Георгий Кондратьев
707ca25007 Delete port/memrchr.h
Its last user was deleted in 141e9799e4
2019-05-27 23:41:23 +00:00
filimonov
c5628b9153
fixing typos 2019-05-27 23:21:23 +02:00
Ivan Lezhankin
1eccbc39c5 Don't add virtual column to empty block 2019-05-28 00:01:24 +03:00
Azat Khuzhin
e527def18a
Fix INSERT into Distributed() table with MATERIALIZED column
By just skipping MATERIALIZED columns during processing.

P.S. you cannot use insert_allow_materialized_columns since it works
only for Buffer() engine.

Fixes: #4015
Fixes: #3673
Fixes: 01501fa8db ("correct column list
for rewritten INSERT query into Distributed [#CLICKHOUSE-4161]")
2019-05-27 23:32:05 +03:00
Alexander Kozhikhov
b9c68cbf3a changes on return type of linearRegression 2019-05-27 23:18:14 +03:00
Alexander Kozhikhov
5cd85baec6 changes on return type of linearRegression 2019-05-27 23:14:23 +03:00
chertus
912813ba3c trying to add dictionaries to stateless test 2019-05-27 22:57:05 +03:00
alexey-milovidov
b7d0add7a8
Merge pull request #5431 from proller/fix22
clickhouse-client: allow to run with unaccessable history file (read-only, no disk space, file is directory, ...)
2019-05-27 22:38:27 +03:00
filimonov
3b77a8597d
Small improvements for docs of Engine=Join 2019-05-27 21:34:04 +02:00
proller
324317ff6f clickhouse-client: allow to run with unaccessable history file (read only, no disk space, file is directory, ...) 2019-05-27 21:56:50 +03:00
Ivan Lezhankin
13212c9b01 Fix the hang on dropping Kafka table when there is no mat. views 2019-05-27 20:25:34 +03:00
alexey-milovidov
da750145bf
Merge pull request #5428 from yandex/changelog-renames-issues
Changelog renames issues
2019-05-27 20:08:47 +03:00
filimonov
91ce8bf998
Remove simpleLinearRegression from RU changelog
the function was renamed after 19.6.2.11 release
2019-05-27 18:44:12 +02:00
chertus
42768af0e0 test for dictGet with Decimals 2019-05-27 19:41:48 +03:00
filimonov
ded5846514
Remove simpleLinearRegression from changelog
Was renamed after that release,
2019-05-27 18:40:29 +02:00
Anastasiya Rodigina
21e27cb854 Make custom upper_bound - probably will change it 2019-05-27 10:50:37 +00:00
Danila Kutenin
b579c98651
Merge pull request #5422 from yandex/ngram_non_symmetric
ngramEntry renamed to ngramSearch
2019-05-27 12:50:08 +03:00
Danila Kutenin
b65a9499c8 ngramEntry renamed to ngramSearch 2019-05-27 12:05:02 +03:00
alexey-milovidov
ead911efc2
Merge pull request #5419 from yurriy/mysql
Improvements of MySQL Wire Protocol
2019-05-27 04:59:23 +03:00
Anastasiya Rodigina
76f2cbf677 Edit perf test a little bit 2019-05-26 22:25:06 +00:00
Anastasiya Rodigina
cd5b3e60c5 Try 2 to fix tests 2019-05-26 21:41:12 +00:00
Anastasiya Rodigina
abec62bc5d Try 1 to fix tests - edit tabs 2019-05-26 20:47:48 +00:00
Anastasiya Rodigina
1c3f6ee6f0 Try 1 to fix tests - edit tabs 2019-05-26 20:43:46 +00:00
Anastasiya Rodigina
99f1aa65b3 Try 1 to fix tests 2019-05-26 20:41:51 +00:00
Ivan Lezhankin
d2fd7a449f Fix build 2019-05-26 23:10:43 +03:00
Yuriy
96c2bb383f using logging level from config.xml 2019-05-26 22:30:23 +03:00
Anastasiya Rodigina
32114f0260 Edit tests 2019-05-26 19:16:46 +00:00
alexey-milovidov
aabee36dac
Merge pull request #5279 from svladykin/bitmap1
New bitmap functions: `bitmapHasAny` and `bitmapHasAll`
2019-05-26 21:44:02 +03:00
Alexey Milovidov
fc12bbe6d4 Revert "Print error messages to stderr."
This reverts commit 00380ad6d8.
2019-05-26 21:38:43 +03:00
alexey-milovidov
d7a33b9104
Merge pull request #5420 from vitlibar/performance-test-for-json-extract
Performance test for the functions JSONExtract*
2019-05-26 21:23:31 +03:00
Vitaly Baranov
71177b6f1f Performance test for the functions JSONExtract* 2019-05-26 17:11:26 +03:00
Anastasiya Rodigina
02af357fe4 Add perf test 2019-05-26 12:54:13 +00:00
Anastasiya Rodigina
65615aaed3 Edit little silly misprints 2019-05-26 12:08:48 +00:00
BayoNet
c489e1f98b Merge branch 'DOCAPI-6423-leastSqr' of github.com:BayoNet/ClickHouse into DOCAPI-4293 2019-05-26 14:16:33 +03:00
Sergi Vladykin
8c7b6137bc Code style fixed. 2019-05-26 13:02:48 +03:00
Sergi Vladykin
4bd60b9fbd Fixed types in tests. 2019-05-26 12:58:39 +03:00
Sergi Vladykin
2be4721771 Merge branch 'master' of https://github.com/yandex/ClickHouse into bitmap1 2019-05-26 12:27:54 +03:00
Danila Kutenin
61a1d91d71
Merge pull request #5418 from yandex/ngram_non_symmetric
ngramEntry function was added
2019-05-26 11:02:48 +03:00
Yuriy
96e3574a06 Improvements of MySQL Wire Protocol 2019-05-26 09:52:29 +03:00
Alexander Tretiakov
461fb1eaa8 fix test 2019-05-26 01:51:21 +03:00
Alexander Tretiakov
212731b3e2 merge 2019-05-26 01:45:15 +03:00
Danila Kutenin
b981318999 docs 2019-05-25 23:39:35 +03:00
Danila Kutenin
2097e3edc8 docs 2019-05-25 21:50:08 +03:00
Danila Kutenin
6090f5eca8 ngramEntry function was added 2019-05-25 21:47:26 +03:00
Alexander Kozhikhov
dd259c408d Merge branch 'master' of https://github.com/yandex/ClickHouse 2019-05-25 21:42:16 +03:00
Alexander Kozhikhov
0be0529b59 changes on lin reg 2019-05-25 21:41:58 +03:00
alexey-milovidov
461c4919d3
Merge pull request #5116 from PerformanceVision/send_header
Send a X-ClickHouse summary on the header for HTTP client with number of rows inserted
2019-05-25 20:20:35 +03:00