aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/insert/other.txt.attr
blob: e6092cd69dee7a7a27f91c421497e80877aad706 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "_read_schema" = <"strict" = %false>[
        {"type"="string";"name"="key"}
    ];
    "schema" = <"strict" = %false; "unique_keys" = %false>
    [
        {
            "name" = "key";
            "sort_order" = "ascending";
            "type" = "string"
        }
    ]
}