Redfield-AB / KnimeOrientDB

This extension enables user to work with OrientDB database in Knime environment.
https://hub.knime.com/redfield/extensions/se.redfield.node.port.orientdb.feature/latest
1 stars 1 forks source link

Support to collection types of OrientDB #5

Open schernolyas opened 5 years ago

schernolyas commented 5 years ago

It is needs support to collection types of OrientDB . See details at https://orientdb.com/docs/last/Types.html

schernolyas commented 5 years ago

Caused by: java.lang.UnsupportedOperationException: Unsupported cell type List (Collection of: Number (integer)) (class : org.knime.core.data.collection.ListCell) ! at se.redfield.node.port.orientdb.command.OrientDBCommandNodeModel.saveDataRow(OrientDBCommandNodeModel.java:462) at se.redfield.node.port.orientdb.command.OrientDBCommandNodeModel.access$2(OrientDBCommandNodeModel.java:404) at se.redfield.node.port.orientdb.command.OrientDBCommandNodeModel$2$1.call(OrientDBCommandNodeModel.java:305) at se.redfield.node.port.orientdb.command.OrientDBCommandNodeModel$2$1.call(OrientDBCommandNodeModel.java:1) at java.util.concurrent.ForkJoinTask$AdaptedCallable.exec(ForkJoinTask.java:1424)