ClickHouse/dbms/src/Storages
alexey-milovidov de9bc1dc75 Text formats allow to skip errors (#407)
* Allow to skip errors in text formats: added settings 'input_format_allow_errors_num' and 'input_format_allow_errors_ratio' [#CLICKHOUSE-2778]. https://github.com/yandex/ClickHouse/issues/134

* Allow to skip errors in text formats: added settings 'input_format_allow_errors_num' and 'input_format_allow_errors_ratio' [#CLICKHOUSE-2778]. https://github.com/yandex/ClickHouse/issues/134

* Allow to skip errors in text formats: added settings 'input_format_allow_errors_num' and 'input_format_allow_errors_ratio' [#CLICKHOUSE-2778]. https://github.com/yandex/ClickHouse/issues/134

* Allow to skip errors in text formats: added settings 'input_format_allow_errors_num' and 'input_format_allow_errors_ratio' [#CLICKHOUSE-2778]. https://github.com/yandex/ClickHouse/issues/134

* Allow to skip errors in text formats: added settings 'input_format_allow_errors_num' and 'input_format_allow_errors_ratio' [#CLICKHOUSE-2778]. https://github.com/yandex/ClickHouse/issues/134

* Allow to skip errors in text formats: added settings 'input_format_allow_errors_num' and 'input_format_allow_errors_ratio' [#CLICKHOUSE-2778]. https://github.com/yandex/ClickHouse/issues/134

* Allow to skip errors in text formats: added settings 'input_format_allow_errors_num' and 'input_format_allow_errors_ratio' [#CLICKHOUSE-2778]. https://github.com/yandex/ClickHouse/issues/134

* Allow to skip errors in text formats: added settings 'input_format_allow_errors_num' and 'input_format_allow_errors_ratio' [#CLICKHOUSE-2778]. https://github.com/yandex/ClickHouse/issues/134

* Allow to skip errors in text formats: added settings 'input_format_allow_errors_num' and 'input_format_allow_errors_ratio' [#CLICKHOUSE-2778]. https://github.com/yandex/ClickHouse/issues/134

* Allow to skip errors in text formats: added settings 'input_format_allow_errors_num' and 'input_format_allow_errors_ratio' [#CLICKHOUSE-2778]. https://github.com/yandex/ClickHouse/issues/134

* Added test [#CLICKHOUSE-2778].
2017-01-27 08:29:47 +04:00
..
Distributed check that sharding_key exists in the table and has numeric type (#392) 2017-01-27 01:47:33 +04:00
MergeTree Query KILL QUERY. [#CLICKHOUSE-2120] 2017-01-27 03:59:39 +04:00
System SELECT * FROM system.build_options [#METR-24175] (#398) 2017-01-26 02:24:36 +04:00
tests Text formats allow to skip errors (#407) 2017-01-27 08:29:47 +04:00
AlterCommands.cpp Squashed commit of the following: 2017-01-14 12:00:19 +03:00
CMakeLists.txt cmake: More options. [#METR-23701] 2016-12-05 15:43:14 +03:00
ColumnDefault.cpp Preparation [#METR-2944]. 2016-12-12 10:24:56 +03:00
ColumnsDescription.cpp Preparation [#METR-2944]. 2016-12-12 10:24:56 +03:00
IStorage.cpp Less dependencies 2 (#378) 2017-01-21 08:24:28 +04:00
ITableDeclaration.cpp Renamed method (less confusion) [#METR-2944]. 2017-01-02 23:12:12 +03:00
StorageBuffer.cpp Less dependencies 2 (#378) 2017-01-21 08:24:28 +04:00
StorageCloud.cpp use std::enable_shared_from_this for IStorage 2016-08-29 16:28:34 +03:00
StorageDistributed.cpp Squashed commit of the following: 2017-01-14 12:00:19 +03:00
StorageFactory.cpp Added requested change [#CLICKHOUSE-2191]. 2017-01-27 00:51:30 +03:00
StorageFile.cpp Added requested PR changes, 2nd iteration. 2016-11-14 02:57:18 +03:00
StorageJoin.cpp Less dependencies 2 (#378) 2017-01-21 08:24:28 +04:00
StorageLog.cpp Less dependencies 2 (#378) 2017-01-21 08:24:28 +04:00
StorageMaterializedView.cpp #200: remove dependency to the view if backend storage can't be created 2017-01-09 01:34:40 +05:00
StorageMemory.cpp StorageBuffer: simplification; added metrics [#METR-23888]. 2016-12-20 02:55:13 +03:00
StorageMerge.cpp Less dependencies 2 (#378) 2017-01-21 08:24:28 +04:00
StorageMergeTree.cpp Add requested PR changes. [#CLICKHOUSE-2145] [issue #325] 2017-01-24 22:26:29 +04:00
StorageReplicatedMergeTree.cpp Add requested PR changes. [#CLICKHOUSE-2145] [issue #325] 2017-01-24 22:26:29 +04:00
StorageSet.cpp Squashed commit of the following: 2017-01-14 12:00:19 +03:00
StorageStripeLog.cpp Less dependencies 2 (#378) 2017-01-21 08:24:28 +04:00
StorageTinyLog.cpp Less dependencies 2 (#378) 2017-01-21 08:24:28 +04:00
StorageView.cpp use std::enable_shared_from_this for IStorage 2016-08-29 16:28:34 +03:00
VirtualColumnFactory.cpp Using std::shared_ptr for data types [#METR-21503]. 2016-05-28 10:48:40 +03:00