From 30b14565095210f08ae0705094556d1c2c843df9 Mon Sep 17 00:00:00 2001 From: affonsov <67347924+affonsov@users.noreply.github.com> Date: Thu, 7 Dec 2023 16:21:01 -0800 Subject: [PATCH] Fix typos in the FlightSQL readme Co-authored-by: Alina (Xi) Li <96995091+alinaliBQ@users.noreply.github.com> --- .../amazon-timestream-odbc-driver/flightsql-readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/src/flightsql_odbc/amazon-timestream-odbc-driver/flightsql-readme.md b/cpp/src/flightsql_odbc/amazon-timestream-odbc-driver/flightsql-readme.md index 584142e9972b4..b6408854c2ee1 100644 --- a/cpp/src/flightsql_odbc/amazon-timestream-odbc-driver/flightsql-readme.md +++ b/cpp/src/flightsql_odbc/amazon-timestream-odbc-driver/flightsql-readme.md @@ -2,7 +2,7 @@ ## Overview -ODBC driver for Apache Arrow +ODBC driver for Apache Arrow Flight SQL. ## License @@ -24,6 +24,6 @@ Open Visual Studio Developer PowerShell or Powershell and run `./build_win32.bat | Error | Root Cause | Fix| |-------|------------|----| -| CUSTOMBUILD : CMake error : The source directory "C://build/flight_sql/ApacheArrow-prefix/src/ ApacheArrow" does not appear to contain CMakeLists.txt. [C:\Dev\forked-flightsql-odbc\build\flight_sql\ApacheArrow.vcxp roj] | current CMAKE version 3.28 has issues in build the project | downgrade to the 3.25 version | +| CUSTOMBUILD : CMake error : The source directory "C://build/flight_sql/ApacheArrow-prefix/src/ApacheArrow" does not appear to contain CMakeLists.txt. [C:\Dev\forked-flightsql-odbc\build\flight_sql\ApacheArrow.vcxproj] | current CMAKE version 3.28 has issues in build the project | downgrade to the 3.25 version | | error in the `builtin-baseline` at `vcpkg.json` or issues to build and install the dependencies | vcpkg outdated | updated to the latest vcpkg version | | vcpkg crashes error | vcpkg was not properly updated | make sure to execute `bootstrap-vcpkg.bat` in the `VCPKG_ROOT` |