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` |