From ffbefd67d88139d9d5407af90c16a90d50dd0681 Mon Sep 17 00:00:00 2001 From: Ihor Stelmukhov Date: Fri, 28 Feb 2025 12:43:22 +0200 Subject: [PATCH] Fix error deserialization with non-empty suppressed filed --- trino-csharp/Trino.Client/Model/StatementV1/TrinoErrorCause.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trino-csharp/Trino.Client/Model/StatementV1/TrinoErrorCause.cs b/trino-csharp/Trino.Client/Model/StatementV1/TrinoErrorCause.cs index 116d393..8771bd9 100644 --- a/trino-csharp/Trino.Client/Model/StatementV1/TrinoErrorCause.cs +++ b/trino-csharp/Trino.Client/Model/StatementV1/TrinoErrorCause.cs @@ -30,7 +30,7 @@ public class TrinoErrorCause /// /// Suppressed errors /// - public List suppressed { get; set; } + public List suppressed { get; set; } /// /// Cause of the error