We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7bc773 commit 5b0d2a1Copy full SHA for 5b0d2a1
src/query/expression/src/utils/udf_client.rs
@@ -66,7 +66,8 @@ impl UDFFlightClient {
66
.await
67
.map_err(|err| {
68
ErrorCode::UDFServerConnectError(format!(
69
- "Cannot connect to UDF Server {addr}: {err}"
+ "Cannot connect to UDF Server {}: {:?}",
70
+ addr, err
71
))
72
})?
73
.max_decoding_message_size(MAX_DECODING_MESSAGE_SIZE);
0 commit comments