Merge pull request #49812 from ClickHouse/udf-yaml

Allow loading dicrionaries and functions from YAML by default
This commit is contained in:
Alexey Milovidov 2023-05-12 21:16:16 +03:00 committed by GitHub
commit ddb3e3c39e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1294,10 +1294,10 @@
<!-- Configuration of external dictionaries. See:
https://clickhouse.com/docs/en/sql-reference/dictionaries/external-dictionaries/external-dicts
-->
<dictionaries_config>*_dictionary.xml</dictionaries_config>
<dictionaries_config>*_dictionary.*ml</dictionaries_config>
<!-- Configuration of user defined executable functions -->
<user_defined_executable_functions_config>*_function.xml</user_defined_executable_functions_config>
<user_defined_executable_functions_config>*_function.*ml</user_defined_executable_functions_config>
<!-- Path in ZooKeeper to store user-defined SQL functions created by the command CREATE FUNCTION.
If not specified they will be stored locally. -->