mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Merge pull request #26978 from Algunenano/improve_executable_dictionary
01674_executable_dictionary_implicit_key: executable_dictionary: Use printf
This commit is contained in:
commit
1f1795a305
@ -123,7 +123,7 @@
|
|||||||
|
|
||||||
<source>
|
<source>
|
||||||
<executable>
|
<executable>
|
||||||
<command>echo "1\tValue"</command>
|
<command>printf "1\tValue\n"</command>
|
||||||
<format>TabSeparated</format>
|
<format>TabSeparated</format>
|
||||||
<implicit_key>false</implicit_key>
|
<implicit_key>false</implicit_key>
|
||||||
</executable>
|
</executable>
|
||||||
@ -197,7 +197,7 @@
|
|||||||
|
|
||||||
<source>
|
<source>
|
||||||
<executable>
|
<executable>
|
||||||
<command>echo "1\tFirstKey\tValue"</command>
|
<command>printf "1\tFirstKey\tValue\n"</command>
|
||||||
<format>TabSeparated</format>
|
<format>TabSeparated</format>
|
||||||
<implicit_key>false</implicit_key>
|
<implicit_key>false</implicit_key>
|
||||||
</executable>
|
</executable>
|
||||||
|
Loading…
Reference in New Issue
Block a user