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

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Sep 11, 2021
1 parent 81c8b1f commit 55bb179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native-sql-engine/cpp/src/jni/jni_wrapper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1486,7 +1486,7 @@ Java_com_intel_oap_vectorized_ShuffleDecompressionJniWrapper_decompress(
return nullptr;
}
const arrow::Result<jbyteArray>& r =
ToBytes(env, arrow::RecordBatch::Make(schema, num_rows, std::move(arrays)));
ToBytes(env, rb);
if (!r.ok()) {
std::string error_message = "Error deserializing message" + r.status().message();
env->ThrowNew(io_exception_class, error_message.c_str());
Expand Down

0 comments on commit 55bb179

Please sign in to comment.