ClickHouse/tests/integration/test_dictionaries_update_and_reload/configs/dictionaries/executable.xml
Ivan 97f2a2213e
Move all folders inside /dbms one level up (#9974)
* Move some code outside dbms/src folder
* Fix paths
2020-04-02 02:51:21 +03:00

20 lines
463 B
XML

<?xml version="1.0"?>
<yandex>
<dictionary>
<name>executable</name>
<source>
<executable>
<command>echo '7\t8';</command>
<format>TabSeparated</format>
</executable>
</source>
<lifetime>0</lifetime>
<layout><flat/></layout>
<structure><id><name>key</name> </id>
<attribute><name>a</name><type>Int32</type>
<null_value>0</null_value>
</attribute>
</structure>
</dictionary>
</yandex>