fix test file

This commit is contained in:
Blargian 2024-05-15 14:19:17 +02:00
parent 4066c6bc54
commit 2762cf86d2

View File

@ -1,4 +1,4 @@
SET input_format_json_infer_variant_from_multi_type_array=1;
SET input_format_json_infer_variant_from_multitype_array=1;
SELECT arr, toTypeName(arr) FROM format('JSONEachRow', '{"arr" : [1, "Hello", {"a" : 32}]}');
SELECT x, toTypeName(x) FROM format('JSONEachRow', '{"x" : 42}, {"x" : "Hello"}');
SELECT x, toTypeName(x) FROM format('JSONEachRow', '{"x" : [1, 2, 3]}, {"x" : {"a" : 42}}');