diff --git a/src/Interpreters/ya.make b/src/Interpreters/ya.make index d5d1af50319..0d1a4e01a04 100644 --- a/src/Interpreters/ya.make +++ b/src/Interpreters/ya.make @@ -55,7 +55,7 @@ SRCS( ExpressionAnalyzer.cpp ExternalDictionariesLoader.cpp ExternalLoader.cpp - ExternalLoaderDatabaseConfigRepository.cpp + ExternalLoaderDictionaryStorageConfigRepository.cpp ExternalLoaderTempConfigRepository.cpp ExternalLoaderXMLConfigRepository.cpp ExternalModelsLoader.cpp diff --git a/tests/queries/skip_list.json b/tests/queries/skip_list.json index bc12fed0c92..526505316b5 100644 --- a/tests/queries/skip_list.json +++ b/tests/queries/skip_list.json @@ -719,6 +719,8 @@ "01802_test_postgresql_protocol_with_row_policy", /// Creates database and users "01804_dictionary_decimal256_type", "01850_dist_INSERT_preserve_error", // uses cluster with different static databases shard_0/shard_1 - "01710_projection_fetch" + "01710_projection_fetch", + "01855_create_simple_function", + "01857_create_function_that_already_exists" ] }