Source
.NET Driver release notes for 2022
.NET Driver release notes for 2022 This article contains the release notes for the .NET Driver, including the following when applicable: Behavior changes New features Customer-facing bug fixes Snowflake uses semantic versioning for .NET D…
.NET Driver release notes for 2023
.NET Driver release notes for 2023 This article contains the release notes for the .NET Driver, including the following when applicable: Behavior changes New features Customer-facing bug fixes Snowflake uses semantic versioning for .NET D…
JDBC Driver Failure - net.snowflake.client.jdbc.internal.io.netty.util.internal.OutOfDirectMemoryError: failed to allocate xxx byte(s) of direct memory (used: yyy, max: zzz)
The issue described here occurs when the Apache Arrow library attempts to create a direct buffer off - heap of size 16777216 bytes (~16 MBs). This failed because the application process has already consumed the maximum direct memory size…