summaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/runtime_features/runtime_feature_basic.conf
blob: 79b4cea4f4f5b504a511fdb810556c350ba0a4c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
RuntimeSettings {
    HostSettings {
        Name: "TestHostSetting"
        Value: "true"
    }
    UdfSettings {
        Module: "SimpleUdf"
        RuntimeSettings {
            Name: "TestUdfSetting"
            Value: "100"
        }
    }
}