Skip to content

SRCH-348 add date_date function#83

Merged
xinganghuang merged 1 commit into
masterfrom
SRCH-348
May 14, 2026
Merged

SRCH-348 add date_date function#83
xinganghuang merged 1 commit into
masterfrom
SRCH-348

Conversation

@xinganghuang
Copy link
Copy Markdown
Contributor

sparkql 1.3.x declares date(...) with resolve_for_type for :date but only implements *_datetime handlers; literal :date args dispatch to date_date and raised NoMethodError.

  • ListingContractDate Gt date(2023-07-26T12:00:00Z)" goes to date_datetime, which works.
  • "ListingContractDate Gt date(2023-07-26)" goes to date_date, which is not implemented in sparkql 1.3.x.

@xinganghuang xinganghuang merged commit 68535c4 into master May 14, 2026
2 checks passed
@xinganghuang xinganghuang deleted the SRCH-348 branch May 14, 2026 21:04
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