blob: db3f06fb0448b3e0a7ef18021640b1a750ca1c76 (
plain) (
blame)
1
2
3
|
select
Yql::HostRuntimeSetting("TestHostSetting"),
Ensure(SimpleUdf::TestUdfSetting(), SimpleUdf::TestUdfSetting() == Yql::UdfRuntimeSetting("SimpleUdf", "TestUdfSetting"), "Udf setting is not equal to the expected value");
|