v1.6.1
Fixed java.lang.NoClassDefFoundError: org/apache/calcite/runtime/CalciteContextException
when SQL fails in MAT UI (regression since 1.6.0)
Full Changelog: v1.6.0...v1.6.1
Major changes in 1.6.0:
- Added
WITH RECURSIVE
queries thanks to Calcite 1.36.0: https://calcite.apache.org/news/2023/11/10/release-1.36.0/ - Various optimizations thanks to Calcite 1.26.0 -> 1.36.0 update, see https://calcite.apache.org/news/
- Introduce 'asArray' group of functions by @Lerm in #15
- Handle '[]' field name references directly, Introduce the 'getStaticField' function, Update maven-bundle-plugin by @Lerm in #28
Update sites:
- https://vlsi.github.io/mat-calcite-plugin-update-site/stable (stable releases)
- https://vlsi.github.io/mat-calcite-plugin-update-site/ea (early access, per-commit releases)