CuteChuanChuan opened a new pull request, #1337:
URL: https://github.com/apache/datafusion-ballista/pull/1337

   # Which issue does this PR close?
   Closes #117
   
   # Rationale for this change
   PR #115 introduced gRPC timeout configurations, but these values were 
hard-coded. This PR extends #115 by making all gRPC timeout values 
user-configurable through DataFusion's extensible configuration mechanism.
   
   # What changes are included in this PR?
   - Added 9 new configuration options to `BallistaConfig` (5 client-side, 4 
server-side)
   - Modified `create_grpc_client_connection()` and `create_grpc_server()` to 
accept config parameter
   - Updated all call sites across executor and scheduler
   
   # Are there any user-facing changes?
   **Yes.** Users can now configure gRPC timeouts.
   
   All existing tests pass.


-- 
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]

Reply via email to