Alexey Milovidov
|
1a3e5cfcc5
|
Fixed a test that may taint other tests if timed out
|
2020-03-19 20:31:49 +03:00 |
|
alesapin
|
72ba032348
|
Merge pull request #9734 from ClickHouse/fix_quoting_in_dictionary_ddl
Fix backquoting in dictionary ddl
|
2020-03-19 20:10:26 +03:00 |
|
Pavel Kovalenko
|
f2dca656f9
|
MergeTree full support for S3 (#9646)
* IMergeDataPart full S3 support.
* MergeTreeData full S3 support.
* Compilation fixes.
* Mutations and merges S3 support.
* Fixed removing data part.
* MergeTree for S3 integration tests and fixes.
* Code style issues.
* Enable AWS logging.
* Fixed hardlink creation for DiskLocal.
* Fixed localBackup.cpp compilation.
* Fixed attaching partition.
* Get rid of extra methods in IDisk.
* Fixed storage config reloading.
* More tests with table manipulations.
* Remove unused error codes.
* Move localBackup to MergeTree folder.
* Minor fixes.
|
2020-03-19 19:37:55 +03:00 |
|
alexey-milovidov
|
b91bb18886
|
Merge pull request #9716 from ClickHouse/aku/more-stable-perf-tests
More stable perf tests
|
2020-03-19 12:50:33 +03:00 |
|
alexey-milovidov
|
4b943cd044
|
Merge pull request #9723 from amosbird/cd
random seed by default in groupArraySample
|
2020-03-19 12:33:40 +03:00 |
|
hcz
|
c115757e79
|
Update tests and docs for string splitting functions
|
2020-03-19 10:35:18 +08:00 |
|
alesapin
|
d060b7111d
|
Also unescape backslashes
|
2020-03-18 23:23:48 +03:00 |
|
alesapin
|
20211451ae
|
Fix backquoting in dictionary ddl
|
2020-03-18 19:47:33 +03:00 |
|
Alexander Kuzmenkov
|
f04c2da180
|
Update arithmetic.xml
|
2020-03-18 18:31:03 +03:00 |
|
Alexander Kuzmenkov
|
83c8581e5a
|
Update synthetic_hardware_benchmark.xml
|
2020-03-18 18:22:29 +03:00 |
|
Amos Bird
|
045f5ae348
|
random seed by default
|
2020-03-18 16:12:15 +08:00 |
|
Alexander Kuzmenkov
|
f19c34d36d
|
Merge remote-tracking branch 'origin/master' into HEAD
|
2020-03-18 06:26:29 +03:00 |
|
Alexander Kuzmenkov
|
2510aed7b5
|
More stable perf tests
|
2020-03-18 03:33:32 +03:00 |
|
Alexander Kuzmenkov
|
3ec3732d99
|
Update synthetic_hardware_benchmark.xml
|
2020-03-18 03:15:05 +03:00 |
|
alexey-milovidov
|
a800fa7986
|
Merge pull request #9693 from den-crane/patch-2
extended test for deduplicate_blocks_in_dependent_materialized_views
|
2020-03-18 01:33:18 +03:00 |
|
Artem Zuikov
|
dbc08d7644
|
Add DATE and TIMESTAMP operators (#9691)
* DATE and TIMESTAMP operators
|
2020-03-18 00:56:47 +03:00 |
|
Alexander Kuzmenkov
|
458b724600
|
fixpu
|
2020-03-17 23:27:42 +03:00 |
|
Alexander Kuzmenkov
|
81631e4e6a
|
fixup
|
2020-03-17 17:36:24 +03:00 |
|
Alexander Kuzmenkov
|
1b7954cbae
|
Faster performance test
|
2020-03-17 05:56:44 +03:00 |
|
Denis Zhuravlev
|
d6e843d1f4
|
Update test.py
|
2020-03-16 17:03:52 -03:00 |
|
Denis Zhuravlev
|
f1f1c1c591
|
extended test for deduplicate_blocks_in_dependent_materialized_views
|
2020-03-16 16:49:51 -03:00 |
|
alesapin
|
9c4f21eb54
|
Merge pull request #9680 from ClickHouse/fix_mutations_test
Simplify kill mutation test
|
2020-03-16 22:06:15 +03:00 |
|
alesapin
|
1c98210b71
|
Fix bug in integration test
|
2020-03-16 18:09:20 +03:00 |
|
alesapin
|
5b54ef5bfd
|
Split long dictionaries test
|
2020-03-16 17:59:11 +03:00 |
|
alesapin
|
718903f140
|
Simplify test and fix order of messages
|
2020-03-16 17:05:11 +03:00 |
|
alesapin
|
4547e1a25b
|
Simplify kill mutation test
|
2020-03-16 14:54:07 +03:00 |
|
alesapin
|
930e6f24b1
|
Merge pull request #9652 from ClickHouse/fix_compatibility_for_mutations
Fix compatibility in replication
|
2020-03-16 11:19:57 +03:00 |
|
alexey-milovidov
|
a4cc526133
|
Merge pull request #9065 from ClickHouse/split_databases_from_context
Split databases from Context
|
2020-03-15 03:42:57 +03:00 |
|
alexey-milovidov
|
9e658d4541
|
Merge pull request #9602 from ClickHouse/common-prelimit-counter
Common prelimit counter
|
2020-03-15 02:24:07 +03:00 |
|
alexey-milovidov
|
3ef1d40b97
|
Merge pull request #9636 from azat/fix-sum-remote
Fix various sum*() functions via remote() usage (incorrect function name)
|
2020-03-15 01:00:39 +03:00 |
|
alexey-milovidov
|
68074a1524
|
Merge pull request #9653 from ClickHouse/add_setting_for_path_format
Add setting for a new format of distributed parts
|
2020-03-15 00:40:33 +03:00 |
|
Anton Popov
|
71e86fc471
|
Merge pull request #9581 from excitoon-favorites/materializeinpartition
Added MATERIALIZE TTL IN PARTITION
|
2020-03-14 02:15:03 +03:00 |
|
Alexey Milovidov
|
4d637aace5
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2020-03-13 23:07:07 +03:00 |
|
Alexey Milovidov
|
16be947390
|
Make test faster in debug + coverage mode
|
2020-03-13 23:06:55 +03:00 |
|
Alexander Tokmakov
|
729e4fc9fd
|
fix
|
2020-03-13 22:46:16 +03:00 |
|
alexey-milovidov
|
930f2bae54
|
Merge pull request #9611 from ClickHouse/aku/fix-some-perf-tests
Fix some performance tests
|
2020-03-13 22:30:26 +03:00 |
|
alesapin
|
f6044c9c53
|
Add setting for a new format of distributed parts
|
2020-03-13 21:49:46 +03:00 |
|
alesapin
|
18bbe16aae
|
Fix compatibility in replication
|
2020-03-13 20:23:36 +03:00 |
|
Alexander Tokmakov
|
339c1016c8
|
add test for tmp tables
|
2020-03-13 20:08:06 +03:00 |
|
Alexander Kuzmenkov
|
7e6585328f
|
fixup
|
2020-03-13 16:30:54 +03:00 |
|
Artem Zuikov
|
2f6bdffffc
|
Fix RIGHT and FULL JOIN with LowCardinality (#9610)
fix RIGHT and FULL JOIN with LowCardinality
|
2020-03-13 11:15:43 +03:00 |
|
Alexander Kuzmenkov
|
dfafac73f1
|
fixup
|
2020-03-13 03:59:04 +03:00 |
|
Azat Khuzhin
|
9e999e0fb9
|
Fix various sum*() functions via remote() usage (incorrect function name)
|
2020-03-13 00:05:11 +03:00 |
|
alexey-milovidov
|
dc9725a757
|
Merge pull request #9612 from CurtizJ/fix-range-reader
Fix MergeTreeRangeReader
|
2020-03-12 23:31:50 +03:00 |
|
Alexander Tokmakov
|
158cde68b5
|
enable UUIDs for temporary tables
|
2020-03-12 23:00:37 +03:00 |
|
Alexander Kuzmenkov
|
9b4e45748a
|
fixup
|
2020-03-12 21:26:02 +03:00 |
|
Alexander Kuzmenkov
|
148690ca20
|
fixup
|
2020-03-12 20:04:06 +03:00 |
|
Nikolai Kochetov
|
b1488952c2
|
Added test.
|
2020-03-12 18:58:53 +03:00 |
|
Alexander Kuzmenkov
|
81ac09746a
|
Fix jit compilation settings in performance test
|
2020-03-12 18:27:24 +03:00 |
|
alexey-milovidov
|
5090198d3a
|
Merge pull request #9620 from ClickHouse/fix_round_error_code
Fix round function error code
|
2020-03-12 18:16:39 +03:00 |
|