[branch-2.1](arrow-flight-sql) Open regression-test/pipeline/p0/arrow_flight_sql (#37727)

pick #36854
This commit is contained in:
Xinyi Zou
2024-07-16 16:23:43 +08:00
committed by GitHub
parent 9fd4795080
commit 1f779ba9de
6 changed files with 13 additions and 7 deletions

View File

@ -232,7 +232,7 @@ Status BufferControlBlock::get_arrow_batch(std::shared_ptr<arrow::RecordBatch>*
if (_is_close) {
return Status::OK();
}
return Status::InternalError("Abnormal Ending");
return Status::InternalError("Get Arrow Batch Abnormal Ending");
}
Status BufferControlBlock::close(Status exec_status) {