Skip to content

Release Spark Connector 2.9.1

Compare
Choose a tag to compare
@sfc-gh-mrui sfc-gh-mrui released this 26 Jul 18:43
· 88 commits to master since this release

Fixed some critical issues:

  1. Improved the way in which the connector retrieves metadata for a schema or query. In the past, the connector executed a query to get the metadata. With this release, the connector uses a JDBC PreparedStatement to retrieve just the ResultSet metadata.
  2. Fixed an issue with pushdowns when you call limit() after sort() in a DataFrame transformation.
  3. Updated the connector to use the latest version of the Snowflake JDBC Driver (3.13.6).
  4. Updated the connector to use the latest version of the Snowflake Ingest SDK (0.10.3).