Skip to content

Commit

Permalink
update changelog, fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Walter Knize <[email protected]>
  • Loading branch information
nknize committed Nov 13, 2023
1 parent 3739a5e commit 2e9e1c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Removed
- Remove deprecated classes for Rounding ([#10956](https://github.com/opensearch-project/OpenSearch/issues/10956))
- [Remove] Remaining Joda and Joda Dependency ([#10949](https://github.com/opensearch-project/OpenSearch/pull/10949))

### Fixed
- Fix failure in dissect ingest processor parsing empty brackets ([#9225](https://github.com/opensearch-project/OpenSearch/pull/9255))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
refresh: true
body:
- '{"index": {"_index": "camel_case_date_format"}}'
- '{"date_field": "2019-02-01T00:00+01:00"}'
- '{"date_field": "2023-02-01T00:00+01:00"}'

- do:
search:
Expand All @@ -15,5 +15,5 @@
query:
range:
date_field:
gte: "2019-01-01T00:00+01:00"
lte: "2019-03-01T00:00+01:00"
gte: "2023-01-01T00:00+01:00"
lte: "2023-03-01T00:00+01:00"

0 comments on commit 2e9e1c6

Please sign in to comment.