-
Notifications
You must be signed in to change notification settings - Fork 76
[JanusGraph] Fixed - should contain id property #243
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #243 +/- ##
==========================================
- Coverage 86.24% 85.77% -0.47%
==========================================
Files 60 60
Lines 1352 1364 +12
Branches 231 234 +3
==========================================
+ Hits 1166 1170 +4
- Misses 74 80 +6
- Partials 112 114 +2
Continue to review full report at Codecov.
|
@Tin-Nguyen Travis-ci seems not to pass, please check it and fix it. |
@neuqlz I'm going to fix the PR within next week. I will let you know once it fixed soon. Thanks. |
Hi everyone, I am new to open source development but I have a fair enough problem solving background in Graphs, this looks like an interesting project to start my open source contribution journey. It would be great if you could point me in the right direction to get started. |
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.
Commented code to be eliminated.
Absolutely important changes, affect OrangoDb too.
sorry guys, I was busy with some urgent works. it's time to back to get this change done within next week. |
Here is an overview of what got changed by this pull request: Complexity increasing per file
==============================
- src/main/java/com/microsoft/spring/data/gremlin/conversion/result/AbstractGremlinResultReader.java 4
Clones removed
==============
+ src/main/java/com/microsoft/spring/data/gremlin/conversion/result/GremlinResultEdgeReader.java -1
+ src/main/java/com/microsoft/spring/data/gremlin/conversion/result/GremlinResultVertexReader.java -1
See the complete overview on Codacy |
is anyone going to merge this fix ? This is a blocker in integrating this orm framework. |
Codecov Report
@@ Coverage Diff @@
## master #243 +/- ##
==========================================
- Coverage 86.21% 85.77% -0.45%
==========================================
Files 60 60
Lines 1357 1364 +7
Branches 232 234 +2
==========================================
Hits 1170 1170
- Misses 74 80 +6
- Partials 113 114 +1
Continue to review full report at Codecov.
|
is this branch ever going to merge ? this is a highly needed issue fix, one can not get started with it since it does not assure it will save. |
@arvind-das sorry for the delay, I will try to improve the test coverage and merge the PR this weekend. |
Thanks for the update Tim. I know you are busy in your work office work too. Meanwhile I created some generic methods to do my job. They solved the problem for a short time , still need to handle a lot of conditions. Once you merge this, I will be integrating thins into my app. |
Description
This is the fix related to my comment in #230 (comment) about the issue I'm facing in my Java application using
spring-data-gremlin
working withjanusgraph
databaseGremlin-driver: 3.2.4
spring-data-gremlin: 2.1.7
Spring Boot: 2.1.8.RELEASE
Root cause
That's why
validate()
function raisesIllegalArgumentException
when it identifies there is noid
,label
,type
, etc... contained in theResult
instance.I'm going to write some Tests to cover the logics and test it via my application shortly today.
Related PRs
N/A
Todos
Steps to Test
Steps to test code change