Describe the enhancement requested
Currently Arrow C++ is not buildable on Windows ARM64 with MSVC, but only with clang. When building ParquetSharp, we use vcpkg which only supports MSVC for Windows. G-Research/ParquetSharp#441 is a feature request that we would like to solve by making Arrow C++ buildable with MSVC on Windows ARM64.
I'm willing to contribute a fix for this.
Component(s)
C++