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:

##########
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:

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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]