mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
test is added
This commit is contained in:
parent
1d58ded72b
commit
1e6fe3250c
@ -0,0 +1,3 @@
|
||||
::1 42
|
||||
::1 42
|
||||
::1 42
|
3
tests/queries/0_stateless/02535_ip_parser_not_whole.sql
Normal file
3
tests/queries/0_stateless/02535_ip_parser_not_whole.sql
Normal file
@ -0,0 +1,3 @@
|
||||
SELECT * FROM format(CSVWithNamesAndTypes, 'ip,port\nIPv6,UInt16\n::1,42\n');
|
||||
SELECT * FROM format(TSVWithNamesAndTypes, 'ip\tport\nIPv6\tUInt16\n::1\t42\n');
|
||||
SELECT * FROM format(JSONCompactEachRowWithNamesAndTypes, '["ip","port"]\n["IPv6","UInt16"]\n["::1",42]\n');
|
Loading…
Reference in New Issue
Block a user