This is an automated email from the ASF dual-hosted git repository.
SYaoJun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar.git
The following commit(s) were added to refs/heads/main by this push:
new b0315dec docs: update documentation for removing edge or vertex in
Java in impl-stats (#717)
b0315dec is described below
commit b0315decc1194f6af644375ee8910a3690f57a56
Author: Selim S. <[email protected]>
AuthorDate: Wed May 13 05:10:40 2026 +0200
docs: update documentation for removing edge or vertex in Java in
impl-stats (#717)
* updating docs for removing edge or vertex in Java in impl-stats
* update implementation status
---------
Signed-off-by: Selim S. <[email protected]>
Co-authored-by: Selim Soufargi <[email protected]~>
---
docs/specification/implementation-status.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/specification/implementation-status.md
b/docs/specification/implementation-status.md
index d5277017..7eb281e8 100644
--- a/docs/specification/implementation-status.md
+++ b/docs/specification/implementation-status.md
@@ -200,9 +200,9 @@ Supported operations in Graph Info:
|-------------------|-------|--------|-------|------------|
| create | ✓ | ✓ | ✓ | ✓ |
| add vertex | ✓ | ✓ | ✓ | ✓ |
-| remove vertex | ✓ | | | |
+| remove vertex | ✓ | ✓ | | |
| add edge | ✓ | ✓ | ✓ | ✓ |
-| remove edge | ✓ | | | |
+| remove edge | ✓ | ✓ | | |
| get name | ✓ | ✓ | ✓ | ✓ |
| get vertex | ✓ | ✓ | ✓ | ✓ |
| get edge | ✓ | ✓ | ✓ | ✓ |
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]