kssenii
|
0bf7330ddc
|
Update test
|
2021-12-09 15:40:14 +03:00 |
|
kssenii
|
40c9ffdfff
|
Disable
|
2021-12-09 14:15:23 +03:00 |
|
Nikita Mikhaylov
|
dbf5091016
|
Parallel reading from replicas (#29279)
|
2021-12-09 13:39:28 +03:00 |
|
alesapin
|
7ea7aa8db8
|
Fix build check
|
2021-12-09 12:17:03 +03:00 |
|
Mikhail f. Shiryaev
|
03927f5fc6
|
Revert "graphite: split tagged/plain rollup rules (for merges perfomance)"
This reverts commit 303552f515 .
|
2021-12-08 15:49:21 +01:00 |
|
Nikita Mikhaylov
|
9a6a1379fd
|
Merge pull request #32358 from nikitamikhaylov/mutation-livelock
Fixed empty mutations livelock
|
2021-12-08 15:43:19 +03:00 |
|
Nikolai Kochetov
|
4e6bf2456c
|
Merge pull request #32327 from ClickHouse/revert-32326-revert-32122-add-test-with-many-mutations
Revert "Revert "Add a test with 20000 mutations in one query""
|
2021-12-08 14:23:39 +03:00 |
|
Kruglov Pavel
|
e0a8c5a4ac
|
Merge pull request #32348 from CurtizJ/fix-materialize-column
Add cast to `MATERIALIZE COLUMN`
|
2021-12-08 11:13:17 +03:00 |
|
mergify[bot]
|
f0d6fe53c9
|
Merge branch 'master' into mutation-livelock
|
2021-12-07 18:29:07 +00:00 |
|
tavplubix
|
4f46ac6b30
|
Remove LeaderElection (#32140)
* remove LeaderElection
* try fix tests
* Update test.py
* Update test.py
|
2021-12-07 19:55:55 +03:00 |
|
Nikita Mikhaylov
|
76f91c2c6c
|
Done
|
2021-12-07 16:50:57 +00:00 |
|
Anton Popov
|
ef7ae7cb75
|
fix MATERIALIZE COLUMN in case when data type of expression is not equal to data type of column
|
2021-12-07 16:45:30 +03:00 |
|
Nikolai Kochetov
|
877716b2b0
|
Update 02125_many_mutations.sh
|
2021-12-07 15:46:19 +03:00 |
|
tavplubix
|
6c16348faa
|
Fix division by zero in avgWeighted with Decimal argument (#32303)
* fix division by zero
* Update src/AggregateFunctions/AggregateFunctionAvg.h
Co-authored-by: Dmitry Novik <n0vik@clickhouse.com>
* remove trash
* Update AggregateFunctionAvg.h
Co-authored-by: Dmitry Novik <n0vik@clickhouse.com>
|
2021-12-07 13:32:26 +03:00 |
|
tavplubix
|
523e23cfcd
|
Merge pull request #32164 from azat/stress-ignore-mem-limit
Fix stress tests
|
2021-12-07 13:10:17 +03:00 |
|
Nikolai Kochetov
|
deb6a06ce4
|
Update 02125_many_mutations.sh
|
2021-12-07 12:18:26 +03:00 |
|
Mikhail f. Shiryaev
|
5fc20b3e6a
|
Merge pull request #25122 from msaf1980/rollup_rules_type
GraphiteMergeTree Rollup rules type
|
2021-12-07 10:18:08 +01:00 |
|
Nikolai Kochetov
|
5717458f0c
|
Revert "Revert "Add a test with 20000 mutations in one query""
|
2021-12-07 12:12:41 +03:00 |
|
Nikolai Kochetov
|
9b9d524359
|
Revert "Add a test with 20000 mutations in one query"
|
2021-12-07 12:12:20 +03:00 |
|
dongyifeng
|
9df664e1c9
|
fix bug when remove unneeded columns in subquery (#32289)
|
2021-12-07 11:09:39 +03:00 |
|
Kseniia Sumarokova
|
e2cf5c6075
|
Merge pull request #32232 from Vxider/fix-window-view-parser
Fix window view parser
|
2021-12-06 23:33:43 +03:00 |
|
Kseniia Sumarokova
|
7e261245d3
|
Merge pull request #32256 from taiyang-li/default_for_hdfs
Support default expression for storage hdfs and optimize fetching when source is column oriented
|
2021-12-06 23:32:01 +03:00 |
|
Nikolai Kochetov
|
ca5b6ce654
|
Merge pull request #32122 from ClickHouse/add-test-with-many-mutations
Add a test with 20000 mutations in one query
|
2021-12-06 22:09:26 +03:00 |
|
tavplubix
|
657db07795
|
Merge pull request #32288 from ClickHouse/fix_xml_dict_cyclic_dependency
Fix cyclic dependency with XML dictionary and StorageDictionary
|
2021-12-06 20:02:38 +03:00 |
|
msaf1980
|
303552f515
|
graphite: split tagged/plain rollup rules (for merges perfomance)
|
2021-12-06 16:49:08 +01:00 |
|
vxider
|
ee8a160790
|
enable window view tests
|
2021-12-06 14:26:39 +00:00 |
|
vxider
|
2f4f2d9d5e
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse
|
2021-12-06 14:06:00 +00:00 |
|
Alexander Tokmakov
|
7797a72907
|
fix false-positive ciclyc dependency with XML dict
|
2021-12-06 16:35:43 +03:00 |
|
mergify[bot]
|
52904a4973
|
Merge branch 'master' into default_for_hdfs
|
2021-12-06 13:19:49 +00:00 |
|
Kruglov Pavel
|
007e323515
|
Merge pull request #31820 from kitaisreal/fix-recursive-user-defined-functions-crash
Fix recursive user defined functions crash
|
2021-12-06 13:52:56 +03:00 |
|
Kruglov Pavel
|
64263a043a
|
Merge pull request #32190 from Avogar/fix-parsing-quoted-null
Fix parsing error in NaN deserialization for Quoted escaping rule.
|
2021-12-06 12:29:02 +03:00 |
|
Kruglov Pavel
|
cc71c537bc
|
Merge pull request #32204 from Avogar/skip-quoted-values
Improve skiping unknown fields with Quoted escaping rule in Template/CustomSeparated formats
|
2021-12-06 12:28:14 +03:00 |
|
alexey-milovidov
|
50c23a9fd6
|
Merge pull request #31123 from amosbird/repl-improvement
Better clickhouse-client multiline input
|
2021-12-06 12:22:13 +03:00 |
|
vxider
|
5bab484422
|
increase sleep time in tests
|
2021-12-06 08:50:10 +00:00 |
|
Nikolai Kochetov
|
91c4c89c66
|
Merge pull request #31636 from Algunenano/pull_timeout
Check max_execution_time in the pipeline and pulling executors
|
2021-12-06 11:33:39 +03:00 |
|
Kseniia Sumarokova
|
cf2c602374
|
Merge pull request #32257 from kssenii/disable-window-view-sqltests
Disable window view tests temporarily because still flacky
|
2021-12-06 11:18:40 +03:00 |
|
Vladimir C
|
c502454088
|
Merge pull request #32185 from kitaisreal/range-hashed-dictionary-added-update-field-support
|
2021-12-06 10:57:47 +03:00 |
|
kssenii
|
2220d1784c
|
Disable
|
2021-12-06 10:49:44 +03:00 |
|
Maksim Kita
|
b9718b8450
|
Merge pull request #32118 from kitaisreal/fix-test-executable-storage-input
Fix flacky test test_executable_storage_input
|
2021-12-06 10:39:30 +03:00 |
|
Azat Khuzhin
|
d68d01988e
|
clickhouse-test: apply --client-option in get_stacktraces_from_clickhouse()
|
2021-12-06 09:02:56 +03:00 |
|
taiyang-li
|
9d1e63be0f
|
1. support default expression for storage hdfs; 2. optimize storage hdfs when format is column oriented
|
2021-12-06 11:54:45 +08:00 |
|
Azat Khuzhin
|
428e34d811
|
Fix versioning of aggregate functions (fixes performance tests)
|
2021-12-05 21:45:07 +03:00 |
|
Vitaly Baranov
|
d709782088
|
Merge pull request #31988 from vitlibar/fix-skipping-columns-while-writing-protobuf
Fix skipping columns while writing protobuf
|
2021-12-05 18:01:11 +03:00 |
|
Maksim Kita
|
4077d769e7
|
Merge pull request #31949 from Algunenano/parser_speedup
Speedup query parsing
|
2021-12-05 16:24:45 +03:00 |
|
Vitaly Baranov
|
15e3dbe3f2
|
Fix skipping columns in Nested while writing protobuf.
|
2021-12-04 18:00:02 +03:00 |
|
vxider
|
c522c06755
|
fix windowview parser
|
2021-12-04 12:30:04 +00:00 |
|
Kseniia Sumarokova
|
ae214ffc5b
|
Merge pull request #32222 from kssenii/fix-remaining-window-tests
Add missing timezones to some tests
|
2021-12-04 12:29:06 +03:00 |
|
alexey-milovidov
|
d4c7f24744
|
Merge pull request #32203 from Algunenano/master_i32186
Add test for #32186
|
2021-12-04 00:54:21 +03:00 |
|
kssenii
|
1cc5dd7979
|
Fix
|
2021-12-03 23:36:35 +03:00 |
|
Kseniia Sumarokova
|
d38d2ba14f
|
Merge pull request #32178 from kssenii/fix-window-view-tests
Fix window view tests
|
2021-12-03 18:45:44 +03:00 |
|