Re: [I] feat(java): provide additional methods in java info [incubator-graphar]

2025-03-04 Thread via GitHub
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

Re: [I] feat(java): provide additional methods in java info [incubator-graphar]

2025-03-04 Thread via GitHub
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!

Re: [I] feat(java): provide additional methods in java info [incubator-graphar]

2025-03-04 Thread via GitHub
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

[I] feat(java): follow the same style for proto ser-de [incubator-graphar]

2025-03-04 Thread via GitHub
SemyonSinchenko opened a new issue, #666: URL: https://github.com/apache/incubator-graphar/issues/666 ### Describe the enhancement requested At the moment, for example, to create `EdgeInfo` from the `proto` I should call the constructor, but for `PropertyGroup` I should call `ofProto`