From bd5ac57dec286819a26f5475490794ff79a5c607 Mon Sep 17 00:00:00 2001 From: Wan Shen Lim Date: Tue, 12 Jun 2018 17:43:25 -0400 Subject: [PATCH] set statement in copy_test --- test/executor/copy_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/executor/copy_test.cpp b/test/executor/copy_test.cpp index 9b9291f4111..86d7252525c 100644 --- a/test/executor/copy_test.cpp +++ b/test/executor/copy_test.cpp @@ -93,6 +93,7 @@ TEST_F(CopyTests, Copying) { std::vector result; TestingSQLUtil::counter_.store(1); + traffic_cop.SetStatement(statement); executor::ExecutionResult status = traffic_cop.ExecuteHelper( statement->GetPlanTree(), params, result, result_format);