Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Date Nanos for In function #118578

Closed
Tracked by #109352
not-napoleon opened this issue Dec 12, 2024 · 1 comment · Fixed by #119772
Closed
Tracked by #109352

Support Date Nanos for In function #118578

not-napoleon opened this issue Dec 12, 2024 · 1 comment · Fixed by #119772
Assignees
Labels
:Analytics/ES|QL AKA ESQL >enhancement Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo)

Comments

@not-napoleon
Copy link
Member

not-napoleon commented Dec 12, 2024

Support date nanos IN expressions. This will also need to support mixed millisecond dates and nanosecond dates, and casting from strings.

@elasticsearchmachine elasticsearchmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Dec 12, 2024
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-analytical-engine (Team:Analytics)

@not-napoleon not-napoleon self-assigned this Jan 2, 2025
not-napoleon added a commit that referenced this issue Jan 14, 2025
Add support for using nanosecond dates with the IN operator. This behavior should be consistent with equals, and support comparisons between milliseconds and nanoseconds the same as the binary comparison operators support it.

Resolves #118578

---------

Co-authored-by: elasticsearchmachine <[email protected]>
not-napoleon added a commit to not-napoleon/elasticsearch that referenced this issue Jan 14, 2025
Add support for using nanosecond dates with the IN operator. This behavior should be consistent with equals, and support comparisons between milliseconds and nanoseconds the same as the binary comparison operators support it.

Resolves elastic#118578

---------

Co-authored-by: elasticsearchmachine <[email protected]>
elasticsearchmachine added a commit that referenced this issue Jan 14, 2025
* ESQL Support IN operator for Date nanos (#119772)

Add support for using nanosecond dates with the IN operator. This behavior should be consistent with equals, and support comparisons between milliseconds and nanoseconds the same as the binary comparison operators support it.

Resolves #118578

---------

Co-authored-by: elasticsearchmachine <[email protected]>

* remove use of future java functions

---------

Co-authored-by: elasticsearchmachine <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/ES|QL AKA ESQL >enhancement Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants