Release Spark Connector 2.7.1
·
278 commits
to master
since this release
Release Spark Connector for some critical enhancements and bug fixes.
- Support to write Spark BinaryType column to Snowflake Binary type column.
- Log diagnostic information when writing to snowflake.
- Log diagnostic information for Snowflake Azure deployment accounts.
- Implement backoff and retry when uploading data to snowflake internal stage to tolerate some intermediate network failures or cloud storage service throttling.
- Allow Spark Connector option: “sfurl” to begin with "https://“.
- Close the JDBC connection created in Utils.runQuery().
- Use JDBC 3.12.5.
NOTE:
DO NOT use JDBC 3.12.4 with any Spark Connector because of the compatibility issue.