Skip to content
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

Support serializing large (> 2 GiB) annotation files (backport #3905) #3906

Merged
merged 1 commit into from
Mar 5, 2024

Commits on Mar 5, 2024

  1. Support serializing large (> 2 GiB) annotation files (#3905)

    * Support serializing Annotations to a Writer
    
    Previous API serializing to a String is limited by JVM max size of 2 GiB
    Strings.
    
    * Serialize to Writer instead of String in WriteOutputAnnotations
    
    (cherry picked from commit 736f1a7)
    jackkoenig authored and mergify[bot] committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    cf0a678 View commit details
    Browse the repository at this point in the history