Skip to content

Could not query double values after out() API #2754

Answered by li-boxuan
zhengyingying asked this question in Q&A
Discussion options

You must be logged in to vote

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 use 3.49203472E8d.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by porunov
Comment options

You must be logged in to vote
1 reply
@porunov
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #2752 on August 13, 2021 11:22.