[
https://issues.apache.org/jira/browse/HBASE-29193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Charles Connell updated HBASE-29193:
------------------------------------
Description:
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.
Follow-up to HBASE-29135.
was: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.
> 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
> Priority: Minor
> Labels: pull-request-available
>
> 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.
> Follow-up to HBASE-29135.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)