Miracy Cavendish created TINKERPOP-2879:
-------------------------------------------

             Summary: java.lang.NumberFormatException triggered by comparing 
with INFINITY
                 Key: TINKERPOP-2879
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2879
             Project: TinkerPop
          Issue Type: Bug
    Affects Versions: 3.6.2
            Reporter: Miracy Cavendish


We execute two gremlin queries, where the first one correctly return the result 
and the second one return an unexpected exception: 
_java.lang.NumberFormatException_ 
{code:java}
Gremlin1: 
g.E().where(__.values("prop16").sum().is(inside(Double.NEGATIVE_INFINITY, 
Double.POSITIVE_INFINITY))).inV().count()
Result1: 6
Gremlin2: 
g.E().where(__.bothV().values("prop16").sum().is(inside(Double.NEGATIVE_INFINITY,
 Double.POSITIVE_INFINITY))).inV().count()
Result2: java.lang.NumberFormatException{code}
The graph (5 vertices, 30 edges) is created by the following statements:
{code}
g.addV("Vlabel1").property("prop11", true).property("prop26", 
-1.3054643785208727e+18).property("prop3", 
5955883311802481410).property("PersonalId", 1)
g.addV("Vlabel2").property("prop23", 1013597808).property("prop14", 
Double.POSITIVE_INFINITY).property("prop29", 
-8.088511244487521e+18).property("prop1", 
-791166414100353228).property("prop10", Double.NaN).property("prop20", 
false).property("prop12", -1.611044197269977e+18).property("prop8", 
Double.POSITIVE_INFINITY).property("prop28", 
"r8OwmXN0z4xVA32DuW").property("prop7", true).property("prop18", 
122416389).property("prop4", -133008224708918302).property("prop16", 
Double.POSITIVE_INFINITY).property("prop5", 
2.199870305073074e+18).property("prop30", 1951661449).property("PersonalId", 2)
g.addV("Vlabel3").property("prop13", -1833987394).property("prop11", 
false).property("prop20", true).property("prop28", "Eb").property("prop26", 
Double.POSITIVE_INFINITY).property("prop19", 
"fkOMPiHGK4Qh9AEt").property("prop4", 7223784666736222475).property("prop21", 
"emdyKI4gibcntwr9xr1R").property("prop8", 
1.6766837870245322e+18).property("prop6", "KPvJU8zUZkDujXO5").property("prop5", 
Double.POSITIVE_INFINITY).property("prop16", 
Double.NEGATIVE_INFINITY).property("prop29", 
-6.379213156782167e+16).property("prop9", 
-2639063587618099127).property("prop2", -4223871862589164789).property("prop7", 
true).property("prop22", 3.3866441258784246e+18).property("prop12", 
Double.NEGATIVE_INFINITY).property("prop15", 
Double.POSITIVE_INFINITY).property("prop27", -811138702).property("prop18", 
-823086061).property("prop30", 1766879986).property("prop10", 
Double.NEGATIVE_INFINITY).property("prop25", true).property("prop17", 
-7.221182960918364e+17).property("prop3", 
3709150069759562136).property("prop24", true).property("prop23", 
2089722858).property("prop1", 4952669033574350283).property("PersonalId", 3)
g.addV("Vlabel4").property("prop18", 1921954359).property("prop9", 
3679390972557414017).property("prop28", "zea").property("prop5", 
-5.37655340395617e+18).property("prop23", 873631855).property("prop29", 
-4.730510618138025e+18).property("prop13", 262081621).property("prop27", 
954111430).property("prop25", true).property("prop7", false).property("prop12", 
Double.POSITIVE_INFINITY).property("prop24", false).property("PersonalId", 4)
g.addV("Vlabel5").property("prop6", "BaCsHhoMCngKebN").property("prop26", 
Double.NEGATIVE_INFINITY).property("prop30", -1093199590).property("prop27", 
-761660443).property("prop7", false).property("prop16", 
-3.702472520864335e+18).property("prop13", -1871493760).property("prop11", 
true).property("prop1", 3729131191884336357).property("prop15", 
-1.6551486100927974e+17).property("prop17", Double.NaN).property("prop8", 
Double.POSITIVE_INFINITY).property("prop22", 
2.21716537881794e+18).property("prop14", 
Double.POSITIVE_INFINITY).property("PersonalId", 
5)g.addV("Vlabel5").property("prop6", "cBao").property("prop26", 
-5.21685685375749e+18).property("prop30", 1375392625).property("prop27", 
429620057).property("prop7", false).property("prop16", 
1535367691959044.0).property("prop13", 1046501670).property("prop11", 
false).property("prop1", -7972953637432281761).property("prop15", 
Double.NaN).property("prop17", -4.373267040890351e+18).property("prop8", 
Double.NEGATIVE_INFINITY).property("prop22", Double.NaN).property("prop14", 
Double.NaN).property("PersonalId", 6)g.addV("Vlabel3").property("prop13", 
-1952583718).property("prop11", false).property("prop20", 
true).property("prop28", "QYSjGFWbiy8").property("prop26", 
1.7799205303025403e+18).property("prop19", "5apG1QAk").property("prop4", 
8179326955507523820).property("prop21", "UuKk68y").property("prop8", 
-5.529449989725634e+18).property("prop6", "AcPjgRXQZwR").property("prop5", 
Double.NaN).property("prop16", -9.644901681705715e+17).property("prop29", 
5.986433610588584e+18).property("prop9", 
-5674238939178063265).property("prop2", 5037870661666458447).property("prop7", 
true).property("prop22", Double.NEGATIVE_INFINITY).property("prop12", 
Double.POSITIVE_INFINITY).property("prop15", 
-1.9375088758317015e+18).property("prop27", 586904925).property("prop18", 
-1789171785).property("prop30", 2111423928).property("prop10", 
4.763810942151201e+18).property("prop25", false).property("prop17", 
Double.NaN).property("prop3", -5403915518080474614).property("prop24", 
true).property("prop23", -320407599).property("prop1", 
241871670022374370).property("PersonalId", 
7)g.addV("Vlabel5").property("prop6", "1qHSZAVJP").property("prop26", 
Double.POSITIVE_INFINITY).property("prop30", -446683610).property("prop27", 
890087240).property("prop7", false).property("prop16", 
5.176263906940404e+17).property("prop13", -1492065783).property("prop11", 
true).property("prop1", 8051938940786422036).property("prop15", 
Double.POSITIVE_INFINITY).property("prop17", Double.NaN).property("prop8", 
Double.POSITIVE_INFINITY).property("prop22", Double.NaN).property("prop14", 
Double.NaN).property("PersonalId", 8)g.addV("Vlabel3").property("prop13", 
-1229719738).property("prop11", true).property("prop20", 
true).property("prop28", "bxOiw71cBRxFZM2t1Obj").property("prop26", 
4.676253969001014e+18).property("prop19", 
"a9jo7IdZ71r5rMvcI").property("prop4", -8674074227193308461).property("prop21", 
"TSNk").property("prop8", Double.NEGATIVE_INFINITY).property("prop6", 
"pw").property("prop5", -4.1489033051275116e+18).property("prop16", 
6.549157208174643e+18).property("prop29", 
-1.876212262080483e+18).property("prop9", 
2630150772586013595).property("prop2", 4269903400206138963).property("prop7", 
false).property("prop22", -9.736221763438336e+17).property("prop12", 
Double.NEGATIVE_INFINITY).property("prop15", 
Double.NEGATIVE_INFINITY).property("prop27", -737618559).property("prop18", 
-1064210738).property("prop30", 2125048551).property("prop10", 
Double.POSITIVE_INFINITY).property("prop25", true).property("prop17", 
Double.NEGATIVE_INFINITY).property("prop3", 
-5207529542692137307).property("prop24", false).property("prop23", 
303865902).property("prop1", -340363265225569740).property("PersonalId", 
9)g.addV("Vlabel2").property("prop23", -127448346).property("prop14", 
-2.7748951892208563e+17).property("prop29", 
-1.8855337356728906e+17).property("prop1", 
-1690839060503658706).property("prop10", 
Double.POSITIVE_INFINITY).property("prop20", true).property("prop12", 
Double.NaN).property("prop8", Double.NEGATIVE_INFINITY).property("prop28", 
"rAnREEnMOBhZ8").property("prop7", true).property("prop18", 
-1930895118).property("prop4", 9117545033101069430).property("prop16", 
-4.924360564097054e+17).property("prop5", 
-2.939968836932798e+18).property("prop30", 683366808).property("PersonalId", 10)
g.addE("Elabel7").from(__.V().where(__.values("PersonalId").is(eq(9)))).to(__.V().where(__.values("PersonalId").is(eq(5)))).property("prop26",
 3.09326410618463e+18).property("prop23", -872112749).property("PersonalId", 1)
