Skip to content

Release Spark Connector 2.7.1

Compare
Choose a tag to compare
@sfc-gh-mrui sfc-gh-mrui released this 13 May 21:01
· 278 commits to master since this release

Release Spark Connector for some critical enhancements and bug fixes.

  1. Support to write Spark BinaryType column to Snowflake Binary type column.
  2. Log diagnostic information when writing to snowflake.
  3. Log diagnostic information for Snowflake Azure deployment accounts.
  4. Implement backoff and retry when uploading data to snowflake internal stage to tolerate some intermediate network failures or cloud storage service throttling.
  5. Allow Spark Connector option: “sfurl” to begin with "https://“.
  6. Close the JDBC connection created in Utils.runQuery().
  7. Use JDBC 3.12.5.

NOTE:
DO NOT use JDBC 3.12.4 with any Spark Connector because of the compatibility issue.