The GitHub Actions job "GraphAr Java Info CI" on incubator-graphar.git/feat/java-info-unit-tests has failed. Run started by GitHub user Thespica (triggered by Thespica).
Head commit for run: 5b283fc5c0fc81c0343cea8ca666936d0e769b7a / google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> fix: Correct method call in VertexInfo to resolve compilation error This commit fixes a compilation error in `VertexInfo.java`. The code was attempting to call a non-existent `getProperties()` method on a `PropertyGroup` object. The fix replaces the incorrect call `pg.getProperties()` with the correct method `pg.getPropertyList()` to retrieve the list of properties from a `PropertyGroup`. This resolves the "cannot find symbol" compilation error. Report URL: https://github.com/apache/incubator-graphar/actions/runs/15215057503 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@graphar.apache.org For additional commands, e-mail: commits-h...@graphar.apache.org