amoeba commented on PR #49585:
URL: https://github.com/apache/arrow/pull/49585#issuecomment-4114812784

   I have this building locally. Before this PR:
   
   ```
   Dump of file release\arrow_flight_sql_odbc.dll
   
   File Type: DLL
   
     Image has the following dependencies:
   
       arrow_flight_sql.dll
       arrow_flight.dll
       WSOCK32.dll
       WS2_32.dll
       CRYPT32.dll
       GDI32.dll
       arrow_compute.dll
       arrow.dll
       abseil_dll.dll
       boost_locale-vc143-mt-x64-1_90.dll
       KERNEL32.dll
       USER32.dll
       COMDLG32.dll
       MSVCP140.dll
       MSVCP140_CODECVT_IDS.dll
       VCRUNTIME140.dll
       VCRUNTIME140_1.dll
       api-ms-win-crt-runtime-l1-1-0.dll
       api-ms-win-crt-heap-l1-1-0.dll
       api-ms-win-crt-string-l1-1-0.dll
       api-ms-win-crt-stdio-l1-1-0.dll
       api-ms-win-crt-locale-l1-1-0.dll
       api-ms-win-crt-convert-l1-1-0.dll
       api-ms-win-crt-filesystem-l1-1-0.dll
       api-ms-win-crt-time-l1-1-0.dll
   ```
   
   After:
   
   ```
   Dump of file cpp\build\release\arrow_flight_sql_odbc.dll
   
   File Type: DLL
   
     Image has the following dependencies:
   
       ADVAPI32.dll
       IPHLPAPI.DLL
       WSOCK32.dll
       GDI32.dll
       WS2_32.dll
       CRYPT32.dll
       KERNEL32.dll
       USER32.dll
       COMDLG32.dll
       bcrypt.dll
       dbghelp.dll
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to