Github user kumarvishal09 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2872#discussion_r228915613
--- Diff:
core/src/main/java/org/apache/carbondata/core/datastore/compression/ZstdCompressor.java
---
@@ -167,4 +167,12 @@ public long maxCompressedLength(long inputSize) {
public boolean supportUnsafe() {
return false;
}
+
+ @Override public int uncompressedLength(byte[] data, int offset, int
length) {
--- End diff --
@xuchuanyin Still we are working on it. This is not final code
---