danielhumanmod commented on code in PR #1536:
URL:
https://github.com/apache/datafusion-ballista/pull/1536#discussion_r3020025933
##########
ballista/core/src/execution_plans/distributed_query.rs:
##########
@@ -434,74 +466,33 @@ async fn execute_query_pull(
partition_location,
..
})) => {
- // Calculate job execution time (server-side execution)
Review Comment:
This part is same for pull/push, so extract the common code to the handler
##########
ballista/core/src/execution_plans/distributed_query.rs:
##########
@@ -588,204 +579,16 @@ async fn execute_query_push(
partition_location,
..
})) => {
- // Calculate job execution time (server-side execution)
Review Comment:
This part is same for pull/push, so extract the common code to the handler
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]