aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/s-expressions/suites/TableContent/input_other_strict.txt.attr
blob: e7d68f4eead383201b6d3b7d38d9a13f1acba960 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
    "_yql_row_spec" = {"Type" = [
        "StructType";
        [
            [
                "_other";
                [
                    "DictType";
                    [
                        "DataType";
                        "String"
                    ];
                    [
                        "DataType";
                        "String"
                    ]
                ]
            ];
            [
                "key";
                [
                    "DataType";
                    "Yson"
                ]
            ]
        ]
    ]};
}