Hello, I have a problem with node containing this column type:
ListCell (Collection of: ListCell (Collection of: DoubleCell))
It looks like this:
[[-0.518, -1.431], [-1.431, -0.518]] |
Next node is Java Snippet. In input, the only Java type option for this column is String, which is absolutely wrong as you can see:
ERROR Java Snippet Execute failed: java.lang.ClassCastException: java.lang.String cannot be cast to [Ljava.lang.Object;
Is there any solution for this problem?
Thanks for help.