Announcing the release of Spice v1.3.1! 🛡️
Spice v1.3.1 includes improvements to Databricks SQL Warehouse support and parameterized query handling, along with several bugfixes.
Databricks SQL Warehouse Added support for the STRUCT type, enabled join pushdown for queries within the same SQL Warehouse and added projection to logical plans to force federation with correct SQL dialect.
SQL Improvements: Fixed an issue where ILike was incorrectly optimized to string equality in DataFusion/Arrow and aliased the random() function to rand() for better compatibility.
Parameterized Queries: Fixed parameter schema ordering for queries with more than 10 parameters and resolved placeholder inference issues in CASE expressions.
No breaking changes.
No new cookbook recipes.
The Spice Cookbook now includes 67 recipes to help you get started with Spice quickly and easily.
To upgrade to v1.3.1, use one of the following methods:
CLI:
Homebrew:
Docker:
Pull the spiceai/spiceai:1.3.1 image:
For available tags, see DockerHub.
Helm:
No major dependency changes.
Full Changelog: github.com/spiceai/spiceai/compare/v1.3.0...v1.3.1