-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
@Queatz
Description
I used arangodump + arangorestore to restore a database on my server, however I am running into a cast issue with doubles:
(Double) baseDocument.getAttribute(field);
which used to work, now gives:
java.lang.ClassCastException: java.lang.Long cannot be cast to java.lang.Double
Metadata
Metadata
Assignees
Labels
No labels