mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
Fix typo
This commit is contained in:
parent
e43a0521f8
commit
88134c86a5
@ -165,7 +165,7 @@ DECLARE_SETTING_ENUM(DistributedDDLOutputMode)
|
|||||||
|
|
||||||
enum class HandleKafkaErrorMode
|
enum class HandleKafkaErrorMode
|
||||||
{
|
{
|
||||||
DEFAULT = 0, // Ignore errors whit threshold.
|
DEFAULT = 0, // Ignore errors with threshold.
|
||||||
STREAM, // Put errors to stream in the virtual column named ``_error.
|
STREAM, // Put errors to stream in the virtual column named ``_error.
|
||||||
/*FIXED_SYSTEM_TABLE, Put errors to in a fixed system table likey system.kafka_errors. This is not implemented now. */
|
/*FIXED_SYSTEM_TABLE, Put errors to in a fixed system table likey system.kafka_errors. This is not implemented now. */
|
||||||
/*CUSTOM_SYSTEM_TABLE, Put errors to in a custom system table. This is not implemented now. */
|
/*CUSTOM_SYSTEM_TABLE, Put errors to in a custom system table. This is not implemented now. */
|
||||||
|
Loading…
Reference in New Issue
Block a user