aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/schema/user_schema_patch_columns.sql
blob: a40ef2d04b8a647551a05e5b110a380d6b9e76a4 (plain) (blame)
1
2
3
4
5
/* syntax version 1 */
use plato;
pragma yt.InferSchema;

select ListSort(DictItems(_other)) as _other,key,subkey from Input with columns Struct<key:Utf8, subkey:String?>;