-
Notifications
You must be signed in to change notification settings - Fork 4.3k
GH-45747: [C++] Remove deprecated ObjectType and FileStatistics, refactor hdfs code #45998
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
AlenkaF
wants to merge
50
commits into
apache:main
Choose a base branch
from
AlenkaF:gh-45747-remove-deprecated-ObjectType-FileStatistics
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
d9eac43
First remove only ObjectType
AlenkaF 1090265
Remove FileStatistics
AlenkaF e5e1fb1
Run linter
AlenkaF 63fa38b
Update tests and filesystem/hdfs.cc
AlenkaF 49a3f8b
Move definitions from libarrow.pxd to libarrow_fs.pxd
AlenkaF 6625ffa
Move hdfs code from io to filesystem
AlenkaF fc3a9fd
Fix a small mess after merge conflict resolve
AlenkaF 434de96
Fix linter errors and revert changes in the test namespace
AlenkaF a3de460
Add docstrings to python have_libhdfs method
AlenkaF b4efd81
More linter fixes
AlenkaF 354ca93
And Python linter
AlenkaF 43bd8eb
Remove target_link_libraries for ARROW_IO
AlenkaF b827c04
Rename hdfs_io_test
AlenkaF 19bb688
Remove hdfs_io include in filesystem/api.h
AlenkaF c1d8ec8
Merge internal hdfs classes
AlenkaF 0e24444
Remove commented code
AlenkaF 11152c6
Fix linter error in CMakeLists
AlenkaF 54b101c
Add missing linter fix
AlenkaF 208912c
Make MSVC happy
AlenkaF 7662531
Change friend Status Make* methods to static Result Make
AlenkaF bd3dd8a
Try to remove the correct std::move
AlenkaF 54b2c72
Define the static method on the outer class
AlenkaF b54ec99
Try to safeguard client_ from nullptr and dangling ptr
AlenkaF e94b75e
Update hdfs Impl
AlenkaF 5a5f823
Change io::internal to fs::internal
AlenkaF f9de075
Run C++ linter
AlenkaF 0b74f47
Remove HdfsDriver from PyArrow Cython file
AlenkaF 95a952b
Run pre-commit
AlenkaF aa29648
Fix failing CI builds
AlenkaF 9166f4e
Add <unordered_map>
AlenkaF 8f00be3
Update HdfsConnectionConfig comment
AlenkaF 3f361f5
Update meson.build
AlenkaF b94a306
Fix MakeDirectory
AlenkaF ebc320d
Update Copy
AlenkaF 39f567c
Move internal hdfs methods back to public
AlenkaF 98f9157
Update tests
AlenkaF 7eed2a6
Run pre-hook
AlenkaF 03fddb5
Remove internal tests
AlenkaF ba505d0
Add #undef for CHECK_FAILURE
AlenkaF 95fa731
Add newline at the end of the file
AlenkaF f75a88c
Remove legacy methods
AlenkaF b0b9142
Remove HdfsConnectionConfig
AlenkaF 0bd2bf6
Use internal::ConnectLibHdfs
AlenkaF ef5120d
Fix Python bindings
AlenkaF 4ab7fb9
Remove merge conflict leftover
AlenkaF 211d333
Potential fix for pull request finding
AlenkaF 053dcf8
Add back 4 tests
AlenkaF 0625e9e
Fix integration, dlopen linkage and mason issues
AlenkaF 2741e3f
Remove another instance of io hdfs test in integration and clean up t…
AlenkaF 8d861e4
Fix formatting of extra_conf method declaration
AlenkaF File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.