-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix uuid serialize #694
fix uuid serialize #694
Conversation
Codecov Report
@@ Coverage Diff @@
## master #694 +/- ##
============================================
- Coverage 74.31% 73.64% -0.68%
+ Complexity 4090 4075 -15
============================================
Files 220 220
Lines 17918 17928 +10
Branches 2571 2573 +2
============================================
- Hits 13316 13203 -113
- Misses 3247 3373 +126
+ Partials 1355 1352 -3
Continue to review full report at Codecov.
|
@@ -11,7 +11,10 @@ scriptEngines: { | |||
com.baidu.hugegraph.plugin.HugeGraphGremlinPlugin: {}, | |||
org.apache.tinkerpop.gremlin.server.jsr223.GremlinServerGremlinPlugin: {}, | |||
org.apache.tinkerpop.gremlin.jsr223.ImportGremlinPlugin: { | |||
classImports: [java.lang.Math, com.baidu.hugegraph.util.DateUtil], | |||
classImports: [java.lang.Math, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move to next line
Change-Id: I4615dacacdc818302563e11bd58c616a3b1cef03
Change-Id: Ib0df177c06ade3c1d5e3afa5cc11f74bdea71e90
Change-Id: I7c2fb1e08a69860bd0644d7f8d1206f64e049a5c
Change-Id: Iac4a153393dfacdca696929b8e74145fe3ada4be
Change-Id: I435e4ce14388d0fa9359cb476d0d5fe75b3075dd
implement: #618
Change-Id: I4615dacacdc818302563e11bd58c616a3b1cef03