From 3cb4e9748ea046e21e46fec617b5ff2201befe9a Mon Sep 17 00:00:00 2001 From: SeaRise Date: Mon, 30 Jan 2023 12:40:36 +0800 Subject: [PATCH] fix comment --- dbms/src/Flash/tests/gtest_pipeline_interpreter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbms/src/Flash/tests/gtest_pipeline_interpreter.cpp b/dbms/src/Flash/tests/gtest_pipeline_interpreter.cpp index 26f18e7b5e1..fde4fd38763 100644 --- a/dbms/src/Flash/tests/gtest_pipeline_interpreter.cpp +++ b/dbms/src/Flash/tests/gtest_pipeline_interpreter.cpp @@ -32,7 +32,7 @@ class PipelineInterpreterExecuteTest : public DB::tests::InterpreterTestUtils // The following steps update the expected results of cases in bulk // 1. manually delete the gtest_pipeline_interpreter.out // 2. call setRecord() - // 3. ./gtests_dbms --gtest_filter=InterpreterExecuteTest.* + // 3. ./gtests_dbms --gtest_filter=PipelineInterpreterExecuteTest.* // setRecord(); context.addMockTable({"test_db", "test_table"}, {{"s1", TiDB::TP::TypeString}, {"s2", TiDB::TP::TypeString}});