diff --git a/src/common/system_table.h b/src/common/system_table.h
index f59ddbac55901e7bf9be620db750739d39c1d6dc..af9b0f24fddb68292c0c605746c9315ac1954ff8 100644
--- a/src/common/system_table.h
+++ b/src/common/system_table.h
@@ -96,6 +96,7 @@ class SM_Table {
     }
 
     ++sm_val.count.int_val;
+    return;
     Value val;
 
     for (auto &col : sm_val.tab_meta->cols) {