Update ArrowBlockInputFormat.h

This commit is contained in:
alexey-milovidov 2020-05-02 22:34:34 +03:00 committed by GitHub
parent 07f824c746
commit 47e3f83bc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,9 +9,8 @@ namespace arrow::ipc { class RecordBatchFileReader; }
namespace DB
{
class Context;
class ArrowBlockInputFormat: public IInputFormat
class ArrowBlockInputFormat : public IInputFormat
{
public:
ArrowBlockInputFormat(ReadBuffer & in_, Block header_);