mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
added is_object_id to list of valid config keys
This commit is contained in:
parent
8e61106450
commit
95ec20d92a
@ -235,7 +235,7 @@ size_t DictionaryStructure::getKeySize() const
|
||||
static void CheckAttributeKeys(const Poco::Util::AbstractConfiguration::Keys & keys)
|
||||
{
|
||||
static const std::unordered_set<std::string> valid_keys =
|
||||
{ "name", "type", "expression", "null_value", "hierarchical", "injective" };
|
||||
{ "name", "type", "expression", "null_value", "hierarchical", "injective", "is_object_id" };
|
||||
|
||||
for (const auto & key : keys)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user