Release Spark Connector 2.9.3
sfc-gh-mrui
released this
27 Jan 23:32
·
75 commits
to master
since this release
Fixed some critical issues:
- Modified the connector to avoid executing a CREATE TABLE command when writing an empty DataFrame to a Snowflake table if the target table exists and the following options are set for the connector: “usestagingtable” is set to “off” and “truncate_table” is set to “on”.
- Added support for writing a DataFrame to a Snowflake table when the Snowflake account has FORCE_REGIONAL_S3_ENDPOINTS_FOR_PRESIGNED_URLS enabled.
- Fixed a potential memory leak that could occur when a DataFrame reads from Snowflake tables but the results are not consumed completely.
- Updated the connector to use the latest version of the Snowflake JDBC Driver (3.13.14).