-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Core, Data: File Format API interfaces #12774
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 1 commit
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
b33aec4
Core, Data: File Format API interfaces
pvary 5b79dbd
Renjie's comments
pvary a1daced
registerObjectModel exception handling fix
pvary 79d7703
Removing the need for data.AppenderBuilder
pvary 8404aa7
Fixed Renjie findings
pvary a00540d
Cosmentic changes
pvary 2a4816a
Steven's comments
pvary ba16b59
ObjectModelRegistry->FileAccessFactory, and AppenederBuilder->WriteBu…
pvary 9976bfb
Review comments by Steven and Russell (some javadoc, and a few method…
pvary 62ea041
Added generic for the input/output of the reader/writer - like 'FileA…
pvary 22ca3d7
New classes for implementation allows for absolutely new interfaces
pvary 598f46d
Default methods for setting multiple config/meta values
pvary 5ce49dc
Return FileReader instead of CloseableIterable from the ReadBuilder
pvary 46a1742
Revert "Return FileReader instead of CloseableIterable from the ReadB…
pvary 026e5e9
Ryan's comments
pvary 3149874
Move interface classes to core
pvary 4659adf
Rename FileAccessFactory to ObjectModelFactory
pvary 40ec8bb
Ryan's next round of comments
pvary f20bb4e
Separate input conversion from witers
pvary 7e91a40
Eduard's comments
pvary a957c47
Fixing parameter names
pvary 8ce2f2e
Ryan's comments
pvary 2b1b10b
Remove builder parameter from data file writers
pvary 26e03b7
Remove parametrization as much as possible
pvary ef41daa
ContentFileWriteBuilder needs a generic parameter
pvary acb2254
Revert transformers, and used engine specific type setting for writer…
pvary 3efd188
Steven's and Russel's comments
pvary e5611f4
Move to writeBuilder/positionDeleteWriteBuilder solution, and depreca…
pvary 3a6a5ed
Use a specific FormatModel to write PositionDeletes
pvary fad5e07
Changes discussed on the sync
pvary 790e282
Steven's comments
pvary 224070e
Remove the FormatModelRegistry.writeBuilder method
pvary 0c439c1
Eduard's comment
pvary ddcf866
Addressing Amogh's, Steven's and Gabor's comments
pvary 2fa0c5f
Removing ReadBuilder.outputSchema per Steven's and Renjie's comments
pvary 8f58a9e
Aihua's comments
pvary b22a91a
Move back to parametrized writers
pvary 8085a4b
Encryption handling
pvary af4f8a3
Revert back to OutputFile in the FormatModel
pvary c17c9ca
Synchronized register method, and only provide writeBuilder, location…
pvary 7c175ea
constantValues -> idToConstant
pvary 7ed56a5
Remove new from the API parameter names
pvary 69461a2
Move to EncryptedOutputFile from OutputFile FormatModel.writeBuilder
pvary fdbb6c0
Ryan's comments
pvary 4ae6ba0
Fix typo in comment
pvary fe743e1
Revert back to prevent re-registering models
pvary b66e891
Ryan's comments
pvary d450ec6
Steven's comment to change the log message for failed registration
pvary 564ba8c
Create a marker class for the Comet reader and a few extra nits
pvary 17f030f
Added back the ReadBuilder.outputSchema method as the attirbute is us…
pvary 74ca9f7
Changes from #12298 based on Ryan's comments
pvary 6cf720a
Last fixes
pvary 7f6cb33
Javadoc comment fixes
pvary 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
43 changes: 0 additions & 43 deletions
43
data/src/main/java/org/apache/iceberg/data/AppenderBuilder.java
This file was deleted.
Oops, something went wrong.
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.
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.