Commit Graph

25109 Commits

Author SHA1 Message Date
stavrolia
a266eea5c4 Improves perf tests for formatting and parsing tables with engine File 2019-05-31 11:05:26 +03:00
alesapin
5fba23a8bb Remove time stop 2019-05-29 13:09:51 +03:00
alexey-milovidov
f91fa4c66e
Merge pull request #5457 from yandex/ml-method-tiny-fixes
Tiny fixes for ML methods.
2019-05-29 08:31:32 +03:00
Nikolai Kochetov
713ccd1f60 Added comment for IAggregateFunction::getReturnTypeToPredict(). Small code fixes. 2019-05-29 06:42:33 +03:00
Nikolai Kochetov
1c8b7dc96d
Merge pull request #5411 from Quid37/master
small changes on linear regression
2019-05-29 06:31:51 +03:00
alexey-milovidov
0947cdafb9
Merge pull request #5452 from 4ertus2/dict
Remove unused specializations in dictionaries
2019-05-29 03:25:35 +03:00
alexey-milovidov
cd99406b63
Merge pull request #5455 from yandex/fixing-external-data-settings
Fix settings in ExternalData HTTP request
2019-05-29 03:23:56 +03:00
alexey-milovidov
8b050b0061
Update HTTPHandler.cpp 2019-05-29 03:23:47 +03:00
Danila Kutenin
98d28706f4 Fix settings in ExternalData HTTP request 2019-05-29 00:31:19 +03:00
chertus
49e12eaa60 remove unused specializations in dictionaries 2019-05-28 22:30:01 +03:00
Loud_Scream
05bb22cab6 Change docker file for integration test (#5449)
* Change docker file for integration test

* Delete useless libraries

* need ssl
2019-05-28 21:53:22 +03:00
Vitaly Baranov
c7924c8ea3
Merge pull request #5444 from vitlibar/readable-queries-for-json-performance-tests
Make queries for JSONExtract* performance tests more readable
2019-05-28 21:48:53 +03:00
alexey-milovidov
c5d18dfde1
Merge pull request #5446 from 4ertus2/some
Disable implicit type conversions in dictGet functions (it's not working)
2019-05-28 20:34:13 +03:00
alexey-milovidov
5adef8bc56
Merge pull request #5437 from TCeason/bug_fix
ISSUES-5432 fix bad alloc when truncate join storage
2019-05-28 20:33:14 +03:00
alexey-milovidov
829102671f
Merge pull request #5440 from azat-archive/hashed-dictionary-element_count
Fix element_count for hashed dictionary (do not include duplicates)
2019-05-28 20:21:40 +03:00
alexey-milovidov
6cdb4e2aeb
Merge pull request #5443 from abyss7/fix-default-timezone
Use contents of environment variable TZ as the name for timezone
2019-05-28 20:11:34 +03:00
Vitaly Baranov
908f7a80d6 Add precondition to run performance test with simdjson only on CPU
with AVX2 instructions.
2019-05-28 17:47:35 +03:00
chertus
0d77a96b3c disable implicit type conversions in dictGet functions 2019-05-28 17:04:00 +03:00
Vitaly Baranov
e1da07c07d Make queries for JSONExtract* performance tests more readable for easy comparison. 2019-05-28 14:47:33 +03:00
Ivan Lezhankin
a390428cd8 Use contents of env TZ as the name for timezone 2019-05-28 14:33:21 +03:00
robot-clickhouse
1ecc430335 Auto version update to [19.9.1.1] [54421] 2019-05-28 13:52:55 +03:00
Azat Khuzhin
0275d62523
Fix element_count for hashed dictionary (do not include duplicates) 2019-05-28 11:25:31 +03:00
tai
1ab21e5774 ISSUES-5432 fix bad alloc when truncate join storage 2019-05-28 14:23:07 +08:00
alexey-milovidov
0c2aa46065
Merge pull request #5416 from vitlibar/fix-clickhouse-as-mysql-server
Fix clickhouse as mysql server
2019-05-28 06:13:31 +03:00
alexey-milovidov
bad1e25a86
Merge pull request #5433 from yandex/docs-join-engine-improvements
Small improvements for docs of Engine=Join
2019-05-28 06:12:42 +03:00
alexey-milovidov
03208525f5
Merge pull request #5434 from orivej/memrchr
Delete port/memrchr.h
2019-05-28 06:12:22 +03:00
alexey-milovidov
00d64077bf
Merge pull request #5435 from vitlibar/fix-json-functions-constness
Fix json functions constness
2019-05-28 06:10:59 +03:00
Vitaly Baranov
a35d1e0b3d Allow using MariaDB as a client without exception. 2019-05-28 03:15:05 +03:00
Vitaly Baranov
c07bd87716 Print "ClickHouse" when writing server's info at the start of the client session. 2019-05-28 03:09:19 +03:00
Vitaly Baranov
7af34954f9 Clearer message if the client doesn't have plugin sha256_password. 2019-05-28 03:08:12 +03:00
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
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
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
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
filimonov
ded5846514
Remove simpleLinearRegression from changelog
Was renamed after that release,
2019-05-27 18:40:29 +02: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
Yuriy
96c2bb383f using logging level from config.xml 2019-05-26 22:30:23 +03: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