mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-09 17:14:47 +00:00
Add test
This commit is contained in:
parent
2a1ee419b4
commit
f4ed3f5c6d
@ -0,0 +1,16 @@
|
||||
{
|
||||
"meta":
|
||||
[
|
||||
{
|
||||
"name": "unhex('f0')",
|
||||
"type": "String"
|
||||
}
|
||||
],
|
||||
|
||||
"data":
|
||||
[
|
||||
["<22>"]
|
||||
],
|
||||
|
||||
"rows": 1
|
||||
}
|
@ -0,0 +1,2 @@
|
||||
SET output_format_write_statistics = 0;
|
||||
SELECT unhex('f0') FORMAT JSONCompact;
|
Loading…
Reference in New Issue
Block a user