mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added test for sending external tables via HTTP [#METR-2944].
This commit is contained in:
parent
dafece62ef
commit
1cee75e828
@ -0,0 +1,2 @@
|
||||
1 Hello
|
||||
2 World
|
3
dbms/tests/queries/0_stateless/00304_http_external_data.sh
Executable file
3
dbms/tests/queries/0_stateless/00304_http_external_data.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo -ne '1,Hello\n2,World\n' | curl -sSF 'file=@-' 'http://localhost:8123/?query=SELECT+*+FROM+file&file_format=CSV&file_types=UInt8,String';
|
Loading…
Reference in New Issue
Block a user