Skip to content

Commit 12ef8ac

Browse files
authored
remove wrong assertion (#1591)
1 parent c9ba776 commit 12ef8ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/resultset/resultset.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ void ResultSet_MapProjection(ResultSet *set, const Record r) {
9191
}
9292

9393
static void _ResultSet_ReplyWithPreamble(ResultSet *set) {
94-
ASSERT(ResultSet_RowCount(set) == 0);
95-
9694
if(set->column_count > 0) {
9795
// prepare a response containing a header, records, and statistics
9896
RedisModule_ReplyWithArray(set->ctx, 3);

0 commit comments

Comments
 (0)