Skip to content

chore: Upgrade partiql-lang-kotlin submodule to v1.3.10#148

Open
am357 wants to merge 1 commit intomainfrom
chore-upgrade-partiql-1.3.10
Open

chore: Upgrade partiql-lang-kotlin submodule to v1.3.10#148
am357 wants to merge 1 commit intomainfrom
chore-upgrade-partiql-1.3.10

Conversation

@am357
Copy link
Copy Markdown

@am357 am357 commented Apr 6, 2026

Update submodule to v1.3.10 which reverts the DATE_ADD to interval arithmetic lowering (partiql/partiql-lang-kotlin#1896). DATE_ADD now passes through as a function call rather than being rewritten to INTERVAL + datetime during planning.

Update expected test outputs for all targets (PartiQL, Trino, Spark, Redshift) to reflect the new DATE_ADD behavior:

  • PartiQL: DATE_ADD passes through unchanged
  • Trino: date_add('unit', n, expr)
  • Redshift: DATEADD(UNIT, n, expr)
  • Spark: expr + make_interval(...)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Update submodule to v1.3.10 which reverts the DATE_ADD to interval
arithmetic lowering (partiql/partiql-lang-kotlin#1896). DATE_ADD now
passes through as a function call rather than being rewritten to
INTERVAL + datetime during planning.

Update expected test outputs for all targets (PartiQL, Trino, Spark,
Redshift) to reflect the new DATE_ADD behavior:
- PartiQL: DATE_ADD passes through unchanged
- Trino: date_add('unit', n, expr)
- Redshift: DATEADD(UNIT, n, expr)
- Spark: expr + make_interval(...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants