aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/s-expressions/suites/EquiJoin/Bug15491_Input2.txt.attr
blob: e45f964f7843e560489a864e95a1c1e7906fd4b1 (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
29
30
{
    "_yql_row_spec" = {
        "Type" = [
            "StructType";
            [
                [
                    "key";
                    [
                        "DataType";
                        "Utf8"
                    ]
                ];
                [
                    "subkey";
                    [
                        "DataType";
                        "Utf8"
                    ]
                ];
                [
                    "value";
                    [
                        "DataType";
                        "Utf8"
                    ]
                ]
            ]
        ]
    }
}