From 92a7999366db268d6920f2013c3867e899708830 Mon Sep 17 00:00:00 2001
From: ErodeesFleurs <862959461@qq.com>
Date: Tue, 23 Jul 2024 13:19:50 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=98=AF=E5=90=A6=E4=B8=BAlo?=
 =?UTF-8?q?ad=E5=AF=BC=E8=87=B4=E7=9A=84=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/execution/execution_manager.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/execution/execution_manager.cpp b/src/execution/execution_manager.cpp
index 50b6aed..0fb9c13 100644
--- a/src/execution/execution_manager.cpp
+++ b/src/execution/execution_manager.cpp
@@ -74,7 +74,7 @@ void QlManager::run_mutli_query(std::shared_ptr<Plan> plan, Context* context) {
                 break;
             }
             case T_LoadData: {
-                sm_manager_->load_record(x->file_path_, x->tab_name_, context);
+                // sm_manager_->load_record(x->file_path_, x->tab_name_, context);
                 break;
             }
             default:
-- 
GitLab