ClickHouse/dbms/tests/queries/0_stateless/01060_avro.reference
Andrew Onyshchuk d15e820e9f Add Avro tests
2020-01-10 03:05:47 -06:00

38 lines
830 B
Plaintext

=== input
= primitive
1,1,2,3.4,5.6,"b1","s1"
0,-1,9223372036854775807,3.00004,0.00001,"",""
1,2,"s1"
0,9223372036854775807,""
"s1",2,1
"",9223372036854775807,0
"s1"
""
= complex
"A","t","['s1','s2']","[['a1'],['a2']]","s1",\N,"79cd909892d7e7ade1987cc7422628ba"
"C","f","[]","[]",\N,123,"79cd909892d7e7ade1987cc7422628ba"
"79cd909892d7e7ade1987cc7422628ba"
"79cd909892d7e7ade1987cc7422628ba"
= logical_types
"2019-12-20","2020-01-10 01:31:56.227","2020-01-10 01:31:56.227000"
18250,1578641516227,1578641516227000
= compression
1000
1000
1000
= other
0
not compatible
not found
=== output
= primitive
1,1,2,3.4,5.6,"b1","s1"
= complex
"A","t","['s1','s2']","[['a1'],['a2']]","s1",\N,"79cd909892d7e7ade1987cc7422628ba"
= logical_types
"2019-12-20","2020-01-10 01:31:56.227","2020-01-10 01:31:56.227000"
= other
0
1000
not supported