Skip to content

Drop rewriting in date_histogram (backport of #57836)#58875

Merged
nik9000 merged 1 commit intoelastic:7.xfrom
nik9000:date_histo_no_rewrite_7_x
Jul 1, 2020
Merged

Drop rewriting in date_histogram (backport of #57836)#58875
nik9000 merged 1 commit intoelastic:7.xfrom
nik9000:date_histo_no_rewrite_7_x

Conversation

@nik9000
Copy link
Copy Markdown
Member

@nik9000 nik9000 commented Jul 1, 2020

The date_histogram aggregation had an optimization where it'd rewrite
time_zones who's offset from UTC is fixed across the entire index.
This rewrite is no longer needed after #56371 because we can tell that a
time zone is fixed lower down in the aggregation. So this removes it.

The `date_histogram` aggregation had an optimization where it'd rewrite
`time_zones` who's offset from UTC is fixed across the entire index.
This rewrite is no longer needed after elastic#56371 because we can tell that a
time zone is fixed lower down in the aggregation. So this removes it.
@nik9000 nik9000 merged commit 5e49ee8 into elastic:7.x Jul 1, 2020
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.

1 participant