Skip to content

Commit 9ddb112

Browse files
committed
update
1 parent 2772ae8 commit 9ddb112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/stmt_handler.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ absl::StatusOr<std::shared_ptr<arrow::RecordBatch>> handle_stmt(
236236
}
237237
case PG_QUERY__NODE__NODE_INSERT_STMT: {
238238
return WrapEmptyStatus(
239-
[&]() { return insert::insert(stmt->insert_stmt); });
239+
[&]() { return small::insert::insert(stmt->insert_stmt); });
240240
break;
241241
}
242242
default:

0 commit comments

Comments
 (0)