Could not query double values after out() API #2754
-
Please include configurations and logs if available. For confirmed bugs, please report:
Stack Trace (if you have one)
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Could you please add reproduction steps including schema creation and data loading? |
Beta Was this translation helpful? Give feedback.
-
Did you do this on gremlin console? It seems groovy interprets 3.49203472E8 as |
Beta Was this translation helpful? Give feedback.
-
@porunov We before met this problem, but not save data. I will provide the reproduction steps when we met this problem again. |
Beta Was this translation helpful? Give feedback.
Did you do this on gremlin console? It seems groovy interprets 3.49203472E8 as
java.math.BigDecimal
which is not a supported data type in JanusGraph. To be safe, always explicitly use3.49203472E8d
.