Skip to content

Commit ce71a4e

Browse files
committed
[C++][ORC] Remove rebase-introduced duplicate adapter methods
Restore a single BuildSchemaManifest wrapper and add the missing Impl::GetORCType helper after restacking to fix adapter build breakages. Made-with: Cursor
1 parent 521d8a4 commit ce71a4e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cpp/src/arrow/adapters/orc/adapter.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -746,8 +746,6 @@ Result<std::shared_ptr<OrcSchemaManifest>> ORCFileReader::BuildSchemaManifest(
746746
return impl_->BuildSchemaManifest(arrow_schema);
747747
}
748748

749-
const ::orc::Type& ORCFileReader::GetORCType() { return impl_->GetORCType(); }
750-
751749
namespace {
752750

753751
class ArrowOutputStream : public liborc::OutputStream {

0 commit comments

Comments
 (0)