Skip to content

Commit efa1932

Browse files
committed
fix: fix pyEntryClickHouseLocal
1 parent cc0f2bf commit efa1932

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

programs/local/chdb.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,8 @@ std::unique_ptr<MaterializedQueryResult> pyEntryClickHouseLocal(int argc, char *
396396
app.getElapsedTime(),
397397
app.getProcessedRows(),
398398
app.getProcessedBytes(),
399-
app.getStorgaeRowsRead(),
400-
app.getStorageBytesRead());
399+
0,
400+
0);
401401
} else {
402402
return std::make_unique<MaterializedQueryResult>(app.getErrorMsg());
403403
}

0 commit comments

Comments
 (0)