We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6cb748 commit ee00dd5Copy full SHA for ee00dd5
ydb/core/kqp/ut/view/view_ut.cpp
@@ -265,23 +265,6 @@ Y_UNIT_TEST_SUITE(TKQPViewTest) {
265
);
266
ExecuteQuery(session, creationQuery);
267
}
268
- {
269
- // evaluated expression
270
- const TString creationQuery = std::format(R"(
271
- $lambda = ($x) -> {{
272
- RETURN CAST($x as String)
273
- }};
274
- $value = $lambda(true);
275
-
276
- CREATE VIEW {} WITH security_invoker = $value AS {};
277
- DROP VIEW {};
278
- )",
279
- path,
280
- query,
281
- path
282
- );
283
- ExecuteQuery(session, creationQuery);
284
- }
285
286
287
Y_UNIT_TEST(ListCreatedView) {
0 commit comments