Object ObjectDataset

  • All Implemented Interfaces:

    
    public class ObjectDataset
    
                        

    Row datasets as manifest-committed object parts (HEL-236 scenarios 1–3): bounded encoded parts under a run-scoped prefix, published atomically via StagingArea — the manifest is the ONLY thing a reader trusts, so a mid-export failure never yields a readable half-dataset. Reading streams parts back into RowBatches with per-part checksum + row-count verification; corruption fails visibly and typed.

    Pairs with pkgrovekit-jdbc/transfer naturally: a JdbcReader's batches feed export; DatasetHandle.batches feeds a JdbcBatchWriter — that is the database → object storage → database path proven end-to-end in integration-tests (StorageDatasetRoundTripIT).