v2025.1.2
·
210 commits
to main
since this release
What's Changed
- Added a new syntax for type casting
'2025-01-01':date
,'1 year':interval
- Tested SqlParser of Wvlet with 22 TPC-H and 99 TPC-DS SQL queries.
- Improved the conversion from SQL into Wvlet syntax.
🚀 Features
- lang (feature): Support parsing and running 99 TPC-DS SQL queries by @xerial in #753
- lang (feature): Support nulls first/last ordering by @xerial in #754
- lang (feature): Verify TPC-H/TPC-DS SQL conversion to Wvlet by @xerial in #757
🔗 Dependency Updates
- Update sbt-scalajs, scalajs-library_2.13, ... to 1.18.2 by @scala-steward-wvlet in #755
- Update scalafmt-core to 3.8.6 by @scala-steward-wvlet in #756
📚 Docs
Full Changelog: v2025.1.1...v2025.1.2