imay commented on a change in pull request #2013: Add arrow IPC serialization
for Doris-Spark-Connector
URL: https://github.com/apache/incubator-doris/pull/2013#discussion_r339505687
##########
File path: be/src/service/backend_service.cpp
##########
@@ -318,15 +325,63 @@ void BackendService::get_next(TScanBatchResult& result_,
const TScanNextBatchPar
// during accessing, should disabled last_access_time
context->last_access_time = -1;
TUniqueId fragment_instance_id = context->fragment_instance_id;
- std::shared_ptr<TScanRowBatch> rows_per_col;
+ // std::shared_ptr<TScanRowBatch> rows_per_col;
Review comment:
remove useless code
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]