Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ML] Fix find_file_structure NPE with should_trim_fields (#35465)
The NPE would occur if should_trim_field was overridden to true and any field value was completely blank. This change defends against this situation. Fixes #35462
- Loading branch information