Release Spark Connector 2.8.4
sfc-gh-mrui
released this
03 Feb 01:21
·
109 commits
to master
since this release
Added some pushdown supports and fixed some critical issues.
- Fixed an issue that occurred when writing a DataFrame with Map type column if the name of the column contains spaces.
- Fixed an issue that occurred when writing to a table with overwrite mode if the schema name isn't specified as part of the table name, the table is not in the schema specified by the “sfSchema” option, and the PUBLIC schema contains a table with the same name.
- Added pushdown support for the COALESCE() function when reading from the Snowflake database.
- Added pushdown support for the windows functions of RANK() and DENSE_RANK() when reading from the Snowflake database.
- Updated the connector to use the latest version of the Snowflake JDBC Driver (3.12.17).
- Updated the connector to use the latest version of the Snowflake Ingest SDK (0.10.1).