Github user t3rmin4t0r commented on a diff in the pull request:
https://github.com/apache/orc/pull/159#discussion_r134427978
--- Diff: java/bench/src/java/org/apache/orc/bench/CompressionKind.java ---
@@ -53,6 +54,8 @@ public OutputStream create(OutputStream out) throws
IOException {
return new GZIPOutputStream(out);
case SNAPPY:
return new SnappyCodec().createOutputStream(out);
+ case ISAL:
--- End diff --
ISAL is just the library for gzip? That doesn't need a new codec - have you
tried LD_PRELOAD to load ISAL instead of libz?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---