rvesse commented on a change in pull request #72: URL: https://github.com/apache/jena-site/pull/72#discussion_r741382211
########## File path: source/documentation/io/__index.md ########## @@ -72,6 +72,13 @@ In addition, if the extension is `.gz` the file is assumed to be gzip compressed. The file name is examined for an inner extension. For example, `.nt.gz` is gzip compressed N-Triples. +Jena does not support all possible compression formats itself, only +GZip, BZip2 and Snappy are supported directly. If you want to use an Review comment: I think this is one of those weird licensing things. Reading in Snappy compressed data does not require any inconveniently licensed dependencies but writing it out does ########## File path: source/documentation/io/__index.md ########## @@ -72,6 +72,13 @@ In addition, if the extension is `.gz` the file is assumed to be gzip compressed. The file name is examined for an inner extension. For example, `.nt.gz` is gzip compressed N-Triples. +Jena does not support all possible compression formats itself, only +GZip, BZip2 and Snappy are supported directly. If you want to use an Review comment: Or they just didn't implement it yet: ![Screenshot 2021-11-02 at 19 07 10](https://user-images.githubusercontent.com/2104864/139929498-fa394c03-eb79-4032-85cb-f4d359ff9a9e.png) ########## File path: source/documentation/io/__index.md ########## @@ -72,6 +72,13 @@ In addition, if the extension is `.gz` the file is assumed to be gzip compressed. The file name is examined for an inner extension. For example, `.nt.gz` is gzip compressed N-Triples. +Jena does not support all possible compression formats itself, only +GZip, BZip2 and Snappy are supported directly. If you want to use an Review comment: Or they just didn't implement it yet: ![Screenshot 2021-11-02 at 19 07 10](https://user-images.githubusercontent.com/2104864/139929498-fa394c03-eb79-4032-85cb-f4d359ff9a9e.png) https://commons.apache.org/proper/commons-compress/limitations.html -- 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: dev-unsubscr...@jena.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org