-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-44810: [C++][Parquet] Add arrow::Result version of parquet::arrow::FileReader::Make() #48285
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
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
2f22a2f
GH-44810: [C++][Parquet] Add arrow::Result version of parquet::arrow:…
hiroyuki-sato a1cf83f
Update cpp/src/parquet/arrow/arrow_reader_writer_test.cc
hiroyuki-sato 29ab004
Update cpp/src/parquet/arrow/arrow_reader_writer_test.cc
hiroyuki-sato 3c0bdd3
Update cpp/src/parquet/arrow/arrow_reader_writer_test.cc
hiroyuki-sato 1088943
Update cpp/src/parquet/arrow/reader.cc
hiroyuki-sato 65b43dc
Update cpp/src/parquet/arrow/reader.cc
hiroyuki-sato fc54de6
Update cpp/src/parquet/arrow/reader.h
hiroyuki-sato 25c72e2
Status version FileReader::Make set to deprecated
hiroyuki-sato c6cf742
Replace to ASSERT_OK_AND_ASSIGN
hiroyuki-sato e75d5b8
Added error checking in case an error occurs
hiroyuki-sato df413a8
Added error checking in case an error occurs
hiroyuki-sato f9ab393
Add missing ()
hiroyuki-sato d669ccf
Fix variable name
hiroyuki-sato 315687a
Use Result version FileReader::Make
hiroyuki-sato d0d4fb0
Replace Result verion FileReader::Make
hiroyuki-sato b3e1887
Fix segfault
hiroyuki-sato 25816c0
Fix lint
hiroyuki-sato 8b941ab
Replace Result verion FileReader::Make
hiroyuki-sato d53adad
Use auto
hiroyuki-sato 6ad6292
Fix lint
hiroyuki-sato 4045dc8
Add auto
hiroyuki-sato 7cf225f
Use Result version FileReader::Make
hiroyuki-sato 9c7e26e
Use auto
hiroyuki-sato 98d950c
Reuse existing implementation
kou 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
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
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.