Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaRise committed Jan 30, 2023
1 parent 8a12f40 commit 3cb4e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Flash/tests/gtest_pipeline_interpreter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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}});
Expand Down

0 comments on commit 3cb4e97

Please sign in to comment.