Skip to content

Commit

Permalink
fix: udf error ui (#18118)
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Chien <[email protected]>
  • Loading branch information
stdrc authored Aug 20, 2024
1 parent 0595aa1 commit 747245f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions e2e_test/error_ui/simple/main.slt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ db error: ERROR: Failed to run the query
Caused by these errors (recent errors listed first):
1: failed to check UDF signature
2: failed to send requests to UDF service
3: status: Unavailable, message: "error trying to connect: tcp connect error: deadline has elapsed", details: [], metadata: MetadataMap { headers: {} }
3: status: Unknown, message: "transport error", details: [], metadata: MetadataMap { headers: {} }
4: transport error
5: error trying to connect
6: tcp connect error
7: deadline has elapsed
5: connection error
6: connection reset


statement error
Expand Down

0 comments on commit 747245f

Please sign in to comment.