Skip to content

Fix ignore_malformed index-level override#17319

Closed
afshirazi wants to merge 3 commits into
opensearch-project:mainfrom
afshirazi:main
Closed

Fix ignore_malformed index-level override#17319
afshirazi wants to merge 3 commits into
opensearch-project:mainfrom
afshirazi:main

Conversation

@afshirazi
Copy link
Copy Markdown

Description

This pull request reverts code from #4494, which caused index-level ignore_malformed settings to override field-level ones, and implements an alternative in DocumentParser

Related Issues

Resolves #16599
Related to #4002

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Ali Shirazi <ali.shirazi@array.world>
Signed-off-by: Ali Shirazi <ali.shirazi@array.world>
Signed-off-by: Ali Shirazi <ali.shirazi@array.world>
@github-actions
Copy link
Copy Markdown
Contributor

❌ Gradle check result for d098247: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@afshirazi afshirazi marked this pull request as draft February 16, 2025 06:21
@afshirazi
Copy link
Copy Markdown
Author

Sorry for the late update. This PR is proving to be more work than I anticipated, and I don't foresee myself having the time to fix it soon. I'll pull out of this one unfortunately. @andrross I put my findings in the issue, in case someone else wants to take the same approach. Apologies again :)

@afshirazi afshirazi closed this Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working good first issue Good for newcomers Indexing Indexing, Bulk Indexing and anything related to indexing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Field-level ignore_malformed should override index-level setting

1 participant