Maksim Kita
|
94772f9cfc
|
Added performance tests
|
2022-05-23 14:43:13 +02:00 |
|
Maksim Kita
|
fa76f9af34
|
Update tests
|
2022-05-23 12:42:00 +02:00 |
|
Maksim Kita
|
d35654226a
|
Fixed tests
|
2022-05-23 12:42:00 +02:00 |
|
Maksim Kita
|
585b86446e
|
Added hierarchical_index_bytes_allocated column in system.dictionaries
|
2022-05-23 12:42:00 +02:00 |
|
Antonio Andelic
|
87d445295f
|
Merge pull request #37342 from azat/projections-optimize_aggregation_in_order-fix
Fix projections with GROUP/ORDER BY in query and optimize_aggregation_in_order
|
2022-05-23 12:29:16 +02:00 |
|
Kruglov Pavel
|
ce48e8e102
|
Merge pull request #36975 from Avogar/json-columns-formats
Add columnar JSON formats
|
2022-05-23 12:11:28 +02:00 |
|
Kruglov Pavel
|
754e675ec3
|
Merge pull request #37253 from Avogar/fix-defaults
Fix inserting defaults for missing values in columnar formats
|
2022-05-23 12:10:14 +02:00 |
|
Kruglov Pavel
|
9bc74439c1
|
Merge pull request #37327 from Avogar/arrow-strings
Allow to use String type instead of Binary in Arrow/Parquet/ORC formats
|
2022-05-23 12:05:33 +02:00 |
|
Alexey Milovidov
|
698e5e5352
|
Merge pull request #37415 from Joeywzr/gen_uuid
Generate multiple columns with UUID
|
2022-05-23 00:29:42 +03:00 |
|
Alexey Milovidov
|
d32d45e12e
|
Merge pull request #37400 from ndchikin/window_frame_fix
WindowTransform::moveRowNumber fix
|
2022-05-22 20:35:00 +03:00 |
|
Alexey Milovidov
|
3b046472fe
|
Update 02306_window_move_row_number_fix.sql
|
2022-05-22 20:33:07 +03:00 |
|
Memo
|
aa503f699a
|
fix tests
|
2022-05-22 13:43:05 +08:00 |
|
Memo
|
3a17180a4f
|
fix tests
|
2022-05-22 13:42:36 +08:00 |
|
Yakov Olkhovskiy
|
d878f193d8
|
Merge pull request #37013 from mnutt/hashid
Add hashid support
|
2022-05-21 17:14:54 -04:00 |
|
Kseniia Sumarokova
|
ec2a1c8ba5
|
Merge pull request #37188 from Vxider/wv-alter
ALTER TABLE MODIFY QUERY support for WindowView
|
2022-05-21 22:59:32 +02:00 |
|
Memo
|
942af133e5
|
init
|
2022-05-21 23:54:12 +08:00 |
|
ndchikin
|
4859108feb
|
WindowTransform::moveRowNumber fix
|
2022-05-20 20:49:10 +00:00 |
|
Alexey Milovidov
|
c77b078c2c
|
Merge pull request #37367 from ClickHouse/grouping-sets-with-rollup-cube
Disable WITH ROLLUP/CUBE for GROUPING SETS
|
2022-05-20 22:34:56 +03:00 |
|
Dmitry Novik
|
8c42a7c8f7
|
Update 02304_grouping_sets_with_rollup_cube.sql
|
2022-05-20 17:38:35 +02:00 |
|
avogar
|
6e2df9ecc4
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-defaults
|
2022-05-20 13:15:34 +00:00 |
|
Michael Nutt
|
23dbf1b257
|
Merge branch 'master' into hashid
|
2022-05-20 08:42:01 -04:00 |
|
avogar
|
a6a430c5ee
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into json-columns-formats
|
2022-05-20 11:08:30 +00:00 |
|
Vxider
|
020a868810
|
rename test
|
2022-05-20 10:53:06 +00:00 |
|
Vxider
|
063f11642e
|
update test
|
2022-05-20 10:50:38 +00:00 |
|
Vxider
|
956459eba2
|
Merged with master
|
2022-05-20 10:50:21 +00:00 |
|
mergify[bot]
|
1ac4199e78
|
Merge branch 'master' into arrow-strings
|
2022-05-20 10:43:33 +00:00 |
|
Kruglov Pavel
|
4dd447b232
|
Merge pull request #37332 from Avogar/schema-inference-with-globs
Apply input_format_max_rows_to_read_for_schema_inference for all files in globs in total
|
2022-05-20 12:42:32 +02:00 |
|
Kseniia Sumarokova
|
ee295038fa
|
Merge pull request #37214 from Vxider/wv-engine
Change ENGINE behavior in WindowView
|
2022-05-20 11:14:19 +02:00 |
|
Sergei Trifonov
|
2450ab9079
|
Merge pull request #36686 from azat/disk-least-used
Implement least_used load balancing algorithm for disks inside volume
|
2022-05-20 09:16:07 +02:00 |
|
Mikhail f. Shiryaev
|
52d81ecd86
|
Merge pull request #37374 from ClickHouse/docker-server-build
Fix docker server images building
|
2022-05-20 07:17:32 +02:00 |
|
Alexey Milovidov
|
87c6f806cf
|
Merge pull request #37371 from ClickHouse/safe-fail-on-cidb-down
Do not fail CI if events clickhouse is down
|
2022-05-20 03:52:04 +03:00 |
|
Alexey Milovidov
|
a02115f104
|
Update 02304_grouping_sets_with_rollup_cube.sql
|
2022-05-20 02:50:38 +03:00 |
|
Mikhail f. Shiryaev
|
39097a4cfc
|
Fix automatic bucket_prefix, exit 1 on failures
|
2022-05-20 00:06:44 +02:00 |
|
Mikhail f. Shiryaev
|
de23fdccf6
|
Fix get_release_or_pr execution in docker_server
|
2022-05-19 23:00:30 +02:00 |
|
Mikhail f. Shiryaev
|
de39a48c33
|
Append performance_url to build_urls
|
2022-05-19 22:44:10 +02:00 |
|
Mikhail f. Shiryaev
|
121571ec5d
|
Ugly hacks for performance.tgz artifacts
|
2022-05-19 22:37:54 +02:00 |
|
Robert Schulze
|
c0d5705891
|
Merge pull request #37326 from ClickHouse/fix-marks-cache-size-cfg
Provide default value for mark_cache_size
|
2022-05-19 20:20:25 +02:00 |
|
alesapin
|
711b94064e
|
Merge pull request #36538 from ClickHouse/merge-builds
Merge release and performance builds
|
2022-05-19 19:19:18 +02:00 |
|
Mikhail f. Shiryaev
|
7134fc848f
|
Use SSL certs verification for CI DB
|
2022-05-19 18:23:20 +02:00 |
|
Mikhail f. Shiryaev
|
8a74b1cf2f
|
Add forgotten insert_events_into to ast-fuzzer CI
|
2022-05-19 17:56:35 +02:00 |
|
Mikhail f. Shiryaev
|
338f638557
|
Fix linter errors
|
2022-05-19 17:54:56 +02:00 |
|
Mikhail f. Shiryaev
|
6a9d36a9e2
|
Do not fail CI on events DB down, improve logging
|
2022-05-19 17:53:00 +02:00 |
|
Dmitry Novik
|
86d48e1c99
|
Disable WITH ROLLUP/CUBE for GROUPING SETS
|
2022-05-19 14:10:04 +00:00 |
|
Alexander Tokmakov
|
a53cfa9fca
|
Merge pull request #37355 from ClickHouse/revert-37266-fix-mutations-with-object
Revert "Fix mutations in tables with columns of type `Object`"
|
2022-05-19 16:27:22 +03:00 |
|
Mikhail f. Shiryaev
|
9acb42fcdb
|
Add time to wait for workflow canceled
|
2022-05-19 15:26:02 +02:00 |
|
Vxider
|
56ec467ba7
|
update tests
|
2022-05-19 13:04:15 +00:00 |
|
Vxider
|
f6cc73235b
|
Merged with master
|
2022-05-19 13:03:45 +00:00 |
|
Vxider
|
1cc347364f
|
Merged with master
|
2022-05-19 12:45:46 +00:00 |
|
Kseniia Sumarokova
|
d4ad138a04
|
Merge pull request #37103 from bigo-sg/hive_partition_key_read
optimization for reading hive file when all columns to read are partition keys
|
2022-05-19 14:24:00 +02:00 |
|
Kseniia Sumarokova
|
8dcee2813d
|
Merge pull request #37219 from Vxider/wv-watch-limit
Add test for WATCH LIMIT query in WindowView
|
2022-05-19 13:52:38 +02:00 |
|