zhengyingying commented on issue #2189:
URL: 
https://github.com/apache/incubator-hugegraph/issues/2189#issuecomment-1510140829

   Hi, I find a similar bug in the following test case, where the exception is 
thrown when we remove the `FilterRankingStrategy`. I think the root cause is 
the same as the above test case. 
   
   ```
   gremlin> :> 
hugegraph.traversal().V().where(values('price').is(inside(0.793811421704601, 
1.345171808E9))).has('price', 3.254615)
   
==>[id:712320049687298049,label:product,type:vertex,properties:[name:product1,price:3.254615]]
   gremlin> :> 
hugegraph.traversal().withoutStrategies(FilterRankingStrategy).V().where(values('price').is(inside(0.793811421704601,
 1.345171808E9))).has('price', 3.254615)
   java.lang.NumberFormatException
   ```
   
   I can get the correct result in TinkerGraph. So can it be confirmed as a 
real bug? 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to