You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by GitBox <gi...@apache.org> on 2022/10/27 07:29:05 UTC

[GitHub] [jackrabbit-oak] amit-jain opened a new pull request, #737: OAK-9968: Enable LZ4 compression for parallel indexing

amit-jain opened a new pull request, #737:
URL: https://github.com/apache/jackrabbit-oak/pull/737

   - Support LZ4 compression in flat file store splits


-- 
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-unsubscribe@jackrabbit.apache.org

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


[GitHub] [jackrabbit-oak] amit-jain merged pull request #737: OAK-9968: Enable LZ4 compression for parallel indexing

Posted by GitBox <gi...@apache.org>.
amit-jain merged PR #737:
URL: https://github.com/apache/jackrabbit-oak/pull/737


-- 
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-unsubscribe@jackrabbit.apache.org

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


[GitHub] [jackrabbit-oak] thomasmueller commented on a diff in pull request #737: OAK-9968: Enable LZ4 compression for parallel indexing

Posted by GitBox <gi...@apache.org>.
thomasmueller commented on code in PR #737:
URL: https://github.com/apache/jackrabbit-oak/pull/737#discussion_r1006678113


##########
oak-commons/src/test/java/org/apache/jackrabbit/oak/commons/sort/ExternalSortTest.java:
##########
@@ -410,7 +415,7 @@ public int compare(String s1, String s2) {
     /**
      * Sample case to sort csv file.
      * 
-     * @param algorithm use gzip as compression algorithm
+     * @param algorithm use lz4 or gzip as compression algorithm

Review Comment:
   I would write: the compression algorithm to use



-- 
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-unsubscribe@jackrabbit.apache.org

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