Re: [BUG] Throw ExecutionException


hadoopmarc@...
 
Edited

\u in a java/groovy string means that a unicode character follows. If that is not your intention, you have to escape the backslash, like:

gremlin> println '\\u河ⴛ)'
\u河ⴛ)
==>null

Best wishes,    Marc

Join {janusgraph-users@lists.lfaidata.foundation to automatically receive all group messages.