Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitamikhaylov committed Oct 15, 2024
1 parent 4764dbd commit 3264fda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions cpp/src/arrow/adapters/orc/adapter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -553,10 +553,6 @@ class ORCFileReader::Impl {
return NextStripeReader(batch_size, empty_vec);
}

liborc::Reader* ORCFileReader::GetRawORCReader() {
return impl_->GetRawORCReader();
}

private:
MemoryPool* pool_;
std::unique_ptr<liborc::Reader> reader_;
Expand Down
2 changes: 1 addition & 1 deletion cpp/src/arrow/adapters/orc/adapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include "arrow/type_fwd.h"
#include "arrow/util/macros.h"
#include "arrow/util/visibility.h"
#include "arrow/adapters/orc/adapter_util.h"
#include "arrow/adapters/orc/util.h"

namespace arrow {
namespace adapters {
Expand Down

0 comments on commit 3264fda

Please sign in to comment.