zclllyybb commented on code in PR #47566:
URL: https://github.com/apache/doris/pull/47566#discussion_r1946464803


##########
be/src/vec/functions/function_compress.cpp:
##########
@@ -184,7 +184,8 @@ class FunctionUncompress : public IFunction {
             uncompressed_slice = Slice(col_data.data() + idx, length.value);
 
             Slice compressed_data(data.data + 4, data.size - 4);
-            auto st = compression_codec->decompress(compressed_data, 
&uncompressed_slice);
+            auto st = RETURN_IF_ERROR(

Review Comment:
   no need to modify this



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to