Skip to content

Commit d199961

Browse files
Rerun tests
1 parent fd5e088 commit d199961

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Processors/Formats/Impl/ArrowBufferedStreams.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class ArrowBufferedOutputStream : public arrow::io::OutputStream
3434
ARROW_DISALLOW_COPY_AND_ASSIGN(ArrowBufferedOutputStream);
3535
};
3636

37+
3738
class RandomAccessFileFromSeekableReadBuffer : public arrow::io::RandomAccessFile
3839
{
3940
public:
@@ -61,6 +62,7 @@ class RandomAccessFileFromSeekableReadBuffer : public arrow::io::RandomAccessFil
6162
ARROW_DISALLOW_COPY_AND_ASSIGN(RandomAccessFileFromSeekableReadBuffer);
6263
};
6364

65+
6466
std::shared_ptr<arrow::io::RandomAccessFile> asArrowFile(ReadBuffer & in);
6567

6668
}

0 commit comments

Comments
 (0)