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
Only the following is included compile error - which doesn't have a correct line number:
Caused by: java.lang.IllegalArgumentException: Variable [someVariable] is not defined.
at org.elasticsearch.painless.Executable$Script.compile(compile_me.painless:24) ~[?:?]
The text was updated successfully, but these errors were encountered:
We actually made the decision to make it character rather than line since that information is more helpful for most scripts since they are typically single lines. I thought this was documented, but it's not, so I'll add it to the list of things that need documentation.
Given some script with a compile problem:
Only the following is included compile error - which doesn't have a correct line number:
The text was updated successfully, but these errors were encountered: