milenkovicm commented on code in PR #1353:
URL:
https://github.com/apache/datafusion-ballista/pull/1353#discussion_r2651658018
##########
ballista/core/src/execution_plans/distributed_query.rs:
##########
@@ -278,7 +285,12 @@ async fn execute_query(
query: ExecuteQueryParams,
max_message_size: usize,
grpc_config: GrpcClientConfig,
+ metrics: Arc<ExecutionPlanMetricsSet>,
+ partition: usize,
Review Comment:
looks like there is single partition as the result of this exec, so not sure
if we need partition here or we could use 0 later?
--
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]