diff options
author | aidarsamer <[email protected]> | 2023-01-30 14:37:32 +0300 |
---|---|---|
committer | aidarsamer <[email protected]> | 2023-01-30 14:37:32 +0300 |
commit | 7c1b72786425e9a2f49dcb3fd78f2f17a8dad07a (patch) | |
tree | 2c580f74915c8fc66c31672159d5177e96480f17 | |
parent | 3493c77fd1253607323a688441ad0dcef6329ef4 (diff) |
Fix test output for not null in olap
-rw-r--r-- | ydb/core/kqp/ut/olap/kqp_olap_ut.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/kqp/ut/olap/kqp_olap_ut.cpp b/ydb/core/kqp/ut/olap/kqp_olap_ut.cpp index 91177a0e8d7..56795e32025 100644 --- a/ydb/core/kqp/ut/olap/kqp_olap_ut.cpp +++ b/ydb/core/kqp/ut/olap/kqp_olap_ut.cpp @@ -3845,7 +3845,7 @@ Y_UNIT_TEST_SUITE(KqpOlap) { WHERE level = 5; )") - .SetExpectedReply("[[[5];#]]") + .SetExpectedReply("[[5;#]]") .AddExpectedPlanOptions("KqpOlapFilter"); TestTableWithNulls({ testCase }); |