Skip to content

Commit

Permalink
remove unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
xx01cyx committed Oct 18, 2024
1 parent b46b2cb commit dc3b258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/execution/mock_scan_executor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ auto GetFunctionOf(const MockScanPlanNode *plan) -> std::function<Tuple(size_t)>
return Tuple{values, &plan->OutputSchema()};
};
}
// select * from __mock_external_merge_sort_input order by v2 desc, v3 asc limit 100;

if (table == "__mock_external_merge_sort_input") {
return [plan](size_t cursor) {
std::vector<Value> values{};
Expand Down

0 comments on commit dc3b258

Please sign in to comment.