Skip to content

Commit dc3b258

Browse files
committed
remove unused comments
1 parent b46b2cb commit dc3b258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/execution/mock_scan_executor.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ auto GetFunctionOf(const MockScanPlanNode *plan) -> std::function<Tuple(size_t)>
407407
return Tuple{values, &plan->OutputSchema()};
408408
};
409409
}
410-
// select * from __mock_external_merge_sort_input order by v2 desc, v3 asc limit 100;
410+
411411
if (table == "__mock_external_merge_sort_input") {
412412
return [plan](size_t cursor) {
413413
std::vector<Value> values{};

0 commit comments

Comments
 (0)