Release Spark Connector 2.9.1
·
88 commits
to master
since this release
Fixed some critical issues:
- 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.
- Fixed an issue with pushdowns when you call limit() after sort() in a DataFrame transformation.
- Updated the connector to use the latest version of the Snowflake JDBC Driver (3.13.6).
- Updated the connector to use the latest version of the Snowflake Ingest SDK (0.10.3).