tigrux opened a new pull request, #5858:
URL: https://github.com/apache/incubator-gluten/pull/5858

   The Velox GCS connector was recently added a couple of properties:
   - HiveConfig::kGCSMaxRetryCount: Retry until a number of transient errors is 
detected.
   - HiveConfig::kGCSMaxRetryTime: Retry until a time elapses.
   
   This properties are useful to allow a client to either fail immediately or 
keep retring for several minutes.
   
   If none of them is set, then it will use the defaults set by GCS.
   
   This change was tested manually, by entering an unnaccesible GCS bucket then 
verifying that the properties are honored.
   


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