Thespica commented on issue #667:
URL:
https://github.com/apache/incubator-graphar/issues/667#issuecomment-2700839058
> I will open a PR with `equals`, `toString` and `hashCode` only.
Beyond this, you can add the missed method `getPropertyGroup` to VertexInfo.
Maybe rename it to `get
SemyonSinchenko commented on issue #667:
URL:
https://github.com/apache/incubator-graphar/issues/667#issuecomment-2697393982
I will open a PR with `equals`, `toString` and `hashCode` only.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
SemyonSinchenko commented on issue #667:
URL:
https://github.com/apache/incubator-graphar/issues/667#issuecomment-2697329874
I was trying to map existing spark infos to the new java info and realized
that some methods are missing, but it looks like they are just named
differently. Thanks!
Thespica commented on issue #667:
URL:
https://github.com/apache/incubator-graphar/issues/667#issuecomment-2697321974
VertexInfo and EdgeInfo can check if a PropertyGroup is in the info:
https://github.com/apache/incubator-graphar/blob/0bf48c1f4a254a06ced3dff1f5c116272bb4b11a/maven-proje
SemyonSinchenko opened a new issue, #667:
URL: https://github.com/apache/incubator-graphar/issues/667
### Describe the enhancement requested
At least we should override `equals()`, `toString()` and `hashCode`. It is
nice to have also methods that checks is a property group in the info