mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Test with printf instead
This commit is contained in:
parent
89a26f6d84
commit
8f8df8bf7b
@ -123,7 +123,7 @@
|
||||
|
||||
<source>
|
||||
<executable>
|
||||
<command>echo -e "1\tValue"</command>
|
||||
<command>printf "1\tValue\n"</command>
|
||||
<format>TabSeparated</format>
|
||||
<implicit_key>false</implicit_key>
|
||||
</executable>
|
||||
@ -197,7 +197,7 @@
|
||||
|
||||
<source>
|
||||
<executable>
|
||||
<command>echo -e "1\tFirstKey\tValue"</command>
|
||||
<command>printf "1\tFirstKey\tValue\n"</command>
|
||||
<format>TabSeparated</format>
|
||||
<implicit_key>false</implicit_key>
|
||||
</executable>
|
||||
|
Loading…
Reference in New Issue
Block a user