Alexey Milovidov
a473c0397d
Disable flacky test #10576
2020-05-02 23:18:41 +03:00
alexey-milovidov
db4c2352e1
Merge pull request #10569 from zhang2014/fix/ISSUES-10551
...
ISSUES-10551 add backward compatibility for create bloom filter index
2020-05-02 22:25:29 +03:00
alexey-milovidov
250a44a47f
Merge pull request #10607 from Avogar/json_as_string_format
...
Add JSONAsStringRowInputFormat
2020-05-02 22:17:22 +03:00
alexey-milovidov
229f666dea
Merge pull request #10611 from azat/optimize_skip_unused_shards-LowCardinality
...
Fix optimize_skip_unused_shards with LowCardinality
2020-05-02 22:14:33 +03:00
alexey-milovidov
ea7038b1b0
Update 01270_optimize_skip_unused_shards_low_cardinality.sql
2020-05-02 22:14:20 +03:00
alexey-milovidov
d38ea6fc1c
Merge pull request #10608 from ClickHouse/fix_drop_dns_cache
...
Improve DROP DNS CACHE
2020-05-02 22:10:58 +03:00
alexey-milovidov
7769ff5bc9
Merge pull request #10617 from ClickHouse/lower-memory-usage-in-tests
...
Lower memory usage in tests
2020-05-02 14:40:07 +03:00
Alexey Milovidov
baf9cc99df
Update test reference
2020-05-02 14:38:53 +03:00
alexey-milovidov
ddefb89d86
Update 00154_avro.sql
2020-05-01 23:13:18 +03:00
Alexander Kazakov
e9baaa439b
Implementation of new system metrics provider (Procfs) ( #10544 )
...
* New metrics provider (Procfs) + Refactored TasksStatsCounters
* Trivial statless test that ProcFS is provided
* Trivial perf test for ProcfsMetricsProvider
Co-authored-by: alexey-milovidov <milovidov@yandex-team.ru>
2020-05-01 21:47:41 +03:00
Alexey Milovidov
c15fe728fd
Lower memory usage in tests #10277
2020-05-01 21:26:52 +03:00
Avogar
697d5b07ce
Fix build and style errors. Update test.
2020-05-01 19:41:14 +03:00
alesapin
ed46b98dc4
Change port for internal http server in 00646 test
2020-05-01 16:43:18 +03:00
Alexey Milovidov
4933a6a974
Temporarily remove live view tests #10604 (waiting for fix)
2020-05-01 16:15:06 +03:00
Alexander Kuzmenkov
f4aac4322c
Add performance test for sumMap(Tuple).
2020-05-01 10:48:45 +03:00
Azat Khuzhin
c648c300bf
Fix optimize_skip_unused_shards with LowCardinality
2020-05-01 02:39:58 +03:00
Alexander Tokmakov
9ca144cab9
drop access cache on DROP DNS CACHE
2020-05-01 01:29:47 +03:00
Avogar
6464a1a902
Add JSONAsStringRowInputFormat
2020-04-30 23:16:09 +03:00
Ivan Blinkov
d91c97d15d
[docs] replace underscores with hyphens ( #10606 )
...
* Replace underscores with hyphens
* remove temporary code
* fix style check
* fix collapse
2020-04-30 21:19:18 +03:00
Vitaliy Zakaznikov
f2d8ac7ece
Increasing timeout when opening a client in tests/queries/0_stateless/helpers/client.py.
2020-04-30 09:46:36 -04:00
alesapin
15e8f37839
Merge pull request #10531 from CurtizJ/polymorphic-parts-2
...
Fix index corruption in merges with compact parts.
2020-04-30 12:15:25 +03:00
alesapin
8ce4f3510a
Merge pull request #10562 from azat/clickhouse-test-python2
...
Force clickhouse-test to use python2
2020-04-30 12:11:11 +03:00
Alexander Kuzmenkov
7f5b57c6c5
Merge pull request #10559 from ClickHouse/aku/summap-experiment
...
Merge pull request #10000 (sumMap for Tuple argument)
2020-04-30 11:56:04 +03:00
alesapin
5e2afad549
Merge pull request #10477 from ClickHouse/refactor_istorage
...
Remove getColumn and hasColumn from IStorage, better virtuals.
2020-04-30 10:42:52 +03:00
Alexander Kuzmenkov
a3843e1f42
performance comparison
2020-04-30 08:10:34 +03:00
Alexander Kuzmenkov
d952e5aba2
performance comparison
2020-04-29 20:26:28 +03:00
alesapin
69fdf2a6a3
Review fixes and better test
2020-04-29 15:15:23 +03:00
Nikolai Kochetov
a9d63d4520
Merge pull request #10498 from vzakaznikov/insert_into_watch_from_live_view
...
Adding support for INSERT INTO table WATCH query to build streaming systems using LIVE VIEW tables
2020-04-29 12:15:54 +03:00
Alexander Kuzmenkov
15e94d3de9
performance comparison
2020-04-29 09:30:37 +03:00
zhang2014
8ac709b5d3
ISSUES-10551 add backward compatibility for create bloom filter index
2020-04-29 11:57:28 +08:00
Azat Khuzhin
989ae58a0c
Force clickhouse-test to use python2
2020-04-28 22:45:22 +03:00
Vitaliy Zakaznikov
4749122734
Adding support to auto set output_format_enable_streaming option
...
based on the query type.
2020-04-28 17:50:50 +02:00
Artem Zuikov
e34a9457e6
Improve right table insert for Partial MergeJoin on disk ( #10467 )
2020-04-28 16:55:50 +03:00
tavplubix
11c3493676
Merge pull request #10547 from ClickHouse/zhang2014/feature/ISSUES-5436
...
Merging #7572
2020-04-28 12:40:48 +03:00
Alexander Kuzmenkov
ed1576507b
performance comparison
2020-04-28 10:45:56 +03:00
Alexander Tokmakov
5a1d22a363
remove redundant configs from test
2020-04-28 02:05:15 +03:00
Alexander Tokmakov
e72a484beb
minor fixes
2020-04-28 02:05:15 +03:00
Vitaliy Zakaznikov
2312c097ea
Merge branch 'insert_into_watch_from_live_view' of https://github.com/vzakaznikov/ClickHouse into insert_into_watch_from_live_view
2020-04-27 17:34:47 +02:00
Vitaliy Zakaznikov
9d28066539
Adding 00979_live_view_watch_continuous_aggregates.py test.
2020-04-27 17:34:12 +02:00
Nikolai Kochetov
32baa073b5
Merge remote-tracking branch 'upstream/master' into insert_into_watch_from_live_view
2020-04-27 17:49:50 +03:00
Anton Popov
eaf80c5f18
add integration test for compact parts
2020-04-27 16:37:05 +03:00
Alexey Milovidov
f34a6dc482
Added a test for #4469
2020-04-27 16:13:23 +03:00
Vitaliy Zakaznikov
26532f4617
Updating 01247_insert_into_watch_live_view_url.py to fix hanging
...
issue if for some reason test fails.
2020-04-27 14:02:37 +02:00
zhang2014
81230944a4
ISSUES-5436 add integration test
2020-04-27 18:49:32 +08:00
alexey-milovidov
436e4e3f5e
Merge pull request #10502 from oandrew/avro-nested2
...
Avro nested fields - support complex types
2020-04-27 13:44:58 +03:00
alexey-milovidov
4a60cc6b2c
Merge pull request #10515 from ClickHouse/compare-date-time-with-string-literal
...
Use time zone when comparing DateTime with string literal
2020-04-27 13:10:27 +03:00
Alexey Milovidov
73b5df4de5
Added a test from @reqq #5155
2020-04-27 01:19:20 +03:00
Alexey Milovidov
cac130ad3b
Use time zone when comparing DateTime with string literal
2020-04-27 01:13:51 +03:00
Alexey Milovidov
2f06a7b4c1
Added a test from @baloo-bear #5873
2020-04-27 00:26:03 +03:00
Alexey Milovidov
d40fb6b5d3
Added a test from @nvartolomei #6229
2020-04-27 00:09:30 +03:00