Skip to content

Commit c951e81

Browse files
committed
test has been fixed
1 parent 61d4edd commit c951e81

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ydb/core/kqp/ut/olap/json_ut.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -1019,9 +1019,6 @@ Y_UNIT_TEST_SUITE(KqpOlapJson) {
10191019
EXPECTED: [[14u;["{\"a\":\"a4\",\"b.c.d\":\"1b4\"}"]]]
10201020
IDX_ND_SKIP_APPROVE: 0, 4, 1
10211021
------
1022-
READ: SELECT * FROM `/Root/ColumnTable` WHERE JSON_VALUE(Col2, "$.\"b.c.d\"") = "1b5" ORDER BY Col1;
1023-
EXPECTED: []
1024-
IDX_ND_SKIP_APPROVE: 0, 4, 0
10251022
READ: SELECT * FROM `/Root/ColumnTable` WHERE JSON_VALUE(Col2, "$.\"b.c.d\"") like "%1b4%" ORDER BY Col1;
10261023
EXPECTED: [[14u;["{\"a\":\"a4\",\"b.c.d\":\"1b4\"}"]]]
10271024
IDX_ND_SKIP_APPROVE: 0, 4, 1

0 commit comments

Comments
 (0)