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
I'm using using a RowAppender to bulk insert a 1.5M rows with 2 fields, and Integer and List<double?>.
I get an exception:
An unhandled exception of type 'System.AccessViolationException' occurred in Unknown Module.
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
It seems to work fine when I reduce the number of rows to 5000.
Add support for writing composite types (List, Array, Struct, etc) with Appender.
The text was updated successfully, but these errors were encountered: