tigrux opened a new issue, #5859:
URL: https://github.com/apache/incubator-gluten/issues/5859

   ### Description
   
   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.
   
   However, Gluten currently does not support them.
   
   I create a PR to add support for these properties:
   https://github.com/apache/incubator-gluten/pull/5858


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