You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now when WriteToServerAsync method called and something is wrong with one of rows, for example, type mismatch, it raises generic exception like null ref
System.NullReferenceException: Object reference not set to an instance of an object.
at ClickHouse.Client.Types.ArrayType.Write(ExtendedBinaryWriter writer, Object value)
at ClickHouse.Client.Copy.ClickHouseBulkCopy.PushBatch(ICollection`1 rows, ClickHouseType[] columnTypes, String[] columnNames, CancellationToken token)
at ClickHouse.Client.Copy.ClickHouseBulkCopy.WriteToServerAsync(IEnumerable`1 rows, IReadOnlyCollection`1 columns, CancellationToken token)
And it hurts to find this row
The text was updated successfully, but these errors were encountered:
Now when
WriteToServerAsync
method called and something is wrong with one of rows, for example, type mismatch, it raises generic exception like null refAnd it hurts to find this row
The text was updated successfully, but these errors were encountered: