keksmd opened a new issue, #947:
URL: https://github.com/apache/incubator-graphar/issues/947

   ## Scope
   
   Implement Phase 2 of the pure-Java SDK roadmap after metadata parity is 
accepted:
   
   - `graphar-storage-api`: URI-addressed input/output files and seekable 
streams;
   - explicit capabilities, existence, and error contracts;
   - `graphar-storage-local`: deterministic local-URI implementation;
   - module dependency rules that keep `graphar-info` and `graphar-core` free 
of Hadoop, Parquet, Arrow, and object-store dependencies.
   
   ## Acceptance
   
   - Unit tests cover local URI resolution, seek/range reads, writes, missing 
files, and capability declarations.
   - Dependency tests prove the API has no physical-format dependency.
   - The module is usable by a later Parquet backend without importing GraphAr 
layout into storage.
   
   ## Dependencies and links
   
   - Architecture: #756 and #738.
   - Metadata contract: #944 (edge-layout gate #943).
   - Followed by the physical IO contract and Parquet backend; no code PR 
precedes this issue.


-- 
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]

Reply via email to