Snowpark Connect for Spark release notes for 2025

Snowflake uses semantic versioning for Snowpark Connect for Spark updates.

See Run Apache Spark™ workloads on Snowflake with Snowpark Connect for Spark for documentation.

Version 0.32.0 (October 17, 2025)

New features

  • Support for RepairTable.

  • Make jdk4py an optional dependency of Snowpark Connect for Spark to simplify configuring Java home for end users.

  • Support more interval type cases.

Improvements

None.

Bug fixes

  • Fix Join issues by refactoring qualifiers

  • Fix percentile_cont to allow filter and sort order expressions.

  • Fix histogram_numeric UDAF.

  • Fix the COUNT function when called with multiple args.

Version 0.31.0 (October 9, 2025)

New features

  • Add support for expressions in the GROUP BY clause when the clause is explicitly selected.

  • Add error codes to the error messages for better troubleshooting.

Improvements

None.

Bug fixes

  • Fix the window function unsupported cast issue.