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

SQL: remove deprecated use of "interval" from date_histogram usage #45501

Merged
merged 2 commits into from
Aug 16, 2019

Conversation

astefan
Copy link
Contributor

@astefan astefan commented Aug 13, 2019

The introduction of #33727 also deprecated the use of "interval" generic method for date_histogram aggregation. This PR remove the use of interval() in favor of fixedInterval.

Fixes #43922.

@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search

@astefan
Copy link
Contributor Author

astefan commented Aug 13, 2019

@elasticmachine run elasticsearch-ci/1

Copy link
Member

@costin costin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@costin
Copy link
Member

costin commented Aug 14, 2019

It's worth investigating whether backporting to 7.2.2 is still needed

@astefan astefan merged commit 3fef651 into elastic:master Aug 16, 2019
@astefan astefan deleted the 43922_fix branch August 16, 2019 12:01
astefan added a commit that referenced this pull request Aug 16, 2019
astefan added a commit that referenced this pull request Aug 16, 2019
astefan added a commit that referenced this pull request Aug 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SQL: change date_histogram to stop using deprecated "interval"
4 participants