You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@jena.apache.org by GitBox <gi...@apache.org> on 2022/06/10 13:54:00 UTC

[GitHub] [jena] Aklakan commented on pull request #1371: Enabled 'decompressConcatenated' for bzip2 to prevent partial reads of input

Aklakan commented on PR #1371:
URL: https://github.com/apache/jena/pull/1371#issuecomment-1152388165

   We didn't generate the file but I have come across such concatenated streams several times.
   I suppose it's a pretty standard feature; one can just do
   
   ```
   bzip2 -c file1 > output.bz2
   bzip2 -c file2 >> output.bz2
   ```
   
   Note sure if the parallel versions of bzip2 (pbzip2 and lbzip2) generate them.too.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org