hcz
|
d8fce448a2
|
Implement null_as_default for JSONStrings formats
|
2020-09-09 15:47:32 +08:00 |
|
hcz
|
a80c1adee8
|
Add JSONCompactStrings formats
|
2020-09-02 12:15:58 +08:00 |
|
hcz
|
ac5877e601
|
Fix tests
|
2020-09-02 00:58:39 +08:00 |
|
hcz
|
c25a99aaf5
|
Add tests
|
2020-09-01 17:47:37 +08:00 |
|
alexey-milovidov
|
31460db37c
|
Merge pull request #14028 from ClickHouse/hczhcz-patch-0819-2
Merging #13877
|
2020-08-26 04:24:24 +03:00 |
|
alexey-milovidov
|
5a8bd865ee
|
Merge pull request #14065 from ClickHouse/adjust_test_time
Adjust test time
|
2020-08-26 04:23:36 +03:00 |
|
alexey-milovidov
|
6d80255bca
|
Merge pull request #14055 from ClickHouse/investigate-test
Fix test `01056_prepared_statements_null_and_escaping.sh`
|
2020-08-26 03:47:47 +03:00 |
|
alexey-milovidov
|
2d9c806f1b
|
Merge pull request #14066 from ClickHouse/fix-flacky-test-10
Fix error in clickhouse-benchmark test
|
2020-08-26 03:41:16 +03:00 |
|
alexey-milovidov
|
f40b80ed45
|
Merge pull request #12756 from sundy-li/hotfix/dict-access
Fix ClickHouseDictionarySource wrong access check
|
2020-08-26 03:33:42 +03:00 |
|
alexey-milovidov
|
00c697df06
|
Merge pull request #14005 from ClickHouse/ucasFL-new-branch
Merging #12195
|
2020-08-26 01:33:54 +03:00 |
|
Alexey Milovidov
|
86d99f7c7f
|
Disable "optimize_trivial_insert_select" for one perf test
|
2020-08-26 01:33:31 +03:00 |
|
alexey-milovidov
|
75a3bbf5b2
|
Merge pull request #13722 from javisantana/fix/replicas_status_verbose
return 200 when replicas status is ok and verbose = 1
|
2020-08-26 00:35:47 +03:00 |
|
alexey-milovidov
|
421faed3f5
|
Merge pull request #14047 from 4ertus2/some
Test for AST optimizations with Distributed query
|
2020-08-26 00:11:44 +03:00 |
|
Alexey Milovidov
|
e2721e95d8
|
Merge branch 'master' into hczhcz-patch-0819-2
|
2020-08-25 23:50:41 +03:00 |
|
Alexey Milovidov
|
e05ad381ce
|
Fix error in clickhouse-benchmark test
|
2020-08-25 23:33:03 +03:00 |
|
Alexey Milovidov
|
f77e2149fc
|
Adjust test time
|
2020-08-25 23:28:38 +03:00 |
|
Alexey Milovidov
|
8864356f33
|
Kludge
|
2020-08-25 23:09:23 +03:00 |
|
Artem Zuikov
|
737b255aae
|
ignore test in ya check
|
2020-08-25 19:32:58 +03:00 |
|
alesapin
|
f95acff93c
|
Update 01456_modify_column_type_via_add_drop_update.sql
|
2020-08-25 19:00:00 +03:00 |
|
Vitaly Baranov
|
82c8f56713
|
Add test for changing column's type by performing ADD COLUMN + UPDATE + DROP COLUMN.
|
2020-08-25 16:30:05 +03:00 |
|
Artem Zuikov
|
8d2122c62c
|
add test
|
2020-08-25 15:46:31 +03:00 |
|
alesapin
|
dffd0a8213
|
Merge pull request #14027 from ClickHouse/faster-test
Faster test under TSan
|
2020-08-25 10:17:59 +03:00 |
|
alexey-milovidov
|
7ea5364299
|
Merge pull request #13648 from filimonov/tzdata_version2
tzdata improvements
|
2020-08-24 23:07:37 +03:00 |
|
Alexey Milovidov
|
846cdd70fc
|
Merge branch 'patch-0819' of https://github.com/hczhcz/ClickHouse into hczhcz-patch-0819-2
|
2020-08-24 23:01:59 +03:00 |
|
Alexey Milovidov
|
ffd8c19385
|
Faster test under TSan
|
2020-08-24 22:59:28 +03:00 |
|
Alexey Milovidov
|
ec24bfe128
|
Added a test that proves feature exists
|
2020-08-24 22:54:06 +03:00 |
|
Nikita Mikhaylov
|
e4fc48254a
|
Merge pull request #13818 from bharatnc/ncb/quantileExactLowHigh
add functions for quantileExactLow & quantileExactHigh
|
2020-08-24 23:51:30 +04:00 |
|
alexey-milovidov
|
2e6ff0c5ec
|
Merge pull request #13925 from 4ertus2/ast
Rewrite duplicate distinct optimization
|
2020-08-24 22:33:22 +03:00 |
|
alexey-milovidov
|
6a164634d7
|
Merge pull request #12550 from myrrc/bug/low-cardinality-arrays-optimisations
Optimising has(), indexOf(), and countEqual() for Array(LowCardinality(T)) and constant right arguments
|
2020-08-24 22:31:29 +03:00 |
|
alexey-milovidov
|
ad64cea4aa
|
Merge pull request #13980 from ClickHouse/fix-stress-test-2
Attempt to fix stress test
|
2020-08-24 22:03:32 +03:00 |
|
alexey-milovidov
|
14400b5b41
|
Merge pull request #13940 from hczhcz/patch-0821
Fix parser to reject create table as table function with engine
|
2020-08-24 22:01:40 +03:00 |
|
alesapin
|
d806e0c052
|
Merge pull request #13450 from ClickHouse/fix_ddl_worker_timeouts
Fix DDL worker timeouts for long queries
|
2020-08-24 19:23:09 +03:00 |
|
Alexey Milovidov
|
dfe870e38c
|
Merge branch 'new-branch' of https://github.com/ucasFL/ClickHouse into ucasFL-new-branch
|
2020-08-24 16:26:08 +03:00 |
|
Artem Zuikov
|
69c77ff229
|
Merge branch 'master' into ast
|
2020-08-24 14:09:30 +03:00 |
|
Anton Popov
|
93d49e5815
|
Merge pull request #13237 from vdimir/string-locate-startpos-3776
Support start_pos argument in `position` function
|
2020-08-24 12:23:19 +03:00 |
|
Alexander Kazakov
|
d99ddb9ca9
|
In perf test array_index_lc: adjusted iterations count
|
2020-08-24 12:02:48 +03:00 |
|
alesapin
|
f5730a3a5f
|
Merge branch 'master' into fix_ddl_worker_timeouts
|
2020-08-24 11:50:11 +03:00 |
|
hcz
|
7c02047060
|
Fix tests
|
2020-08-24 10:51:04 +08:00 |
|
Alexey Milovidov
|
d44982072c
|
More robust
|
2020-08-24 03:14:24 +03:00 |
|
alexey-milovidov
|
d0b6ba35d1
|
Merge pull request #8367 from amosbird/scalarfix
fix scalar subquery hash conflicts
|
2020-08-24 01:14:34 +03:00 |
|
Alexander Kazakov
|
48333b29f6
|
Minior rename
|
2020-08-24 00:42:00 +03:00 |
|
Alexander Kazakov
|
eac2c59055
|
Fix up
|
2020-08-24 00:16:16 +03:00 |
|
Alexander Kazakov
|
ce0ab0e28b
|
Split array_index_low_cardinality performance test: numbers/strings
|
2020-08-24 00:13:57 +03:00 |
|
bharatnc
|
70d532ace6
|
fix tests spacing in 0700_decimal_aggregates.reference
|
2020-08-23 10:09:41 -07:00 |
|
bharatnc
|
0814973af9
|
add tests for quantileExactLow & quantileExactHigh
|
2020-08-23 10:09:41 -07:00 |
|
hcz
|
559242503b
|
Add test cases
|
2020-08-24 01:01:47 +08:00 |
|
alexey-milovidov
|
7b53a0ef33
|
Revert "Added allow_merges option for volumes in multi-disk configuration (#13402)"
This reverts commit 1e2616542a .
|
2020-08-21 18:44:29 +03:00 |
|
alexey-milovidov
|
84db9a3a66
|
Merge pull request #13906 from tomjiang1987/optimize_error_msg_for_null
optimize error msg for null value of TabSeparatedRow format
|
2020-08-21 16:06:16 +03:00 |
|
alexey-milovidov
|
55ac192417
|
Merge pull request #13928 from ClickHouse/wring-error-for-too-long-query
Fix wrong error for long queries.
|
2020-08-21 13:18:19 +03:00 |
|
Vladimir Chebotarev
|
1e2616542a
|
Added allow_merges option for volumes in multi-disk configuration (#13402)
|
2020-08-21 12:04:13 +03:00 |
|