Commits


Alex McRae authored and David Li committed b7f7bad55a1
ARROW-16128: [C++][FlightRPC] Fix Flight SQL static build on Windows * Removes non-std initializer list * Sets ARROW_FLIGHT_STATIC to match ARROW_STATIC when ARROW_BUILD_STATIC and WIN32 * Updates the documentation arrow staticly linking on windows to include the ARROW_FLIGHT_STATIC definition, including an example The goal of this is to allow flightsql to build easily on Windows. Closes #12789 from mcraealex-bq/master Lead-authored-by: Alex McRae <alex.mcrae@dremio.com> Co-authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: David Li <li.davidm96@gmail.com>