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
The issue is with the remote protocol: every record is serialized using JSON and JSON doesn't have a Float type, but rather a Double type. The server needs to serialize a special metadata attribute "@types" (like with OrientDB) containing the type of each field to be converted on the client side.
Test case to reproduce it:
The text was updated successfully, but these errors were encountered: