Nikita Taranov
49be2b175e
clean up
2023-03-15 18:18:08 +08:00
Nikita Taranov
055aec6468
stash
2023-03-15 18:01:25 +08:00
FluorineDog
2aae5d7456
Sync from internal: Statistics related fix ( #112 )
...
feat(optimizer@00): sync fix from ce-dev
See merge request dp/ClickHouse!11336
Signed-off-by: Gou Guilin <gouguilin@bytedance.com>
* update statistics files
Signed-off-by: Gou Guilin <gouguilin@bytedance.com>
* Add timezone config for server and worker
* Update 00940_order_by_read_in_order.reference
---------
Signed-off-by: Gou Guilin <gouguilin@bytedance.com>
Co-authored-by: Vivek <67144643+vivek-debug@users.noreply.github.com>
Co-authored-by: Duc Canh Le <ducle.canh@bytedance.com>
2023-03-14 15:27:43 +08:00
Vivek
8fbf5556d5
Improve CI stability ( #146 )
...
* Remove `use test` from test cases
* Reduce concurrency for test case client
2023-03-14 14:55:13 +08:00
Duc Canh Le
f2af0b9178
StorageCnchMergeTree properly supports skipping indices ( #113 )
...
* StorageCnchMergeTree supports skipping indices
* temporary disable adaptive mark for secondary indexes test
* support materializing indexes
* move test to correct location
* fix materialize index
* fix test
2023-03-10 17:55:15 +08:00
Duc Canh Le
0f4e4fd44e
Update local deployment ( #134 )
...
* update local deployment
* fix a test
2023-03-09 10:51:32 +08:00
Vivek
07ffa0cd9d
Update 00002_system_numbers.reference
2023-03-07 17:24:27 +08:00
Vivek
fe4964c395
Update 00002_system_numbers.reference
2023-03-07 16:59:16 +08:00
Vivek
d1520153ba
Update 00002_count_visits.reference
2023-03-07 16:58:44 +08:00
Vivek
571898e103
Update clickhouse-test
2023-03-07 16:54:13 +08:00
Vivek
88a26e4054
Update 00002_count_visits.reference
...
test if wrong reference file result failed as expected
2023-03-07 16:34:57 +08:00
Vivek
0ad99ff1a2
Update clickhouse-test
2023-03-07 15:30:07 +08:00
Vivek
ac122ce020
Update clickhouse-test
2023-03-07 15:18:23 +08:00
Vivek
ff5d7be1e6
Update clickhouse-test
2023-03-07 15:15:35 +08:00
Vivek
6fedbf534e
Update clickhouse-test
2023-03-07 14:59:10 +08:00
Vivek
1e2de56a4d
Update clickhouse-test
2023-03-07 14:24:06 +08:00
Vivek
11fa27f7fe
Update clickhouse-test
2023-03-07 13:09:43 +08:00
Vivek
c1be370c90
Try remove `shell=True` for Popen
2023-03-07 12:51:02 +08:00
Vivek
c47e12cf44
Update clickhouse-test
2023-03-01 17:11:55 +08:00
Vivek
bda7e63421
Update clickhouse-test
2023-02-28 19:00:12 +08:00
Vivek
38cfa75de4
Update clickhouse-test
...
Remove dropping of databases for each test case to prevent timeout
2023-02-28 17:13:54 +08:00
minhthucdao
cb88afa5c1
Merge pull request #105 from ByConity/create_debian_package
...
Add scripts for packaging
2023-02-24 18:18:12 +08:00
Dao
57ff50866c
add script to build debian and rpm package
2023-02-24 16:08:26 +08:00
Duc Canh Le
a6074b6ed8
Merge branch 'master' into byconity_fix_group_by
2023-02-22 18:07:13 +08:00
Duc Canh Le
4e672de966
Merge branch 'master' into byconity_trivial_count
2023-02-22 17:41:24 +08:00
minhthucdao
b37e89e1a9
Revert "add script to build debian and rpm package"
2023-02-22 16:13:49 +08:00
Duc Canh Le
9655b629fc
Merge branch 'master' into byconity_fix_group_by
2023-02-22 15:44:15 +08:00
Duc Canh Le
d1415be686
Merge branch 'master' into byconity_trivial_count
2023-02-22 11:04:01 +08:00
Dao
829f1afc7e
add script to build debian and rpm package
2023-02-21 19:31:32 +08:00
Duc Canh Le
2a9239d7c7
Merge branch 'master' into byconity_fix_group_by
2023-02-21 09:26:18 +08:00
ducle.canh
c6d2aec93b
fix unique table test
2023-02-20 17:08:33 +08:00
ducle.canh
564ed43cb8
add trivial count test for unique tables
2023-02-20 14:45:56 +08:00
ducle.canh
148357ba27
Merge branch 'byconity' into byconity_trivial_count
2023-02-20 14:27:16 +08:00
Wang Tao
7430f72558
fix
2023-02-17 14:33:46 +08:00
Wang Tao
f78efbce47
fix
2023-02-17 14:29:45 +08:00
ducle.canh
3625916257
fix tests
2023-02-14 17:16:07 +08:00
fredwang-devbox
3b0c5000e4
cherry pick from community ch ( #38295 ) to fix an agg parallelism issue
...
The issue is that MergingAggregatedStep or AggregatingStep would
resize the pipeline to 1 for some cases; but it is not necessary
to do so.
2023-02-14 16:07:02 +08:00
ducle.canh
a0c88f7e86
Merge branch 'byconity_trivial_count' of https://github.com/ByConity/ByConity into byconity_trivial_count
2023-02-13 19:40:48 +08:00
ducle.canh
c5b825bbf6
try an ugly fix
2023-02-13 19:40:20 +08:00
Duc Canh Le
39d79de926
Merge branch 'master' into byconity_trivial_count
2023-02-13 17:16:39 +08:00
ducle.canh
c0dcc23b91
fix trivial count with predicates and non trivial project
2023-02-13 16:51:35 +08:00
wsy
e01c92046e
Improve attach
2023-02-10 23:32:41 +08:00
ducle.canh
bcd6f89639
fix build + add test
2023-02-10 14:40:17 +08:00
Nikita Taranov
6214e0499f
Optimize merge of uniqExact without_key ( #43072 )
...
* impl for uniqExact
* rm unused (read|write)Text methods
* fix style
* small fixes
* impl for variadic uniqExact
* refactor
* fix style
* more agressive inlining
* disable if max_threads=1
* small improvements
* review fixes
* Revert "rm unused (read|write)Text methods"
This reverts commit a7e74805842572f6fa2c28ea111ab8ca7c19ad21.
* encapsulate is_able_to_parallelize_merge in Data
* encapsulate is_exact & argument_is_tuple in Data
2023-02-08 12:25:11 +08:00
wsy
7d7523c466
Fix read without cache
2023-02-02 22:11:37 +08:00
hustnn
f741e066c6
disabl failed cases
2023-01-22 14:32:28 +08:00
Vivek
c3ea16d505
fix ci
2023-01-19 13:16:21 +08:00
ducle.canh
2e4bf94a21
strip all trailing spaces
2023-01-06 14:28:46 +08:00
ducle.canh
b8c76c1aab
initial commit
2023-01-05 14:19:18 +08:00
Kruglov Pavel
23676dbc0a
Merge pull request #29193 from ClickHouse/backport/21.8/29132
...
Backport #29132 to 21.8: Fix segfault in Avro with LowCardinality(Nullable)
2021-09-22 14:46:02 +03:00