You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected timeZone(), but there is zoneId().
However, in OpenSearch 2.13, CompositeDateHistogramAggregationSource only supports time_zone and does not support zone_id.
What is the expected behavior?
Please add timeZone().
What is your host/environment?
OpenSearch 2.13 and OpenSearch Java Client 2.13
The text was updated successfully, but these errors were encountered:
What is the bug?
timeZone not implemented in CompositeDateHistogramAggregationSource.
How can one reproduce the bug?
I expected
timeZone()
, but there iszoneId()
.However, in OpenSearch 2.13,
CompositeDateHistogramAggregationSource
only supportstime_zone
and does not supportzone_id
.What is the expected behavior?
Please add
timeZone()
.What is your host/environment?
OpenSearch 2.13 and OpenSearch Java Client 2.13
The text was updated successfully, but these errors were encountered: