keksmd opened a new pull request, #946:
URL: https://github.com/apache/incubator-graphar/pull/946
## Summary
Implements the #943 metadata-layout gate without introducing physical-IO
dependencies:
- resolve edge topology chunks as
`adj_list/part{vertexChunk}/chunk{edgeChunk}`;
- resolve edge property chunks by adjacency layout and both chunk indexes;
- place counts and offsets directly below the adjacency layout prefix;
- normalize relative URI joins that lack a trailing slash;
- verify paths against the real Parquet fixture (`part2/chunk1`) and all
adjacency layouts.
The format contract, compatibility matrix, and staged Java-SDK roadmap are
included under `docs/libraries/java/` and link #756, #943, and #944.
## Verification
- `mvn --no-transfer-progress spotless:check`
- `mvn --no-transfer-progress clean verify -Dspotless.check.skip=true` in
`ghcr.io/apache/graphar-dev:latest` (124 tests; 0 failures, errors, or skips)
Relates-to: #943
Relates-to: #756
The broader metadata parity work remains separately tracked in #944; C++
devcontainer restoration is isolated in #945.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]