Why is the Schema object not exposed in ArrowReader? (e.g. readSchema is protected). Instead, I need to call getVectorSchemaRoot().getSchema() which unnecessarily allocates a VectorSchemaRoot that I don't immediately need.
-- Michael Mior [email protected]
