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

ARROW-4251: [C++][Release] Add option to set ARROW_BOOST_VENDORED environment variable in verify-release-candidate.sh #3903

Closed
wants to merge 1 commit into from

Conversation

wesm
Copy link
Member

@wesm wesm commented Mar 14, 2019

I'm taking this for a spin on 0.12.1 RC0 on Ubuntu 14.04 (where the system boost does not work -- see ARROW-4868)

…lease/verify-release-candidate.sh

Change-Id: Ic1b09ef86cf37c2285377de473251aac03605a7f
@wesm
Copy link
Member Author

wesm commented Mar 14, 2019

This works for me on Ubuntu 14.04, except that I hit ARROW-4250

109: [ RUN      ] TestProjector.TestExtendedMath
109: /tmp/arrow-0.12.1.cZzB4/apache-arrow-0.12.1/cpp/src/gandiva/tests/projector_test.cc:358: Failure
109: Value of: (expected_cbrt)->Equals(outputs.at(0))
109:   Actual: false
109: Expected: true
109: expected array: [
109:   2.51984,
109:   2.15443,
109:   -2.41014,
109:   2.02469
109: ] actual array: [
109:   2.51984,
109:   2.15443,
109:   -2.41014,
109:   2.02469
109: ]

@wesm
Copy link
Member Author

wesm commented Mar 14, 2019

+1

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.

None yet

1 participant