Files
impala/testdata/workloads/functional-query/queries/QueryTest/avro-schema-resolution.test
2014-01-08 10:51:39 -08:00

11 lines
262 B
Plaintext

====
---- QUERY
# see testdata/avro_schema_resolution
select * from schema_resolution_test
---- TYPES
boolean, int, long, float, double, string, string, string
---- RESULTS
true,1,1,1,1,'default string','','NULL'
false,2,2,2,2,'serialized string','','NULL'
====