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

[ES|QL]: Implement NamedWritable and remove PlanNamedTypes #107788

Open
not-napoleon opened this issue Apr 23, 2024 · 1 comment
Open

[ES|QL]: Implement NamedWritable and remove PlanNamedTypes #107788

not-napoleon opened this issue Apr 23, 2024 · 1 comment
Labels
:Analytics/ES|QL AKA ESQL Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) >tech debt

Comments

@not-napoleon
Copy link
Member

While developing ES|QL initially, we decided to not use the Writable/NamedWritable infrastructure in Elasticsearch. This was in part due to the shared QL infrastructure code not implementing it, and not wanting to spend the dev time to do that. As we make progress on #106679, those original reasons become less relevant. Migrating to the standard serialization code will reduce our surface area for maintenance and allow us to leverage the existing testing around that infrastructure.

@elasticsearchmachine elasticsearchmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Apr 23, 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) >tech debt
Projects
None yet
Development

No branches or pull requests

2 participants