Skip to content

Commit

Permalink
feat(query): add async retry transform
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed May 27, 2024
1 parent ab7527e commit 626a91b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ impl TransformUdfServer {
}

impl AsyncRetry for TransformUdfServer {
fn retry_on(&self, err: &databend_common_exception::ErrorCode) -> bool {
fn retry_on(&self, _err: &databend_common_exception::ErrorCode) -> bool {
true
}

Expand Down

0 comments on commit 626a91b

Please sign in to comment.