Skip to content

Commit

Permalink
Fix typos in the FlightSQL readme
Browse files Browse the repository at this point in the history
Co-authored-by: Alina (Xi) Li <96995091+alinaliBQ@users.noreply.github.com>
  • Loading branch information
affonsov and alinaliBQ authored Dec 8, 2023
1 parent afdc278 commit 30b1456
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Overview

ODBC driver for Apache Arrow
ODBC driver for Apache Arrow Flight SQL.

## License

Expand All @@ -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:/<repo_folder>/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:/<repo_folder>/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` |

0 comments on commit 30b1456

Please sign in to comment.