From 25029a2e7a7a6be44459be3d6cf929c44dd9cdfd Mon Sep 17 00:00:00 2001 From: shenglian zhou Date: Sat, 10 Dec 2022 15:53:32 +0800 Subject: [PATCH] fix: restore stream code --- source/libs/executor/src/scanoperator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libs/executor/src/scanoperator.c b/source/libs/executor/src/scanoperator.c index f92e543c2f..eae2ff3c72 100644 --- a/source/libs/executor/src/scanoperator.c +++ b/source/libs/executor/src/scanoperator.c @@ -2001,7 +2001,7 @@ FETCH_NEXT_BLOCK: goto NEXT_SUBMIT_BLK; } else { - ASSERT(0) + ASSERT(0); return NULL; } }