Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose ValueException in Grok (#47368)
Previously, Grok's groupMatch would allow the code to fall into an IndexOutOfBoundsException, which can be avoided. The other exception that can come up is a ValueException. The times this exception occurs is less understood, but it may make sense to expose this since it typically means something did not go well.
- Loading branch information