Amos Bird
|
b68857d086
|
Simplify projection, add minmax_count projection.
|
2021-08-28 11:25:37 +08:00 |
|
tavplubix
|
e3b2586a02
|
Merge pull request #28274 from ClickHouse/revert-28054-mysql
Revert "Add test for #13398"
|
2021-08-28 04:04:10 +03:00 |
|
Alexey Milovidov
|
79e0433ba7
|
Merge branch 'master' of github.com:yandex/ClickHouse into async-reads
|
2021-08-28 01:19:16 +03:00 |
|
alexey-milovidov
|
4eef445df9
|
Merge pull request #28266 from CurtizJ/fix-order-by-merge
Fix order by for `Merge` tables with `optimize_read_in_order`
|
2021-08-28 01:15:40 +03:00 |
|
alexey-milovidov
|
37b66dc70a
|
Merge pull request #28234 from kssenii/fix-codes
Fix error codes
|
2021-08-28 00:00:10 +03:00 |
|
tavplubix
|
c36fe210b8
|
Revert "Add test for #13398"
|
2021-08-27 21:07:10 +03:00 |
|
Anton Popov
|
89e1d1f64a
|
fix order by for StorageMerge with optimize_read_in_order
|
2021-08-27 16:55:55 +03:00 |
|
kssenii
|
3f7259f955
|
Check error codes in style-check, update test
|
2021-08-27 16:26:26 +03:00 |
|
tavplubix
|
481cc011c7
|
Merge pull request #28212 from azat/zookeeper_log-improvements
zookeeper_log improvements
|
2021-08-27 16:22:52 +03:00 |
|
tavplubix
|
703101fe4d
|
Merge pull request #27931 from ClickHouse/wait_for_all_replicas_timeouts
Avoid too long waiting for inactive replicas
|
2021-08-27 14:31:36 +03:00 |
|
Nikolai Kochetov
|
614e30e601
|
Merge pull request #28205 from ClickHouse/fix-lc-and-inifinite-fields
Fix insertion of fields with Infinity values in nullable low cardinality columns
|
2021-08-27 11:28:13 +03:00 |
|
zhongyuankai
|
a7ee7621dd
|
optimize code
|
2021-08-27 15:44:50 +08:00 |
|
Azat Khuzhin
|
44db6e2998
|
Mark 01158_zookeeper_log as long
According to one of flaky check (address) runs [1] it is possible for
this test to run out of 60 seconds.
[1]: https://clickhouse-test-reports.s3.yandex.net/28212/a63ef6b8eb9d259b0dbb655ae2a9cba525db87e8/functional_stateless_tests_flaky_check_(address).html#fail1
|
2021-08-27 09:41:19 +03:00 |
|
Azat Khuzhin
|
124e252681
|
Avoid 01158_zookeeper_log depends on cleanup_delay_period
Like in [1].
[1]: https://clickhouse-test-reports.s3.yandex.net/28212/a63ef6b8eb9d259b0dbb655ae2a9cba525db87e8/functional_stateless_tests_flaky_check_(address).html#fail1
|
2021-08-27 09:40:54 +03:00 |
|
zhongyuankai
|
ac0f606013
|
fix system views test
|
2021-08-27 14:14:07 +08:00 |
|
zhongyuankai
|
af3a1c30f7
|
fix system views test
|
2021-08-27 13:21:40 +08:00 |
|
zhongyuankai
|
3c19cd729f
|
fix system views test
|
2021-08-27 12:27:33 +08:00 |
|
zhongyuankai
|
b57dff7157
|
update system views test
|
2021-08-27 11:32:17 +08:00 |
|
zhongyuankai
|
306da6f414
|
update system views test
|
2021-08-27 10:41:15 +08:00 |
|
zhongyuankai
|
5976869451
|
update system views test
|
2021-08-27 10:06:12 +08:00 |
|
Alexey Milovidov
|
46732e781f
|
Merge branch 'master' of github.com:yandex/ClickHouse into async-reads
|
2021-08-27 01:57:48 +03:00 |
|
Azat Khuzhin
|
91621cfcd2
|
Fix reading of custom TLD w/o new line at EOF
Fixes: #28177
|
2021-08-27 00:43:21 +03:00 |
|
Azat Khuzhin
|
5bb0a91f83
|
Fix system.zookeeper_log.address (Before it always contains "::")
|
2021-08-27 00:41:06 +03:00 |
|
Nikolai Kochetov
|
9c028be1e4
|
Fix insertion of fields with Infinity values in nullable low cardinality columns.
|
2021-08-26 21:19:12 +03:00 |
|
mergify[bot]
|
401b2f3b8f
|
Merge branch 'master' into json-as-string
|
2021-08-26 15:03:59 +00:00 |
|
Nikita Mikhaylov
|
fc37817ada
|
Merge pull request #28150 from FArthur-cmd/fix_compression_26149
Fix `Attempt to read after eof with enabled data compression`
|
2021-08-26 17:17:09 +03:00 |
|
Kruglov Pavel
|
5bc332c40c
|
Merge pull request #28054 from kssenii/mysql
Add test for #13398
|
2021-08-26 16:39:43 +03:00 |
|
Kruglov Pavel
|
3644f2a754
|
Merge pull request #28096 from CurtizJ/map-keys-conversion
Support implicit conversions between index in operator [] and key of Map
|
2021-08-26 16:31:12 +03:00 |
|
zhongyuankai
|
15cbd7470a
|
StorageSystemViews bug fix
|
2021-08-26 20:54:04 +08:00 |
|
alesapin
|
bcaff65457
|
Merge pull request #28028 from ClickHouse/replicated-tree-attach-wip
Allow attaching parts with 'compatible' enum types
|
2021-08-26 13:50:29 +03:00 |
|
Artur
|
933b2e07c2
|
add database name in go test
|
2021-08-26 09:44:10 +00:00 |
|
tavplubix
|
774af49393
|
Merge pull request #27529 from ClickHouse/break_some_tests
Break some tests
|
2021-08-26 12:40:42 +03:00 |
|
Nikolai Kochetov
|
7636b6ae67
|
Update 2010_lc_native.python
|
2021-08-26 11:33:48 +03:00 |
|
Ilya Yatsishin
|
0a9feade3d
|
Merge pull request #28079 from vdimir/fuzz-j2
Use jinja template tests in fuzzer
|
2021-08-26 10:53:45 +03:00 |
|
Nikita Mikhaylov
|
b505a9bf8e
|
Update 02013_zlib_read_after_eof.sh
|
2021-08-26 02:19:34 +03:00 |
|
Alexey Milovidov
|
3cb9cf7242
|
Merge branch 'master' of github.com:yandex/ClickHouse into async-reads
|
2021-08-26 01:55:46 +03:00 |
|
Alexey Milovidov
|
ada4276662
|
Update two tests
|
2021-08-26 01:15:06 +03:00 |
|
Nikita Mikhaylov
|
4a12a5fe91
|
Better
|
2021-08-25 21:29:28 +00:00 |
|
mergify[bot]
|
69d2a6080b
|
Merge branch 'master' into fix_compression_26149
|
2021-08-25 19:01:08 +00:00 |
|
Artur
|
40dde28f9a
|
improve test
|
2021-08-25 18:01:10 +00:00 |
|
Nikita Mikhaylov
|
fa95fa1517
|
Added a test
|
2021-08-25 17:42:57 +00:00 |
|
mergify[bot]
|
ccf07ff991
|
Merge branch 'master' into break_some_tests
|
2021-08-25 17:07:23 +00:00 |
|
alesapin
|
eaa49f56dd
|
Merge pull request #27019 from lthaooo/materialize_ttl_recalculate_only
Improvement of Materialize TTL
|
2021-08-25 19:10:20 +03:00 |
|
Artur Filatenkov
|
31c7e22bd6
|
correct style
|
2021-08-25 18:29:25 +03:00 |
|
Nikolay Degterinsky
|
f722132f23
|
Merge branch 'master' into ncb/import-export-lz4
|
2021-08-25 14:59:17 +03:00 |
|
Filatenkov Artur
|
884b51116d
|
Merge branch 'master' into master
|
2021-08-25 14:34:39 +03:00 |
|
zhongyuankai
|
4f81ff97b2
|
update system.views test
|
2021-08-25 19:22:02 +08:00 |
|
Maksim Kita
|
df1fe27791
|
Merge pull request #28105 from azat/enable-optimize_distributed_group_by_sharding_key
Enable optimize_distributed_group_by_sharding_key by default
|
2021-08-25 14:07:33 +03:00 |
|
zhongyuankai
|
64efa917d8
|
review system.views
|
2021-08-25 18:11:40 +08:00 |
|
alesapin
|
6e40cad785
|
Revert "Improve 01730_distributed_group_by_no_merge_order_by_long"
|
2021-08-25 12:37:55 +03:00 |
|
mergify[bot]
|
eedf9f0936
|
Merge branch 'master' into break_some_tests
|
2021-08-25 08:38:00 +00:00 |
|
vdimir
|
9ea6ee7fb2
|
Dummy change in 01720_join_implicit_cast.sql.j2
|
2021-08-25 11:18:31 +03:00 |
|
zhongyuankai
|
52570b1c80
|
Merge branch 'master' into add-system-of-table_views
|
2021-08-25 15:59:23 +08:00 |
|
alesapin
|
a0b65b35af
|
Update tests/queries/skip_list.json
|
2021-08-25 10:21:44 +03:00 |
|
alesapin
|
875cfb9f98
|
Update tests/queries/skip_list.json
|
2021-08-25 10:21:38 +03:00 |
|
alesapin
|
9491c0d650
|
Update tests/queries/skip_list.json
|
2021-08-25 10:21:33 +03:00 |
|
Maksim Kita
|
dc852568c0
|
Merge pull request #27796 from ClickHouse/create-user-defined-lambda-function
Merging #23978
|
2021-08-25 10:08:20 +03:00 |
|
Azat Khuzhin
|
af0a4d93ba
|
Improve 01730_distributed_group_by_no_merge_order_by_long
Add a negativ case to show the difference w/ and w/o
optimize_aggregation_in_order=1
|
2021-08-25 09:05:47 +03:00 |
|
Azat Khuzhin
|
c3096805ac
|
Update 01213_optimize_skip_unused_shards_DISTINCT
|
2021-08-25 08:41:15 +03:00 |
|
terrylin
|
0094115426
|
improvement of materilize ttl
|
2021-08-25 10:57:17 +08:00 |
|
Anton Popov
|
47bb5eb330
|
support implicit conversions between index in operator [] and key of Map
|
2021-08-24 21:16:06 +03:00 |
|
Maksim Kita
|
82ba24cd10
|
Merge branch 'master' into create-user-defined-lambda-function
|
2021-08-24 19:12:32 +03:00 |
|
Alexander Tokmakov
|
4a86deaa7d
|
fix
|
2021-08-24 18:56:32 +03:00 |
|
Alexander Tokmakov
|
c6120baf04
|
Merge branch 'master' into break_some_tests
|
2021-08-24 17:53:48 +03:00 |
|
kssenii
|
761f59c6b5
|
Fix test
|
2021-08-24 13:57:30 +00:00 |
|
Nikolai Kochetov
|
b445e4b9d5
|
Fix test.
|
2021-08-24 16:55:36 +03:00 |
|
OnePiece
|
17ba4c620e
|
Merge branch 'ClickHouse:master' into add-system-of-table_views
|
2021-08-24 20:20:24 +08:00 |
|
OnePiece
|
7f72e51a8f
|
Create 02013_add_system_table_views.sql
|
2021-08-24 20:14:01 +08:00 |
|
OnePiece
|
adefa73b73
|
Create 02013_add_system_table_views.reference
|
2021-08-24 20:13:04 +08:00 |
|
Dmitry Novik
|
987421862a
|
exclude tests
|
2021-08-24 14:19:34 +03:00 |
|
mergify[bot]
|
ae22bab2c4
|
Merge branch 'master' into materialize_ttl_recalculate_only
|
2021-08-24 08:49:19 +00:00 |
|
Nikolay Degterinsky
|
d60f128a9a
|
Merge branch 'master' into ncb/import-export-lz4
|
2021-08-24 11:47:10 +03:00 |
|
Alexander Tokmakov
|
697f2bcedb
|
fix
|
2021-08-24 11:35:45 +03:00 |
|
Vladimir C
|
5f4ca42d15
|
Merge pull request #23051 from excitoon-favorites/s3partitionedwrite
|
2021-08-24 10:58:43 +03:00 |
|
Vladimir C
|
0858fdf113
|
Merge pull request #27036 from nickitat/nickitat_select_filter
|
2021-08-24 10:18:55 +03:00 |
|
Vladimir C
|
98acccbdcc
|
Merge branch 'master' into s3partitionedwrite
|
2021-08-24 10:03:57 +03:00 |
|
Nikolay Degterinsky
|
3134cd3668
|
Fix test
|
2021-08-24 02:01:14 +03:00 |
|
Dmitry Novik
|
d5b116b2da
|
update tests
|
2021-08-24 01:00:41 +03:00 |
|
Vitaly Baranov
|
63e8bc1f20
|
Added new commands BACKUP and RESTORE.
|
2021-08-23 23:41:45 +03:00 |
|
Anton Popov
|
0db8b524f0
|
Merge pull request #27984 from BraulioVM/optimize/has-all-bloom-filter
Make `hasAll` filter condition leverage bloom filters
|
2021-08-23 22:19:50 +03:00 |
|
Nikolay Degterinsky
|
4c89ee1c34
|
Fix test to work in parallel
|
2021-08-23 20:12:24 +03:00 |
|
Dmitry Novik
|
6dad70a1fb
|
Add check whether enums have the same underlying type or not
|
2021-08-23 17:55:21 +03:00 |
|
Maksim Kita
|
010d72593f
|
Fixed integration tests
|
2021-08-23 17:31:58 +03:00 |
|
Dmitry Novik
|
ac2e9a27e6
|
Fixes #26672. Lower restrictions in StorageInMemoryMetadata::check.
|
2021-08-23 16:08:23 +03:00 |
|
Alexander Tokmakov
|
cc9c2fd63b
|
make code better
|
2021-08-23 15:57:50 +03:00 |
|
Maksim Kita
|
2a6aa50d49
|
Merge branch 'master' into create-user-defined-lambda-function
|
2021-08-23 11:08:49 +03:00 |
|
vdimir
|
6fe63a80bc
|
Fix validateKey/Bucket for S3
|
2021-08-23 09:22:15 +03:00 |
|
vdimir
|
6ba6577978
|
Do not allow slashes in bucket formatted from PARTITION BY
|
2021-08-23 09:22:15 +03:00 |
|
vdimir
|
c4c42b61c4
|
Validate uft8 in partition key from PARTITION BY for s3
|
2021-08-23 09:22:15 +03:00 |
|
Vladimir Chebotarev
|
6b75863dd4
|
Test fix.
|
2021-08-23 09:22:13 +03:00 |
|
vdimir
|
f02ceedd92
|
Add 01944_insert_partition_by to arcadia and fasttest skip list
|
2021-08-23 09:22:13 +03:00 |
|
vdimir
|
eb31b194b9
|
Add validation to insert partition by key to s3
|
2021-08-23 09:22:13 +03:00 |
|
vdimir
|
d13b98d1c0
|
Add test for unsupported INSERT PARTITION BY
|
2021-08-23 09:22:13 +03:00 |
|
RedClusive
|
1b7fe54f45
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into feature-quantileBfloat16
|
2021-08-22 12:41:11 +00:00 |
|
RedClusive
|
a68a7c3c36
|
add test
|
2021-08-22 12:15:20 +00:00 |
|
Braulio Valdivielso
|
12e57b4e24
|
rename hasAll tests
|
2021-08-22 10:12:00 +01:00 |
|
alexey-milovidov
|
e620ea15bd
|
Merge pull request #27900 from amosbird/newf
getServerPort function
|
2021-08-21 22:40:25 +03:00 |
|
alexey-milovidov
|
40a4a6663e
|
Merge pull request #27830 from zhanglistar/master
Add sha512 hash functions
|
2021-08-21 22:38:06 +03:00 |
|
alexey-milovidov
|
fef442ba34
|
Merge pull request #27939 from amosbird/jsonextractstring
Fix JSONExtract String with null value.
|
2021-08-21 22:37:28 +03:00 |
|
Alexey Boykov
|
e49d0c4533
|
Merge pull request #27563 from achimbab/bugfix_wf_strict
Bugfix for windowFunnel's "strict" mode.
|
2021-08-21 22:37:21 +03:00 |
|