Releases: partiql/partiql-lang-kotlin
Releases · partiql/partiql-lang-kotlin
v1.3.10
v1.3.9
What's Changed
- Fixed the issue that Set Op throws "Not Implemented error" SELECT DISTINCT
Contributors
Thank you to all who have contributed!
Full Changelog: v1.3.8...v1.3.9
v1.3.8
What's Changed
- Relax type match check for set operations UNION/INTERSECT/EXCEPT
- Fixed AVG and SUM aggregation functions throwing IllegalStateException on VARIANT-typed inputs
- Fixed path navigation errors for COALESCE and NULLIF function
Contributors
Thank you to all who have contributed!
Full Changelog: v1.3.7...v1.3.8
v1.3.7
What's Changed
- chore: prep v1.3.7-SNAPSHOT by @jobarr-amzn in #1879
- fix: Correctly handle --format option in partiql-cli by @jobarr-amzn in #1878
- fix: adds sql-style in operator by @johnedquinn in #1882
- fix: wildcard path coercion by @johnedquinn in #1880
- chore: release v1.3.7 by @johnedquinn in #1883
New Contributors
- @jobarr-amzn made their first contribution in #1879
Full Changelog: v1.3.6...v1.3.7
v1.3.6
What's Changed
- chore: prep v1.3.6-SNAPSHOT by @XuechunHHH in #1875
- fix: comparison operators returning wrong type with NULL/MISSING by @XuechunHHH in #1876
- release v1.3.6 by @XuechunHHH in #1877
Full Changelog: v1.3.5...v1.3.6
v1.3.5
Fixed
- Incorrectly throwing errors in PERMISSIVE mode
- String functions unexpectedly fail with evaluation errors
Contributors
Thank you to all who have contributed!
List of commits: v1.3.4...v1.3.5
v1.3.4
Fixed
- Fixed
SIZEfunction compilation to properly handleSELECTexpressions instead of coercing them to scalars
Contributors
Thank you to all who have contributed!
List of commits: v1.3.3...v1.3.4
v1.3.3
Added
- Added ExprError AST node and error handling for datetime field keywords (YEAR, MONTH, DAY, HOUR, MINUTE, SECOND) used in expression contexts
Contributors
Thank you to all who have contributed!
List of commits: v1.3.2...v1.3.3
v1.3.2
Added
- Add auto cast support for
TIME↔TIME WITH TIME ZONE,DATE↔TIMESTAMP↔TIMESTAMP WITH TIME ZONE - Implement DATE_DIFF function
- Add
TIME WITH TIME ZONEandTIMESTAMP WITH TIME ZONEsupport to some datetime operators+and-.
Contributors
Thank you to all who have contributed!
List of commits: v1.3.1...v1.3.2
v1.3.1
Added
- Support aggregation function calls in the
ORDER BYandHAVINGclause - Add Support to transcribe
Overlapsfunction - Add planner support to compare DATE and TIMESTAMP(Z)
Contributors
Thank you to all who have contributed!
List of commits: v1.3.0...v1.3.1