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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org