Commits


Phillip Cloud authored and Benjamin Kietzman committed b09914ea0ba
ARROW-14352: [IR] Remove schema property from Source This PR removes the schema field from `Source`s, as it is currently unused by both the C++ consumer in progress, as well as the DuckDB producer/consumer (https://github.com/duckdb/duckdb/pull/2331) Closes #11440 from cpcloud/ARROW-14352 Authored-by: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>