Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port Velox patch: Fix Thrift dependency when using system Arrow (10355) #492

Merged
merged 1 commit into from
Jul 13, 2024

Conversation

PHILO-HE
Copy link
Collaborator

No description provided.

Summary:
With this facebookincubator@0d80228 commit included, velox will resolve dependency by firstly
finding lib arrow from system. In this path, linking with lib thrift is lacking, which
causes thrift header not found issue.

With this pr, velox will try to find thrift lib. If it is not found, velox will build arrow
from source with thrift bundled. If found, lib arrow will be linked with it. This pr
also lets setup scripts install thrift bundled in arrow.

Pull Request resolved: facebookincubator#10355

Reviewed By: bikramSingh91

Differential Revision: D59595645

Pulled By: pedroerp

fbshipit-source-id: 9f26eee8347a6c650e70163554fa9b2b72f5bfac
@PHILO-HE PHILO-HE changed the base branch from update to branch-1.2 July 13, 2024 04:11
@PHILO-HE PHILO-HE merged commit 9f076f5 into oap-project:branch-1.2 Jul 13, 2024
19 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant