[ https://issues.apache.org/jira/browse/HBASE-29193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Dimiduk updated HBASE-29193: --------------------------------- Fix Version/s: 3.0.0-beta-2 2.6.3 2.5.12 > 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 > Fix For: 3.0.0-beta-2, 2.6.3, 2.5.12 > > > 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)