AlenkaF commented on code in PR #14133:
URL: https://github.com/apache/arrow/pull/14133#discussion_r972031563


##########
ci/appveyor-cpp-setup.bat:
##########
@@ -55,6 +55,7 @@ mamba update -q -y -c conda-forge --all || exit /B
 @rem Create conda environment
 @rem
 
+set CONDA_DLL_SEARCH_MODIFICATION_ENABLE=1

Review Comment:
   I have added this comment. Pls let me know if it is not clear ..
   
   ```
   @rem Workaround for ARROW-17172
   @rem Due to failing test_cython_api() import of an external module in the
   @rem subprocess this env var is added for os.add_dll_directory to work as
   @rem expected in the conda environment and for the import to succeed.
   @rem See: https://github.com/ContinuumIO/anaconda-issues/issues/12475
   ```



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