[branch-2.1](arrow-flight-sql) Open regression-test/pipeline/p0/arrow_flight_sql (#37727)
pick #36854
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user