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 automatic slicing using constants #3147

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

Philippus
Copy link
Owner

@Philippus Philippus commented Aug 29, 2024

for UpdateByQuery, Reindex and DeleteByQuery. Follows #3090.
This way we don't have to change the signature of the case class at all. I took the inspiration from how it works in Elasticsearch itself (/~https://github.com/elastic/elasticsearch/blob/main/server/src/main/java/org/elasticsearch/index/reindex/AbstractBulkByScrollRequest.java#L39).

for UpdateByQuery, Reindex and DeleteByQuery
@Philippus Philippus requested a review from TactiC August 29, 2024 22:57
@Philippus Philippus merged commit e3ade75 into main Aug 30, 2024
3 checks passed
@Philippus Philippus deleted the automatic-slicing-using-constants branch August 30, 2024 10:58
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