zhanglistar
|
7d798b3655
|
Count distinct optimization by using subquery of group by (#35993)
|
2022-04-28 14:55:37 +02:00 |
|
Maksim Kita
|
fa1579cdd5
|
Merge pull request #36390 from lthaooo/fix_dictionary_reload_bug
fix dictionary reload bug
|
2022-04-28 13:37:34 +02:00 |
|
Kseniia Sumarokova
|
b100ca4b17
|
Merge pull request #36710 from azat/client-wait-insert
Properly cancel INSERT queries in clickhouse-client
|
2022-04-28 13:19:26 +02:00 |
|
Kseniia Sumarokova
|
d5a7177bb1
|
Merge pull request #36658 from kssenii/follow-up
Fix formatting in drop cache system query
|
2022-04-28 13:12:16 +02:00 |
|
Vladimir C
|
1cbdc1ef3a
|
Merge pull request #36206 from vdimir/output-format-prometheus
|
2022-04-28 12:09:53 +02:00 |
|
alesapin
|
af980ef4ef
|
Merge pull request #36371 from Joeywzr/add_query_level_settingss
Add query level settings: parts_to_delay_insert and parts_to_throw_insert
|
2022-04-28 11:08:14 +02:00 |
|
Azat Khuzhin
|
22189b0a5a
|
Properly cancel INSERT queries in clickhouse-client
This will also fix issues like queries left after the test, like in [1].
[1]: https://s3.amazonaws.com/clickhouse-test-reports/36686/042cf0c76444e8738eb2481ae21a135f05b4c990/stateless_tests__debug__actions__[2/3]/runlog.log
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-04-27 20:00:27 +03:00 |
|
terrylin
|
2697417a2b
|
add test case
|
2022-04-27 20:35:20 +08:00 |
|
Alexey Milovidov
|
b8a9f1411a
|
Merge pull request #36649 from azat/system.processes-is_all_data_sent
clickhouse-test: improve left queries after the test hardening
|
2022-04-27 05:21:22 +03:00 |
|
Alexey Milovidov
|
5355ba78b3
|
Merge pull request #36585 from azat/22.4-tests-fixes
Simplify 01834_alias_columns_laziness_filimonov test
|
2022-04-27 03:47:34 +03:00 |
|
vdimir
|
d5d98ed951
|
PrometheusTextOutputFormat: support lables, histograms and summaries
|
2022-04-26 14:57:36 +00:00 |
|
vdimir
|
be0aa06958
|
Add output format Prometheus
|
2022-04-26 14:57:35 +00:00 |
|
Alexander Gololobov
|
3c000b098a
|
Merge pull request #36638 from nickitat/fix_sorting_step
Fix SortingStep::updateOutputStream()
|
2022-04-26 15:49:49 +02:00 |
|
Kruglov Pavel
|
89892cb652
|
Update 00061_merge_tree_alter.sql
|
2022-04-26 15:46:25 +02:00 |
|
Vladimir C
|
ca7ba0a198
|
Merge pull request #36537 from Joeywzr/add_bin_tests
Add function bin tests for Int/UInt128/UInt256
|
2022-04-26 14:49:19 +02:00 |
|
Alexander Tokmakov
|
32f4565def
|
Merge pull request #36642 from ClickHouse/fix_settings_in_create_query
Fix parsing of settings in create query
|
2022-04-26 15:22:12 +03:00 |
|
alesapin
|
57dd5d03d9
|
Merge pull request #36652 from amosbird/fixunstabletest1
Fix flaky test
|
2022-04-26 13:33:14 +02:00 |
|
Alexander Tokmakov
|
190becdcc3
|
Merge pull request #36644 from ClickHouse/fix_some_flaky_tests
Fix some flaky tests
|
2022-04-26 13:40:14 +03:00 |
|
Anton Popov
|
17bb7f175b
|
Merge pull request #36544 from CurtizJ/tuple-numeric-identifiers
Allow names of tuple elements that start from digits
|
2022-04-26 12:22:03 +02:00 |
|
Alexander Tokmakov
|
bd1f12e5d5
|
Update 02180_group_by_lowcardinality.sql
|
2022-04-26 13:04:19 +03:00 |
|
Nikita Mikhaylov
|
7d95051d32
|
Fixed integer overflow in toStartOfInterval (#36546)
|
2022-04-26 11:44:57 +02:00 |
|
kssenii
|
c502a14404
|
Fix
|
2022-04-26 11:26:20 +02:00 |
|
Kseniia Sumarokova
|
81db081b88
|
Merge pull request #36639 from kssenii/better-drop-cache
Improve drop cache query
|
2022-04-26 11:25:46 +02:00 |
|
Azat Khuzhin
|
87421d81ce
|
tests: use TSVRaw format in 02117_show_create_table_system
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-04-26 12:15:00 +03:00 |
|
Azat Khuzhin
|
b6f127c977
|
tests: fix system.processes definition in 02117_show_create_table_system
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-04-26 12:15:00 +03:00 |
|
Anton Popov
|
e051751012
|
Merge pull request #36637 from CurtizJ/dynamic-columns-11
Fix merges of wide parts with type `Object`
|
2022-04-26 10:34:04 +02:00 |
|
Memo
|
22ecd92ed3
|
fix reference
|
2022-04-26 16:24:21 +08:00 |
|
Amos Bird
|
298c0dd673
|
Fix flaky test
|
2022-04-26 15:06:50 +08:00 |
|
Alexey Milovidov
|
0cb227501f
|
Merge pull request #36587 from azat/client-reconnect
client: add a message on reconnect (under warning log level)
|
2022-04-26 08:44:27 +03:00 |
|
mergify[bot]
|
56f92f5f31
|
Merge branch 'master' into 22.4-tests-fixes
|
2022-04-26 02:55:31 +00:00 |
|
Alexey Milovidov
|
86bf67c93c
|
Merge pull request #36526 from Joeywzr/to_start_of_five_minutes
Replace toStartOfFiveMinute to toStartOfFiveMinutes
|
2022-04-26 05:52:02 +03:00 |
|
alesapin
|
d265ad619b
|
Merge pull request #35971 from azat/column-ttl-test
Regression test for CHECKSUM_DOESNT_MATCH error because of per-column TTL bug
|
2022-04-25 23:53:58 +02:00 |
|
mergify[bot]
|
a5aab53b70
|
Merge branch 'master' into add_query_level_settingss
|
2022-04-25 21:41:36 +00:00 |
|
mergify[bot]
|
178f244c8b
|
Merge branch 'master' into dynamic-columns-11
|
2022-04-25 21:36:56 +00:00 |
|
mergify[bot]
|
f7d2a7dec9
|
Merge branch 'master' into tuple-numeric-identifiers
|
2022-04-25 21:32:25 +00:00 |
|
alesapin
|
012f85a569
|
Merge pull request #36539 from ClickHouse/fix-01161-all-system-tables
Fix 01161_all_system_tables
|
2022-04-25 23:30:36 +02:00 |
|
alesapin
|
7a901c0826
|
Merge pull request #36602 from azat/netlink-strict-resubmit
Strict taskstats parser (resubmit)
|
2022-04-25 23:28:08 +02:00 |
|
Alexander Tokmakov
|
049d2a0897
|
fix tests
|
2022-04-25 22:18:45 +02:00 |
|
Alexander Tokmakov
|
cfcf8dbfbe
|
fix backward incompatibility
|
2022-04-25 21:00:39 +02:00 |
|
Nikita Taranov
|
d7ff09b8e0
|
update tests
|
2022-04-25 18:23:24 +00:00 |
|
mergify[bot]
|
d2ac9b2223
|
Merge branch 'master' into to_start_of_five_minutes
|
2022-04-25 17:36:38 +00:00 |
|
mergify[bot]
|
f2233e6844
|
Merge branch 'master' into client-reconnect
|
2022-04-25 17:31:14 +00:00 |
|
kssenii
|
a76a35d3ce
|
Better drop cache
|
2022-04-25 19:20:25 +02:00 |
|
Anton Popov
|
d28b1559e6
|
fix merges of wide parts with type Object
|
2022-04-25 16:44:24 +00:00 |
|
Azat Khuzhin
|
01438e1060
|
tests: properly wait for queries in 01502_long_log_tinylog_deadlock_race
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-04-25 18:26:47 +03:00 |
|
Azat Khuzhin
|
3c43914f9a
|
tests: simplify 01834_alias_columns_laziness_filimonov
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-04-25 16:51:39 +03:00 |
|
alesapin
|
46ac2f3e36
|
Merge pull request #36607 from ClickHouse/exclude_bc_test
Exclude test `02271_fix_column_matcher_and_column_transformer` from bc check
|
2022-04-25 14:00:13 +02:00 |
|
Azat Khuzhin
|
23347a878d
|
tests: update 01173_transaction_control_queries
Since now on INSERT failures reconnect does not happens.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2022-04-25 14:42:30 +03:00 |
|
Kseniia Sumarokova
|
2106a7b895
|
Merge pull request #36489 from awakeljw/fork_chmaster
fix ConvertDecimalType unexpected behavior
|
2022-04-25 13:23:54 +02:00 |
|
Nikolai Kochetov
|
0fa63a8d65
|
Merge pull request #36549 from ClickHouse/interpolate-alias-fix
Avoid projections if INTERPOLATE with expressions is present
|
2022-04-25 13:18:00 +02:00 |
|