Vasily Nemkov
|
ffd808f877
|
Removed redundant access specifier
|
2021-04-11 17:38:11 +03:00 |
|
Vasily Nemkov
|
0f7c83b5ac
|
Fixed parsing DateTime64 as unix timestamp with subsecond precision scaled to integer.
e.g. toDateTime64('1111111111222', 3)
|
2021-04-11 17:28:58 +03:00 |
|
kreuzerkrieg
|
228a0a0647
|
Fix an error handling in Poco HTTP Client for AWS.
|
2021-04-11 17:22:19 +03:00 |
|
Alexey Milovidov
|
ce9fd8a091
|
Better benchmark
|
2021-04-11 17:00:14 +03:00 |
|
Azat Khuzhin
|
fad42f8ac5
|
tests/integration: stop containers at start only if destroy_dirs is not set
Fixes tests with multiple clusters - test_zookeeper_config
|
2021-04-11 14:49:59 +03:00 |
|
Azat Khuzhin
|
24d2325aa7
|
Mark 01810_max_part_removal_threads as long
|
2021-04-11 14:40:12 +03:00 |
|
Azat Khuzhin
|
b24d1251de
|
Introduce helper for removing one part from fs for ReplicatedMergeTree
|
2021-04-11 14:38:46 +03:00 |
|
Azat Khuzhin
|
3fa047bb0f
|
tests/integration: run docker-compose commands after copying of compose files
|
2021-04-11 14:27:15 +03:00 |
|
Azat Khuzhin
|
d4bb4c5dd7
|
tests/integration: add docker-compose pull retries
|
2021-04-11 14:27:15 +03:00 |
|
Azat Khuzhin
|
c7bef49b37
|
tests/integration: drop --force-recreate since we have down/pull separately
|
2021-04-11 14:27:14 +03:00 |
|
Azat Khuzhin
|
dfcc9bdcb1
|
tests/integration: pull images in a separate step with --ignore-pull-failures
|
2021-04-11 14:27:14 +03:00 |
|
Azat Khuzhin
|
df2637e523
|
tests/integration: stops orphan contains too
|
2021-04-11 14:27:14 +03:00 |
|
Alexey Milovidov
|
f195148a5b
|
Clarified some benchmark results
|
2021-04-11 14:10:43 +03:00 |
|
alexey-milovidov
|
0f6fc5bd72
|
Merge pull request #22962 from kitaisreal/storage-external-distributed-arcadia-fix
StorageExternalDistributed arcadia fix
|
2021-04-11 13:34:03 +03:00 |
|
alexey-milovidov
|
ce17ea603d
|
Merge pull request #22935 from zvonand/docs_datetime_funcs_dt64
Updated toStartOf* docs
|
2021-04-11 13:33:21 +03:00 |
|
alexey-milovidov
|
ea76e64f6b
|
Merge pull request #22926 from ClickHouse/Renew-ZooKeeper-configuration
Renew ZooKeeper example configuration in docs
|
2021-04-11 13:31:04 +03:00 |
|
alexey-milovidov
|
d21ffd83a7
|
Merge branch 'master' into catboost-reload
|
2021-04-11 13:29:36 +03:00 |
|
Alexey Milovidov
|
e3db28ac1e
|
Fix test
|
2021-04-11 13:27:49 +03:00 |
|
Maksim Kita
|
20d5d550c4
|
Merge pull request #22960 from kitaisreal/dictionary-added-decimal256-attribute-type-support
Dictionary added Decimal256 attribute type support
|
2021-04-11 13:07:00 +03:00 |
|
Azat Khuzhin
|
940ff6cb76
|
Do not use c-style cast for std::min(max_part_removal_threads)
|
2021-04-11 12:22:39 +03:00 |
|
Maksim Kita
|
8dbf721e52
|
Merge pull request #22961 from kitaisreal/dictionaries-standardize-exceptions
Dictionaries standardize exceptions
|
2021-04-11 12:05:59 +03:00 |
|
Maksim Kita
|
95d3571ab9
|
Added test to skiplist
|
2021-04-11 12:03:55 +03:00 |
|
Azat Khuzhin
|
2061e581e6
|
Cover max_part_removal_threads
|
2021-04-11 11:57:58 +03:00 |
|
Azat Khuzhin
|
6e71757814
|
Fix thread accounting for max_part_removal_threads
|
2021-04-11 11:43:30 +03:00 |
|
Azat Khuzhin
|
dfe3699e77
|
Respect max_part_removal_threads for ReplicatedMergeTree
|
2021-04-11 11:33:45 +03:00 |
|
Ivan
|
495c6e03aa
|
Replace all Context references with std::weak_ptr (#22297)
* Replace all Context references with std::weak_ptr
* Fix shared context captured by value
* Fix build
* Fix Context with named sessions
* Fix copy context
* Fix gcc build
* Merge with master and fix build
* Fix gcc-9 build
|
2021-04-11 02:33:54 +03:00 |
|
Alexey Milovidov
|
d369da6643
|
Update tests
|
2021-04-11 00:52:42 +03:00 |
|
alexey-milovidov
|
def996b508
|
Merge pull request #22969 from ClickHouse/add-macbook-air-m1
Add perf test for MacBook Air M1
|
2021-04-11 00:31:09 +03:00 |
|
Alexey Milovidov
|
c2e37e92dd
|
Add perf test for MacBook Air M1
|
2021-04-11 00:29:15 +03:00 |
|
alexey-milovidov
|
5469cc15c1
|
Trigger CI
|
2021-04-10 23:43:56 +03:00 |
|
Alexey Milovidov
|
1f2226b9db
|
Check out of range values in FieldVisitorConverToNumber
|
2021-04-10 23:38:14 +03:00 |
|
alexey-milovidov
|
9d08695ce1
|
Merge pull request #22441 from nikitamikhaylov/copier-copy-to-source
Add test for copier
|
2021-04-10 23:34:59 +03:00 |
|
alexey-milovidov
|
e9b39c40f8
|
Merge pull request #22947 from azat/inactive_parts_to_throw_insert-fix
Fix inactive_parts_to_throw_insert=0 with inactive_parts_to_delay_insert>0
|
2021-04-10 23:21:16 +03:00 |
|
alexey-milovidov
|
1c780b6673
|
Update test.py
|
2021-04-10 23:16:27 +03:00 |
|
alexey-milovidov
|
61e3cde428
|
Merge pull request #22944 from ClickHouse/aku/less-flaky
less flaky test
|
2021-04-10 23:15:10 +03:00 |
|
alexey-milovidov
|
f33498c73b
|
Merge pull request #22941 from kirillikoff/kirillikoff-DOCSUP-6704
DOCSUP-6704: Documented the inactive_parts_to
|
2021-04-10 23:05:20 +03:00 |
|
alexey-milovidov
|
2785fa9e52
|
Fix Jinja templates that are being used for unknown reasons
|
2021-04-10 22:57:15 +03:00 |
|
alexey-milovidov
|
673ea02e3a
|
Merge pull request #22946 from Slach/improve_rename_docs
add RENAME DATABASE statement documentation
|
2021-04-10 22:54:49 +03:00 |
|
Maksim Kita
|
50f76c5837
|
Remove tests
|
2021-04-10 22:31:10 +03:00 |
|
Maksim Kita
|
685da4e234
|
StorageExternalDistributed arcadia fix
|
2021-04-10 21:52:17 +03:00 |
|
Maksim Kita
|
b43a709fec
|
Dictionaries standardize exceptions
|
2021-04-10 21:48:36 +03:00 |
|
Maksim Kita
|
34b026ae32
|
Fixed test
|
2021-04-10 21:30:23 +03:00 |
|
Maksim Kita
|
7df43891c1
|
Dictionary added Decimal256 attribute type support
|
2021-04-10 19:53:21 +03:00 |
|
alexey-milovidov
|
3016376818
|
Update test.py
|
2021-04-10 17:32:52 +03:00 |
|
alexey-milovidov
|
9023dbc71b
|
Update tips.md
|
2021-04-10 17:29:22 +03:00 |
|
alexey-milovidov
|
777fcc871f
|
Update test.py
|
2021-04-10 15:05:36 +03:00 |
|
Alexey Milovidov
|
68b6b3352c
|
Adjust test
|
2021-04-10 15:03:45 +03:00 |
|
alexey-milovidov
|
2d4a8c4787
|
Merge pull request #22885 from traceon/gcc-macos-compilation-fixes
Fix vanilla GCC compilation in macOS
|
2021-04-10 14:17:11 +03:00 |
|
alexey-milovidov
|
969d9f495b
|
Merge pull request #22939 from CurtizJ/fix-const-map-conversion
Fix conversion from const map with nulls
|
2021-04-10 14:13:58 +03:00 |
|
Maksim Kita
|
8b34a54c2d
|
Merge pull request #22938 from kitaisreal/aggregate-function-allocates-memory-in-arena-default-impl-fix
IAggreagteFunction allocatesMemoryInArena removed default implementation
|
2021-04-10 14:08:59 +03:00 |
|