You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is another problem now: LLVM 15 adds dependency on zstd. It looks for target zstd::libzstd_shared, but arrow prefers zstd::libzstd. Let me try to turn off LLVM_ENABLE_ZSTD and see if it works.
It seems that the Zstd's official CMake package uses zstd::libzstd_shared and zstd::libzstd_static.
So our CMake configurations should follow it. (And our Findzstd.cmake should support the Zstd's official CMake package too.)
I'll push a change for it to this branch later. Please wait for a while...
It seems that Gandiva with LLVM 15 have problems at least on MinGW.
But I'm not sure it's caused only on MinGW or can be caused on other platforms.
It's difficult to debug this on MinGW. So I propose that we merge this by disabling Gandiva related tests or Gandiva support only on MinGW for now. We can fix the problem when other platforms provide LLVM 15 and the same problem is occurred on these platforms.
It's difficult to debug this on MinGW. So I propose that we merge this by disabling Gandiva related tests or Gandiva support only on MinGW for now. We can fix the problem when other platforms provide LLVM 15 and the same problem is occurred on these platforms.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.