Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Added columnar format support for CDH 6.2.1 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added columnar format support for CDH 6.2.1 #9

wants to merge 1 commit into from

Conversation

xieqi
Copy link
Collaborator

@xieqi xieqi commented Nov 4, 2019

No description provided.

(new SnappyDecompressor.SnappyDirectDecompressor());
case QAT:
return new DirectDecompressWrapper
(new QatDecompressor.QatDirectDecompressor());
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QatDecompressor is not imported

ByteBuffer buf = ByteBuffer.allocate(1000);
buf.put(new byte[]{127,-128,0,99,98,-1});
buf.flip();
CompressionCodec codec = new QATCodec(DIRECT_BUFFER_SIZE);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CompressionCodec is not imported

@winningsix
Copy link

@zyluo does it work now?

@zyluo
Copy link

zyluo commented Nov 13, 2019

I've just finished optimizing Snappy configuration. I'll try setting up QAT today and tomorrow

@winningsix
Copy link

@xieqi could you resolve the conflict so that I can merge this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants