Type Alias ColumnarBatchCacheMissReasonExperimental

ColumnarBatchCacheMissReason:
    | "absent"
    | "aborted"
    | "disposed"
    | "corrupt-record"
    | "foreign-format"
    | "identity-mismatch"
    | "authorization-scope-mismatch"
    | "integrity-mismatch"
    | "digest-unavailable"
    | "unsupported-serialization"
    | "storage-failed"

Why a read did not return a batch.