g.addE("Elabel8").from(__.V().where(__.values("PersonalId").is(eq(4)))).to(__.V().where(__.values("PersonalId").is(eq(8)))).property("prop13",
 648295821).property("prop26", -4.236038453562084e+18).property("prop1", 
7461192281735768751).property("prop21", "bgbCFeQoFZV").property("prop17", 
2.8614980141008157e+17).property("prop20", false).property("prop19", 
"zWVOc5GEuYDp").property("prop22", Double.NaN).property("prop6", 
"YDaHVAVDthOSsW").property("prop2", -3309882122588870735).property("prop18", 
-1427109100).property("prop4", 6065832287849503930).property("prop15", 
1.5784057972230963e+18).property("prop28", "kMU2uADP9M").property("prop12", 
5.3166686674420026e+17).property("prop9", 
-340492862703061373).property("prop8", Double.NaN).property("prop5", 
-4.5415129429981537e+18).property("prop7", false).property("prop11", 
true).property("prop27", 915843305).property("prop16", 
5.611665285897087e+18).property("prop30", 1998287516).property("prop24", 
false).property("PersonalId", 2)
g.addE("Elabel8").from(__.V().where(__.values("PersonalId").is(eq(4)))).to(__.V().where(__.values("PersonalId").is(eq(5)))).property("prop13",
 1501093542).property("prop26", Double.NEGATIVE_INFINITY).property("prop1", 
-8857490439823353969).property("prop21", "1PreDhedaGRoII").property("prop17", 
Double.POSITIVE_INFINITY).property("prop20", false).property("prop19", 
"dqDUv").property("prop22", Double.NEGATIVE_INFINITY).property("prop6", 
"H").property("prop2", -4915455592303965752).property("prop18", 
-1620740373).property("prop4", 727191615218419895).property("prop15", 
Double.NEGATIVE_INFINITY).property("prop28", "VoZOzHjWgKY").property("prop12", 
-6.90912463414686e+18).property("prop9", 
-1293625670167824571).property("prop8", 
Double.NEGATIVE_INFINITY).property("prop5", Double.NaN).property("prop7", 
true).property("prop11", false).property("prop27", 
1247972218).property("prop16", Double.NEGATIVE_INFINITY).property("prop30", 
1965929355).property("prop24", true).property("PersonalId", 3)
g.addE("Elabel7").from(__.V().where(__.values("PersonalId").is(eq(3)))).to(__.V().where(__.values("PersonalId").is(eq(6)))).property("prop26",
 1.2817650996019581e+18).property("prop23", -304838127).property("PersonalId", 
4)
g.addE("Elabel1").from(__.V().where(__.values("PersonalId").is(eq(1)))).to(__.V().where(__.values("PersonalId").is(eq(1)))).property("prop26",
 Double.POSITIVE_INFINITY).property("prop20", false).property("prop11", 
true).property("prop12", Double.NEGATIVE_INFINITY).property("prop6", 
"UQjuINTZix956").property("prop2", -1793438443019022924).property("prop18", 
-1704144282).property("prop13", 576928954).property("prop1", 
-128753357680391603).property("prop17", 
-8.331645577259699e+17).property("prop28", 
"DEoU82PngI8M7PSlq5p").property("prop30", -1019432783).property("prop25", 
false).property("prop4", 2222445042225316434).property("prop9", 
-6955190187328498471).property("PersonalId", 5)
g.addE("Elabel2").from(__.V().where(__.values("PersonalId").is(eq(1)))).to(__.V().where(__.values("PersonalId").is(eq(1)))).property("prop1",
 8693752736447863042).property("prop4", 
-9112804639938977301).property("prop27", 1298971275).property("prop28", 
"g0cWB").property("prop30", 1864224584).property("prop25", 
true).property("prop8", Double.POSITIVE_INFINITY).property("prop2", 
-154947337619627417).property("prop16", 
-1.5654826109195023e+18).property("prop29", 
-1.907580841116354e+17).property("prop19", "EN").property("prop22", 
Double.POSITIVE_INFINITY).property("prop3", 
-2884138009321322902).property("prop20", false).property("prop10", 
Double.NEGATIVE_INFINITY).property("prop23", 1057814557).property("prop11", 
true).property("prop14", -5.121210422182159e+16).property("prop24", 
true).property("prop6", "d86t86et9A").property("prop15", 
3.2147917766801644e+18).property("prop7", false).property("prop5", 
2.2402175258055503e+18).property("prop26", 
2.0326709944810163e+18).property("prop17", 
3.351816035802419e+18).property("prop18", -1100374758).property("PersonalId", 6)
g.addE("Elabel4").from(__.V().where(__.values("PersonalId").is(eq(1)))).to(__.V().where(__.values("PersonalId").is(eq(4)))).property("prop9",
 3820607061345617279).property("prop29", 
Double.NEGATIVE_INFINITY).property("prop27", 513060616).property("PersonalId", 
7)
g.addE("Elabel9").from(__.V().where(__.values("PersonalId").is(eq(3)))).to(__.V().where(__.values("PersonalId").is(eq(4)))).property("prop25",
 true).property("prop8", 2.6167588645970857e+18).property("prop21", 
"pkT4f0HlczuFxj").property("prop4", -3201944214297960087).property("prop3", 
8424050880365898207).property("prop5", 
-2.5947459251246342e+17).property("prop15", 
-1.414386374581785e+17).property("prop23", 1194997086).property("PersonalId", 8)
g.addE("Elabel9").from(__.V().where(__.values("PersonalId").is(eq(9)))).to(__.V().where(__.values("PersonalId").is(eq(4)))).property("prop25",
 true).property("prop8", 3.317713626785036e+18).property("prop21", 
"Xfe5edZjnIz3Gd2vNVFy").property("prop4", 
5180631757608119102).property("prop3", 6289826293951387023).property("prop5", 
Double.NaN).property("prop15", 2.27456950819004e+18).property("prop23", 
875207151).property("PersonalId", 
9)g.addE("Elabel5").from(__.V().where(__.values("PersonalId").is(eq(1)))).to(__.V().where(__.values("PersonalId").is(eq(5)))).property("prop13",
 -2127498961).property("prop4", -9011892354954949194).property("prop3", 
-3415306234703707553).property("prop11", false).property("prop19", 
"LFlGUWC").property("prop16", -2.1786294630566052e+18).property("prop27", 
1591857371).property("prop7", true).property("prop23", 
-1429435283).property("prop6", "Lj5DNumBHrvv").property("PersonalId", 10)
g.addE("Elabel1").from(__.V().where(__.values("PersonalId").is(eq(1)))).to(__.V().where(__.values("PersonalId").is(eq(1)))).property("prop26",
 -1.3679918892013532e+18).property("prop20", true).property("prop11", 
false).property("prop12", -4.8387522841491256e+16).property("prop6", 
"kTbbpLgrIty").property("prop2", 6645101674835302250).property("prop18", 
1722940198).property("prop13", -1344460428).property("prop1", 
6342381389631610633).property("prop17", 
-5.680365152019518e+17).property("prop28", "Oskg0").property("prop30", 
-1901355656).property("prop25", true).property("prop4", 
-672148714560686486).property("prop9", 
-7226258670370609445).property("PersonalId", 11)
g.addE("Elabel10").from(__.V().where(__.values("PersonalId").is(eq(4)))).to(__.V().where(__.values("PersonalId").is(eq(2)))).property("prop16",
 1.664311817317275e+18).property("prop24", true).property("prop10", 
Double.NaN).property("prop18", -1742892979).property("prop1", 
8094461948481349008).property("prop15", Double.NaN).property("prop25", 
true).property("prop23", 388572933).property("prop26", 
-5.278050189973524e+18).property("prop29", 
-6.172519407029724e+18).property("prop7", false).property("prop4", 
6479890659862927779).property("prop2", -4520203757135953307).property("prop13", 
-328527422).property("prop21", "GPHFH3RkmIHYFVh").property("prop3", 
1858934450693610477).property("prop5", 
4.139842994232741e+18).property("prop17", 
-1.7431924186681976e+18).property("prop28", 
"jxGQlF1XVNvUDTuBc0").property("prop14", 
Double.NEGATIVE_INFINITY).property("prop30", -1583222329).property("prop8", 
8.085377079657698e+18).property("prop11", false).property("prop20", 
false).property("PersonalId", 12)
g.addE("Elabel9").from(__.V().where(__.values("PersonalId").is(eq(9)))).to(__.V().where(__.values("PersonalId").is(eq(4)))).property("prop25",
 true).property("prop8", 6.581072372852231e+18).property("prop21", 
"0SP").property("prop4", -9147429427661447690).property("prop3", 
-2585878310987332932).property("prop5", Double.NaN).property("prop15", 
Double.POSITIVE_INFINITY).property("prop23", 
-2040629830).property("PersonalId", 13)
g.addE("Elabel6").from(__.V().where(__.values("PersonalId").is(eq(1)))).to(__.V().where(__.values("PersonalId").is(eq(7)))).property("prop20",
 true).property("prop23", 1782907605).property("prop15", 
Double.NEGATIVE_INFINITY).property("prop2", 
-5656462153945290008).property("prop9", 5589151299355056629).property("prop26", 
-2.8702566195724976e+17).property("prop30", -133361213).property("prop22", 
3.847299279499038e+18).property("prop1", 
-8786927261696176011).property("prop17", 
1.1007237152435759e+18).property("prop25", false).property("prop29", 
Double.NaN).property("prop10", -2.5660243758330694e+17).property("prop6", 
"VKwqt").property("prop28", "QgHrhaC9HU3LQkjz").property("prop27", 
177675242).property("prop4", 3618328639998196404).property("prop3", 
3510348684289938456).property("prop5", 
-1.795120493152421e+18).property("PersonalId", 14)
g.addE("Elabel8").from(__.V().where(__.values("PersonalId").is(eq(4)))).to(__.V().where(__.values("PersonalId").is(eq(8)))).property("prop13",
 -1943081638).property("prop26", Double.NEGATIVE_INFINITY).property("prop1", 
-7774083721078817639).property("prop21", "zQtMgWQg3BtGt").property("prop17", 
Double.NEGATIVE_INFINITY).property("prop20", false).property("prop19", 
"th0ckg8V2KflwZd").property("prop22", Double.NaN).property("prop6", 
"GZfSFEhMZaGHaAFQh").property("prop2", 7850238111242694780).property("prop18", 
559146285).property("prop4", -2878494600224966024).property("prop15", 
1.600242618891908e+18).property("prop28", "iUry").property("prop12", 
1.0983750901681583e+18).property("prop9", 
6490483384837664384).property("prop8", 
-6.817199699114025e+18).property("prop5", 
-1.0158361550875877e+18).property("prop7", false).property("prop11", 
false).property("prop27", -2103355673).property("prop16", 
Double.POSITIVE_INFINITY).property("prop30", -1706721524).property("prop24", 
false).property("PersonalId", 15)
g.addE("Elabel3").from(__.V().where(__.values("PersonalId").is(eq(8)))).to(__.V().where(__.values("PersonalId").is(eq(2)))).property("prop14",
 Double.NaN).property("prop18", -468389435).property("prop2", 
-5430176325310726803).property("prop3", 6044146927647660748).property("prop6", 
"jBUWr3E").property("prop29", -2.853245165571854e+17).property("prop12", 
Double.POSITIVE_INFINITY).property("prop25", true).property("prop7", 
false).property("prop1", 3548932784738816737).property("prop17", 
-6.546265420410062e+18).property("prop22", 
-4265622488111670.5).property("prop8", 
4.6513883611135725e+17).property("prop4", 
707726117865047095).property("prop27", 1921978358).property("prop19", 
"Hxc4").property("prop10", Double.NEGATIVE_INFINITY).property("prop16", 
2.3999439811987313e+18).property("prop28", "tqCFgB5ZIaW").property("prop26", 
Double.NEGATIVE_INFINITY).property("prop20", false).property("prop5", 
Double.NaN).property("prop9", -3733329844303080804).property("prop24", 
true).property("PersonalId", 16)
g.addE("Elabel1").from(__.V().where(__.values("PersonalId").is(eq(1)))).to(__.V().where(__.values("PersonalId").is(eq(1)))).property("prop26",
 Double.NaN).property("prop20", false).property("prop11", 
true).property("prop12", -5.611366174863804e+17).property("prop6", 
"pjhCcA0").property("prop2", 3310243546357968389).property("prop18", 
1807610772).property("prop13", -1832460577).property("prop1", 
24754624548661259).property("prop17", 
Double.POSITIVE_INFINITY).property("prop28", 
"WzBEoP2gQmZlxSQ5").property("prop30", 1426802034).property("prop25", 
true).property("prop4", 2863221922066634693).property("prop9", 
6326010656817880656).property("PersonalId", 17)
g.addE("Elabel9").from(__.V().where(__.values("PersonalId").is(eq(7)))).to(__.V().where(__.values("PersonalId").is(eq(4)))).property("prop25",
 false).property("prop8", Double.POSITIVE_INFINITY).property("prop21", 
"ijdld1shzxH5").property("prop4", -5928621040245874133).property("prop3", 
-5500100847246585997).property("prop5", 
-1.3772951384733322e+18).property("prop15", 
-9.061216355677327e+17).property("prop23", -1767003963).property("PersonalId", 
18)
g.addE("Elabel8").from(__.V().where(__.values("PersonalId").is(eq(4)))).to(__.V().where(__.values("PersonalId").is(eq(8)))).property("prop13",
 1475793068).property("prop26", Double.NaN).property("prop1", 
-3400223939301288048).property("prop21", "DpCUKcBA").property("prop17", 
Double.NaN).property("prop20", false).property("prop19", 
"kZgoMkNe").property("prop22", 7.12505061605505e+18).property("prop6", 
"nvAg6").property("prop2", 2220991408578872943).property("prop18", 
-772566608).property("prop4", 5213828930413716677).property("prop15", 
Double.NEGATIVE_INFINITY).property("prop28", "ds2").property("prop12", 
Double.NaN).property("prop9", 2455669077269172711).property("prop8", 
-1.2982187388925788e+18).property("prop5", 
-3.0777235123468755e+17).property("prop7", true).property("prop11", 
false).property("prop27", 1705710965).property("prop16", 
Double.POSITIVE_INFINITY).property("prop30", -1258693567).property("prop24", 
true).property("PersonalId", 19)
g.addE("Elabel7").from(__.V().where(__.values("PersonalId").is(eq(7)))).to(__.V().where(__.values("PersonalId").is(eq(5)))).property("prop26",
 4.368556763294409e+17).property("prop23", -1677674536).property("PersonalId", 
20)
g.addE("Elabel9").from(__.V().where(__.values("PersonalId").is(eq(9)))).to(__.V().where(__.values("PersonalId").is(eq(4)))).property("prop25",
 false).property("prop8", -5.3926614434294195e+17).property("prop21", 
"eWkVOz0v0xOz1e").property("prop4", 7914868512446676006).property("prop3", 
2696346616196031432).property("prop5", 
5.171436282605913e+18).property("prop15", 
Double.NEGATIVE_INFINITY).property("prop23", -194335229).property("PersonalId", 
21)
g.addE("Elabel4").from(__.V().where(__.values("PersonalId").is(eq(1)))).to(__.V().where(__.values("PersonalId").is(eq(4)))).property("prop9",
 -396112969432687169).property("prop29", 
-2.268839275035492e+18).property("prop27", -736058245).property("PersonalId", 
22)
g.addE("Elabel8").from(__.V().where(__.values("PersonalId").is(eq(4)))).to(__.V().where(__.values("PersonalId").is(eq(6)))).property("prop13",
 1607241605).property("prop26", Double.NaN).property("prop1", 
6807678408578910999).property("prop21", "hDbAu93af").property("prop17", 
Double.POSITIVE_INFINITY).property("prop20", false).property("prop19", 
"ybf").property("prop22", -2.706836098660127e+18).property("prop6", 
"O1DS7MZr3").property("prop2", 6380567508912195190).property("prop18", 
-1977460004).property("prop4", 4597694083232880404).property("prop15", 
-4.220752456403055e+17).property("prop28", "5pAbwuW").property("prop12", 
Double.NaN).property("prop9", 3347540658491465221).property("prop8", 
1.58836340126626e+18).property("prop5", Double.NaN).property("prop7", 
false).property("prop11", true).property("prop27", 
-1303443645).property("prop16", Double.POSITIVE_INFINITY).property("prop30", 
1019463715).property("prop24", true).property("PersonalId", 23)
g.addE("Elabel1").from(__.V().where(__.values("PersonalId").is(eq(1)))).to(__.V().where(__.values("PersonalId").is(eq(1)))).property("prop26",
 Double.NaN).property("prop20", true).property("prop11", 
true).property("prop12", -6.118490934197725e+18).property("prop6", 
"XxbiZxBVaQP").property("prop2", -3330853106381144225).property("prop18", 
-52497244).property("prop13", -849736394).property("prop1", 
-7666290217642111894).property("prop17", 
Double.POSITIVE_INFINITY).property("prop28", "8SOHhcTQ8rw").property("prop30", 
-855885509).property("prop25", false).property("prop4", 
-4457448197631261057).property("prop9", 
6391442081522977680).property("PersonalId", 24)
g.addE("Elabel5").from(__.V().where(__.values("PersonalId").is(eq(1)))).to(__.V().where(__.values("PersonalId").is(eq(6)))).property("prop13",
 577630863).property("prop4", -3967363711816608899).property("prop3", 
-2715763304483487905).property("prop11", true).property("prop19", 
"oyamAy4Sz0").property("prop16", Double.POSITIVE_INFINITY).property("prop27", 
1889444600).property("prop7", true).property("prop23", 
-2010299982).property("prop6", "uiOQX8nfJaX").property("PersonalId", 25)
g.addE("Elabel5").from(__.V().where(__.values("PersonalId").is(eq(1)))).to(__.V().where(__.values("PersonalId").is(eq(6)))).property("prop13",
 -1288207752).property("prop4", -2536375963173608604).property("prop3", 
6320400263556838573).property("prop11", true).property("prop19", 
"Kwp6orbRmyo3e").property("prop16", 
Double.NEGATIVE_INFINITY).property("prop27", 391466938).property("prop7", 
true).property("prop23", 50694008).property("prop6", 
"M51").property("PersonalId", 26)
g.addE("Elabel5").from(__.V().where(__.values("PersonalId").is(eq(1)))).to(__.V().where(__.values("PersonalId").is(eq(6)))).property("prop13",
 -1718970969).property("prop4", -5794905750711842212).property("prop3", 
-2052444742871283668).property("prop11", true).property("prop19", 
"dGBD0oPyM6vEkkVs4qz").property("prop16", 
-3.4552618328473696e+17).property("prop27", 1535251369).property("prop7", 
true).property("prop23", 40761696).property("prop6", 
"KiVjJFF8LjlCpj").property("PersonalId", 27)
g.addE("Elabel8").from(__.V().where(__.values("PersonalId").is(eq(4)))).to(__.V().where(__.values("PersonalId").is(eq(6)))).property("prop13",
 -2098370123).property("prop26", Double.NaN).property("prop1", 
-5983362785534605389).property("prop21", "PGH8M5").property("prop17", 
Double.NaN).property("prop20", false).property("prop19", 
"tiDVkl0JO0SJSY").property("prop22", 3.1919330333787325e+18).property("prop6", 
"n2A9P9qhejNd").property("prop2", 6277141974708256639).property("prop18", 
1931380760).property("prop4", -1512086859176120210).property("prop15", 
Double.NaN).property("prop28", "HC7L46q128NaurVnU").property("prop12", 
3.809425608327359e+18).property("prop9", 
-3996535434484678859).property("prop8", 
Double.POSITIVE_INFINITY).property("prop5", 
Double.NEGATIVE_INFINITY).property("prop7", false).property("prop11", 
false).property("prop27", -523736017).property("prop16", 
Double.NEGATIVE_INFINITY).property("prop30", -278968534).property("prop24", 
false).property("PersonalId", 28)
g.addE("Elabel1").from(__.V().where(__.values("PersonalId").is(eq(1)))).to(__.V().where(__.values("PersonalId").is(eq(1)))).property("prop26",
 Double.NaN).property("prop20", false).property("prop11", 
true).property("prop12", Double.NaN).property("prop6", 
"9deTQfXzFvpaBH9").property("prop2", 3383701074677336436).property("prop18", 
-490849224).property("prop13", -1809701772).property("prop1", 
5256998457330657461).property("prop17", 
Double.NEGATIVE_INFINITY).property("prop28", "d0FuynL58").property("prop30", 
1670162326).property("prop25", true).property("prop4", 
-4582773958404611787).property("prop9", 
7427237362363509886).property("PersonalId", 29)
g.addE("Elabel4").from(__.V().where(__.values("PersonalId").is(eq(1)))).to(__.V().where(__.values("PersonalId").is(eq(4)))).property("prop9",
 3680248488297420715).property("prop29", 
1.3530535301533555e+17).property("prop27", -1320777027).property("PersonalId", 
30) {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to