Commits


Rafael Telles authored and David Li committed bd6453cee7a
ARROW-16049: [C++][FlightRPC] Fix Flight SQL's ColumnMetadata constructor visibility User should be able to get a ColumnMetadata object from a `std::shared_ptr<const arrow::KeyValueMetadata>` object, but the constructor was not public to do so. Closes #12735 from rafael-telles/fix/fix-flight-sql-columnmetadata-visibility Authored-by: Rafael Telles <rafael@telles.dev> Signed-off-by: David Li <li.davidm96@gmail.com>