You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid throw AssertionError in ThrowingDriverContext (#103888) (#103934)
ThrowingDriverContext can bring down Elasticsearch instances as it
throws AssertionError. An unreleased bug caused this class to throw
AssertionError. This change replaces AssertionError with an assertion
and an unsupported exception. I attempted to remove this class, but it
requires additional effort to make ExpressionEvaluator.Factory
Describable.
0 commit comments