Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Minor grammar edits and added a link for Arrow format to apache
  • Loading branch information
sfc-gh-mheavin authored Nov 29, 2023
1 parent d0e469f commit 7b234d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,13 +451,13 @@ The .NET driver supports the following mappings from .NET to Snowflake data type
Arrow data format
-----------------

The .NET connector starting from v2.1.3 supports the Arrow data format for data transfers
between Snowflake and the .NET client. The Arrow data format avoids extra
The .NET connector, starting with v2.1.3, supports the [Arrow data format](https://arrow.apache.org/) for data transfers
between Snowflake and a .NET client. The Arrow data format avoids extra
conversions between binary and textual representations of the data. The Arrow
data format can improve performance and reduce memory consumption in clients.

The data format is controlled by the parameter
DOTNET_QUERY_RESULT_FORMAT. To use Arrow format, execute:
The data format is controlled by the
DOTNET_QUERY_RESULT_FORMAT parameter. To use Arrow format, execute:

```snowflake
-- at the session level
Expand Down

0 comments on commit 7b234d2

Please sign in to comment.