Skip to content

SRCH-348 add date_date function#83

Open
xinganghuang wants to merge 1 commit into
masterfrom
SRCH-348
Open

SRCH-348 add date_date function#83
xinganghuang wants to merge 1 commit into
masterfrom
SRCH-348

Conversation

@xinganghuang
Copy link
Copy Markdown

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.

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