js8544 commented on PR #14228: URL: https://github.com/apache/arrow/pull/14228#issuecomment-1257099716
> How about pinning LLVM to old version instead? > > ```diff > diff --git a/ci/conda_env_gandiva_win.txt b/ci/conda_env_gandiva_win.txt > index 621b6f5a99..138b9bd200 100644 > --- a/ci/conda_env_gandiva_win.txt > +++ b/ci/conda_env_gandiva_win.txt > @@ -15,5 +15,6 @@ > # specific language governing permissions and limitations > # under the License. > > -clangdev > -llvmdev > +# ARROW-17830: Conda's packaging of LLVM 15 have a bug > +clangdev<15 > +llvmdev<15 > ``` @kou Done. -- 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]
