Charles Connell created HBASE-29193: ---------------------------------------
Summary: Allow ZstdByteBuffDecompressor to take direct ByteBuffer as input and heap ByteBuffer as output, or vice versa Key: HBASE-29193 URL: https://issues.apache.org/jira/browse/HBASE-29193 Project: HBase Issue Type: Improvement Reporter: Charles Connell Assignee: Charles Connell At present, {{ZstdByteBuffDecompressor}} is limited to decompressing from a direct ByteBuffer to another direct ByteBuffer, or from a heap ByteBuffer to another heap ByteBuffer. Following a [change|https://github.com/luben/zstd-jni/pull/351] I contributed to the zstd-jni project, this limitation can be removed. -- This message was sent by Atlassian Jira (v8.20.10#820010)