Skip to content

Commit

Permalink
Fix null values when indexing in flat_object field (opensearch-projec…
Browse files Browse the repository at this point in the history
…t#14069)

Signed-off-by: kkewwei <[email protected]>
  • Loading branch information
kkewwei committed Aug 30, 2024
1 parent c11d275 commit 9194b7a
Show file tree
Hide file tree
Showing 5 changed files with 716 additions and 26 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Fix indexing error when flat_object field is explicitly null ([#15375](https://github.com/opensearch-project/OpenSearch/pull/15375))
- Fix split response processor not included in allowlist ([#15393](https://github.com/opensearch-project/OpenSearch/pull/15393))
- Fix unchecked cast in dynamic action map getter ([#15394](https://github.com/opensearch-project/OpenSearch/pull/15394))
- Fix null values indexed as "null" strings in flat_object field ([#14069](https://github.com/opensearch-project/OpenSearch/pull/14069))

### Security

Expand Down
Loading

0 comments on commit 9194b7a

Please sign in to comment.