milenkovicm commented on code in PR #1351:
URL:
https://github.com/apache/datafusion-ballista/pull/1351#discussion_r2635570471
##########
ballista/core/src/execution_plans/distributed_query.rs:
##########
@@ -360,9 +363,22 @@ async fn execute_query(
let duration = Duration::from_millis(duration);
info!("Job {job_id} finished executing in {duration:?} ");
+ let FlightEndpointInfo {
Review Comment:
https://github.com/apache/datafusion-ballista/blob/118327ca424cf14e38e522b7f0af4ed9c6b3c8c3/ballista/core/src/execution_plans/distributed_query.rs#L356
gives you back partition locations which indicates where data is, so adding
optional proxy parameter you could ask it "give me data from
`partition_location`" otherwise you just fetch it as it is at the moment (if
proxy not provided)
--
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]