Skip to content

Commit ebc7ffa

Browse files
Fix linter error
1 parent bf74312 commit ebc7ffa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

python/pyarrow/src/arrow/python/async_stream.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ inline Future<RecordBatchWithMetadata> CallAsyncGenerator(
4646
/// Returns a Future that resolves to the AsyncRecordBatchGenerator once
4747
/// the schema is available.
4848
inline Future<AsyncRecordBatchGenerator> RoundtripAsyncBatches(
49-
std::shared_ptr<Schema> schema,
50-
std::vector<std::shared_ptr<RecordBatch>> batches,
49+
std::shared_ptr<Schema> schema, std::vector<std::shared_ptr<RecordBatch>> batches,
5150
::arrow::internal::Executor* executor, uint64_t queue_size = 5) {
5251
// Heap-allocate the handler so it outlives this function.
5352
auto* handler = new ArrowAsyncDeviceStreamHandler;

0 commit comments

Comments
 (0)