alesapin
|
14485238b1
|
Update 01040_dictionary_invalidate_query_switchover_long.sh
|
2020-11-13 16:28:04 +03:00 |
|
alesapin
|
5ef2eaeeef
|
Trying to fix some flaky tests
|
2020-11-13 16:25:18 +03:00 |
|
alesapin
|
8d3858fc22
|
Merge pull request #16895 from CurtizJ/remove-empty-parts
Remove empty parts after they were pruned by TTL [2]
|
2020-11-13 10:00:18 +03:00 |
|
alesapin
|
bbd85c3b2d
|
Merge pull request #16390 from ClickHouse/add_separate_pool_for_fetches
Add separate pool for fetches
|
2020-11-12 22:42:28 +03:00 |
|
Anton Popov
|
4cecd89e84
|
fix dropping of empty parts
|
2020-11-12 20:37:54 +03:00 |
|
alexey-milovidov
|
2151365764
|
Merge pull request #16865 from filimonov/timeSeriesGroupSum-segfault
Fix for issue #16862
|
2020-11-12 19:39:14 +03:00 |
|
tavplubix
|
e0dc004b95
|
Merge pull request #16885 from amosbird/dd
Disable ATTACH/DETACH TABLE <DICTIONARY>
|
2020-11-12 16:34:21 +03:00 |
|
Anton Popov
|
0aa35d53c7
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2020-11-12 14:31:58 +03:00 |
|
alexey-milovidov
|
6e62108606
|
Merge pull request #16774 from ucasFL/agg-func-setting-null-for-empty
fix Aggregation Function not found error after #16123
|
2020-11-12 13:50:15 +03:00 |
|
alexey-milovidov
|
91f98d2068
|
Merge pull request #16834 from Avogar/enum-as-num
Try to treat input values as enum id in tsv/scv
|
2020-11-12 13:46:41 +03:00 |
|
alexey-milovidov
|
ff29b2d2ee
|
Merge pull request #15073 from sundy-li/storage-rocksdb
StorageEmbeddedRocksDB
|
2020-11-12 13:17:58 +03:00 |
|
alexey-milovidov
|
8dd81410de
|
Merge pull request #16843 from azat/clickhouse-client-stage
Add --stage option for clickhouse-client
|
2020-11-12 13:09:40 +03:00 |
|
alesapin
|
a8d466a645
|
Merge branch 'master' into add_separate_pool_for_fetches
|
2020-11-12 12:51:02 +03:00 |
|
sundyli
|
5ef809931e
|
Merge branch 'master' into storage-rocksdb
|
2020-11-12 08:26:27 +08:00 |
|
alexey-milovidov
|
34b2a460ba
|
Merge pull request #16578 from fibersel/issue-8828
add compression method for files: Xz
|
2020-11-12 02:58:52 +03:00 |
|
Alexey Milovidov
|
f1d721fa74
|
Marked some perf test queries as short
|
2020-11-11 19:58:31 +03:00 |
|
Anton Popov
|
2497598a49
|
Remove empty parts after they were pruned by TTL
|
2020-11-11 19:19:43 +03:00 |
|
Ivan
|
bdbd41bd3d
|
Pytest test fixes (#16836)
|
2020-11-11 18:29:36 +03:00 |
|
Amos Bird
|
134786afd5
|
Disable ATTACH/DETACH TABLE <DICTIONARY>
|
2020-11-11 23:04:49 +08:00 |
|
filimonov
|
7995405109
|
Update 01560_timeseriesgroupsum_segfault.sql
|
2020-11-11 14:27:21 +01:00 |
|
Nikolai Kochetov
|
a0c18e63ce
|
Merge pull request #16844 from ClickHouse/try-fix-ci-2
Try fix ci.
|
2020-11-11 16:26:20 +03:00 |
|
Pavel Kovalenko
|
e311759c5d
|
Abort multipart upload if no data was written to WriteBufferFromS3. (#16840)
|
2020-11-11 15:15:16 +03:00 |
|
Nikolai Kochetov
|
072f481234
|
Try fix tests.
|
2020-11-11 15:01:16 +03:00 |
|
a.palagashvili
|
94790526bd
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into issue-8828
|
2020-11-11 14:10:02 +03:00 |
|
Mikhail Filimonov
|
e400d97b12
|
Test for issue #16862
|
2020-11-11 11:17:21 +01:00 |
|
alesapin
|
637e3dc2c2
|
Merge pull request #16627 from amosbird/zkc
reload auxiliary zookeepers configuration
|
2020-11-11 10:00:22 +03:00 |
|
a.palagashvili
|
124ef2f5fa
|
added and successfully passed tests for content encoding and file() function, formatted code
|
2020-11-11 04:50:56 +03:00 |
|
sundy-li
|
c56d1212a2
|
rocksdb-cmake && fix iteration bug && improve tests
|
2020-11-11 09:39:09 +08:00 |
|
Alexey Milovidov
|
630aa9b0c3
|
Rename Rocksdb to RocksDB
|
2020-11-11 09:08:53 +08:00 |
|
sundy-li
|
46c01eb7a2
|
improve unbundle build
|
2020-11-11 09:08:53 +08:00 |
|
sundy-li
|
fb7066d73d
|
* fix fasttest and cmake && pipline for all_scan
* unique the keys
* add inputstream && outputstream
|
2020-11-11 09:08:53 +08:00 |
|
sundy-li
|
f95a66b584
|
add supportsIndexForIn && supportsParallelInsert, support parallel reading
|
2020-11-11 09:08:52 +08:00 |
|
sundy-li
|
b9e663af25
|
add rocksdb perf tests
|
2020-11-11 09:08:52 +08:00 |
|
sundy-li
|
b092ebe40d
|
add primary key for StorageEmbeddedRocksdb
|
2020-11-11 09:08:52 +08:00 |
|
sundy-li
|
03ad32a3fa
|
disable WITH_GFLAGS
|
2020-11-11 09:08:52 +08:00 |
|
root
|
e9de5b6ad4
|
Add StorageEmbeddedRocksdb Engine
|
2020-11-11 09:08:52 +08:00 |
|
Azat Khuzhin
|
ab8f13b885
|
Add --stage option for clickhouse-client
It is sometimes useful to process queries not up to the Complete stage
but intermediate some (i.e. for Distributed queries debugging and
similar).
|
2020-11-11 00:54:51 +03:00 |
|
Danila Kutenin
|
c36e6fe378
|
Fix tests finally
|
2020-11-10 18:22:59 +03:00 |
|
Danila Kutenin
|
c0308a5d85
|
Fix tests, I cannot count number of zeros sometimes
|
2020-11-10 18:21:39 +03:00 |
|
Danila Kutenin
|
a489f65c02
|
Merge branch 'master' into master
|
2020-11-10 20:16:29 +03:00 |
|
Nikolai Kochetov
|
15d3fc1438
|
Merge pull request #14936 from ClickHouse/storage-read-query-plan
Storage read query plan (Continuation)
|
2020-11-10 19:57:01 +03:00 |
|
Danila Kutenin
|
847fa9ca3c
|
Merge
|
2020-11-10 18:15:26 +03:00 |
|
Danila Kutenin
|
8504efde77
|
Merge
|
2020-11-10 18:12:49 +03:00 |
|
Danila Kutenin
|
2057198779
|
Fix performance tests that became very fast
|
2020-11-10 17:58:05 +03:00 |
|
Nikolai Kochetov
|
b659efdb43
|
Fix test.
|
2020-11-10 16:18:36 +03:00 |
|
Nikolai Kochetov
|
195c941c4e
|
Merge branch 'master' into storage-read-query-plan
|
2020-11-10 15:02:22 +03:00 |
|
Nikolai Kochetov
|
11511e0929
|
Merge pull request #16818 from ClickHouse/try-to-fix-checks
Try to fix ci
|
2020-11-10 14:52:51 +03:00 |
|
Pavel Kruglov
|
ca4088b400
|
Try to treat input values as enum id in tsv/scv
|
2020-11-10 14:36:53 +03:00 |
|
alesapin
|
2e357516a6
|
Merge branch 'master' into add_separate_pool_for_fetches
|
2020-11-10 13:53:08 +03:00 |
|
Vladimir Chebotarev
|
059357d51e
|
ALTER UPDATE/DELETE ... IN PARTITION with partition pruning in ReplicatedMergeTree (#13403)
Co-authored-by: Alexander Kazakov <Akazz@users.noreply.github.com>
|
2020-11-10 13:23:46 +03:00 |
|