-
Notifications
You must be signed in to change notification settings - Fork 6
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
ALS-6511: Add PFB result type #116
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
d530a3d
ALS-6511: Initial commit for PFB response type
ramari16 c6bdaf7
ALS-6511: Fix spring config annotations
ramari16 0175c75
ALS-6511: Fix avro writer configuration
ramari16 79fee23
ALS-6511: Fix refactoring bug
ramari16 1a3fd09
ALS-6511: Fix refactoring bug
ramari16 bc1cda5
ALS-6511: Fix avro formatting issue
ramari16 d149826
ALS-6511: Fix null value handling
ramari16 bd3a945
ALS-6511: Add log message for avro file locaton
ramari16 1360901
ALS-6511: Attempt to fix snappy class not found exception
ramari16 7bc1109
ALS-6511: Attempt to fix snappy codec bug
ramari16 e0f9fad
ALS-6511: Attempt to fix snappy codec bug
ramari16 741aed8
ALS-6511: Fix pfb file writing issues
ramari16 75e2448
ALS-6511: Update pfb result to handle multiple values per variable
ramari16 068e987
ALS-6511: Fix infinite loop
ramari16 93630c3
ALS-6511: Handle single value variables
ramari16 37c739f
ALS-6511: Minor fixes and comments
ramari16 9e2fd0c
Merge branch 'genomic-v2' into ALS-6511
ramari16 7dac201
ALS-6511: Added test case, removed unused code
ramari16 091eab0
ALS-6551: Attempt to fix character encoding issue
ramari16 1be9246
ALS-6511: Attempt to fix encoding issue
ramari16 02f166d
ALS-6511: Attempt to fix encoding issue
ramari16 3321f37
ALS-6511: Revert uneccesary changes
ramari16 f564636
ALS-6511: Revert uneccessary testing changes
ramari16 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 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 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 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This class was a huge pain. I tried to improve it but I'm not super happy with how this turned out. But at least this supports multi value exporting, to some degree