Skip to content

Commit b328f0d

Browse files
author
Rafał Hibner
committed
Remove duplicate declaration and sync arg names
1 parent 10f2c9c commit b328f0d

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

cpp/src/arrow/acero/test_util_internal.h

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -114,23 +114,14 @@ Result<std::vector<std::shared_ptr<ArrayVector>>> ToArrayVectors(
114114
const BatchesWithSchema& batches_with_schema);
115115

116116
Result<std::vector<std::shared_ptr<ExecBatch>>> ToExecBatches(
117-
const BatchesWithSchema& batches);
117+
const BatchesWithSchema& batches_with_schema);
118118

119119
Result<std::vector<std::shared_ptr<RecordBatch>>> ToRecordBatches(
120-
const BatchesWithSchema& batches);
121-
122-
Result<std::shared_ptr<RecordBatchReader>> ToRecordBatchReader(
123120
const BatchesWithSchema& batches_with_schema);
124121

125-
Result<std::vector<std::shared_ptr<ArrayVector>>> ToArrayVectors(
122+
Result<std::shared_ptr<RecordBatchReader>> ToRecordBatchReader(
126123
const BatchesWithSchema& batches_with_schema);
127124

128-
Result<std::vector<std::shared_ptr<ExecBatch>>> ToExecBatches(
129-
const BatchesWithSchema& batches);
130-
131-
Result<std::vector<std::shared_ptr<RecordBatch>>> ToRecordBatches(
132-
const BatchesWithSchema& batches);
133-
134125
Result<std::shared_ptr<Table>> SortTableOnAllFields(const std::shared_ptr<Table>& tab);
135126

136127
void AssertTablesEqualIgnoringOrder(const std::shared_ptr<Table>& exp,

0 commit comments

Comments
 (0)