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

[ESQL] Testing for date nanos union type #112885

Open
Tracked by #109352
not-napoleon opened this issue Sep 13, 2024 · 1 comment · May be fixed by #116265
Open
Tracked by #109352

[ESQL] Testing for date nanos union type #112885

not-napoleon opened this issue Sep 13, 2024 · 1 comment · May be fixed by #116265
Assignees
Labels
:Analytics/ES|QL AKA ESQL Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) >test Issues or PRs that are addressing/adding tests

Comments

@not-napoleon
Copy link
Member

not-napoleon commented Sep 13, 2024

#111850 and #112150 add in conversion functions that can be used as union types for date nanos, but they don't have much in the way of testing for the union type use case. This ticket is for adding that testing.

In particular, we need to make sure that the union type correctly pushes down to lucene. That will, functionally, mean sending two different long filters to lucene, since the backing longs are of different units.

@elasticsearchmachine elasticsearchmachine added the needs:triage Requires assignment of a team area label label Sep 13, 2024
@not-napoleon not-napoleon added >test Issues or PRs that are addressing/adding tests :Analytics/ES|QL AKA ESQL and removed needs:triage Requires assignment of a team area label labels Sep 13, 2024
@elasticsearchmachine elasticsearchmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Sep 13, 2024
@elasticsearchmachine
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/ES|QL AKA ESQL Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) >test Issues or PRs that are addressing/adding tests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants