OpenSearch/modules/lang-painless/src
Henning Andersen 125feecabc
Guess root cause support unwrap (#50525) (#50742)
ElasticsearchException.guessRootCauses would return wrapper exception if
inner exception was not an ElasticsearchException. Fixed to never return
wrapper exceptions.

At least following APIs change root_cause.0.type as a result:

_update with bad script
_index with bad pipeline

Relates #50417
2020-01-08 19:09:14 +01:00
..
doc/java/org/elasticsearch/painless Exclude internal SQL methods from Painless API Docs (#43116) 2019-06-11 15:42:54 -07:00
main Scripting: ScriptFactory not required by compile (#50344) (#50392) 2019-12-19 12:50:25 -07:00
test Guess root cause support unwrap (#50525) (#50742) 2020-01-08 19:09:14 +01:00