comunodi
|
12af7869cc
|
Add tests for complex dict with two keys
|
2019-06-02 04:30:06 +03:00 |
|
comunodi
|
08c2f183dd
|
Fix complex dict with two keys
|
2019-06-02 04:22:06 +03:00 |
|
comunodi
|
a964af386c
|
Optimize includes
|
2019-05-31 00:16:12 +03:00 |
|
comunodi
|
c58effc2af
|
Fix inserting keys with hash map
|
2019-05-31 00:07:34 +03:00 |
|
comunodi
|
2f74c0db70
|
Delete useless import
|
2019-05-30 23:40:29 +03:00 |
|
comunodi
|
4947a0cfa9
|
Disable redundant tests
|
2019-05-30 23:24:23 +03:00 |
|
comunodi
|
61a9e6c448
|
Fix test for hashed dict
|
2019-05-30 22:44:40 +03:00 |
|
comunodi
|
559628575a
|
Merge branch 'master' into add-ext-dict-redis
# Conflicts:
# dbms/tests/integration/image/Dockerfile
|
2019-05-28 23:20:41 +03:00 |
|
comunodi
|
67059d8ed1
|
Add tests only for kv storages
|
2019-05-28 23:17:30 +03:00 |
|
comunodi
|
a8ce7530c9
|
Put keys in result block only if value exists
|
2019-05-28 23:06:06 +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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
comunodi
|
b3d8ec3e04
|
Handle Null keys
|
2019-05-26 18:55:09 +03:00 |
|
Vitaly Baranov
|
71177b6f1f
|
Performance test for the functions JSONExtract*
|
2019-05-26 17:11:26 +03:00 |
|
comunodi
|
179ad92874
|
Fix diff with master
|
2019-05-26 15:58:40 +03:00 |
|
comunodi
|
5ea9bb228c
|
Merge branch 'master' into add-ext-dict-redis
|
2019-05-26 15:49:35 +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 |
|
comunodi
|
ba879d95f7
|
Unify keys handling
|
2019-05-26 01:54:56 +03:00 |
|
Danila Kutenin
|
6090f5eca8
|
ngramEntry function was added
|
2019-05-25 21:47:26 +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 |
|
Alexey Milovidov
|
f225a7a08a
|
Clarified time zone in test
|
2019-05-25 18:38:05 +03:00 |
|
Alexey Milovidov
|
207d2048c6
|
Added forward declarations
|
2019-05-25 17:15:22 +03:00 |
|
Alexey Milovidov
|
b94f2be154
|
Merge branch 'mysql' of https://github.com/yurriy/ClickHouse into yurriy-mysql
|
2019-05-25 17:14:57 +03:00 |
|