๐๐ฎ๐๐ฎ, ๐๐ป๐ฎ๐น๐๐๐ถ๐ฐ๐ & ๐๐. Modern alternative to Snowflake. Cost-effective and simple for massive-scale analytics. https://databend.com
ErrorCode add is_retryable field, network error are set as true, such as UDFServerConnectError.
Support query_max_failures setting, default value is 0, user can set max retry times, if the ErrorCode.is_retryable is true, retry query_max_failures times.
fixes: #16771
Tests
[ ] Unit Test
[ ] Logic Test
[ ] Benchmark Test
[x] No Test - Explain why
Type of change
[ ] Bug Fix (non-breaking change which fixes an issue)
[x] New Feature (non-breaking change which adds functionality)
[ ] Breaking Change (fix or feature that could cause existing functionality not to work as expected)
I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/
Summary
ErrorCode
addis_retryable
field, network error are set astrue
, such asUDFServerConnectError
.query_max_failures
setting, default value is 0, user can set max retry times, if theErrorCode.is_retryable
is true, retryquery_max_failures
times.fixes: #16771
Tests
Type of change
This change isโ