[feature-wip](arrow-flight)(step2) FE support Arrow Flight server (#24314)

This is a POC, the design documentation will be updated soon
This commit is contained in:
Xinyi Zou
2023-09-20 14:42:54 +08:00
committed by GitHub
parent a3361df7b9
commit fc12362a6d
88 changed files with 1226 additions and 71 deletions

View File

@ -144,7 +144,6 @@ Status BufferControlBlock::add_batch(std::unique_ptr<TFetchDataResult>& result)
_fe_result_batch_queue.push_back(std::move(result));
}
_buffer_rows += num_rows;
_data_arrival.notify_one();
} else {
auto ctx = _waiting_rpc.front();
_waiting_rpc.pop_front();