Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

PARQUET-752: Account for upstream Arrow API changes #180

Closed
wants to merge 5 commits into from

Conversation

wesm
Copy link
Member

@wesm wesm commented Oct 17, 2016

As soon as ARROW-261/317 are merged, I'll update the thirdparty git SHA so we can get a green build

@@ -45,6 +45,8 @@ using parquet::schema::GroupNode;
namespace parquet {
namespace arrow {

namespace BitUtil = ::arrow::BitUtil;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't know this would work. Why not use using here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using doesn't work with namespaces AFAICT

@wesm
Copy link
Member Author

wesm commented Oct 18, 2016

Updated the thirdparty SHA. Guess I may have to wait til morning for the OS X builds

@wesm
Copy link
Member Author

wesm commented Oct 18, 2016

The externalproject changes in Arrow broke the build, looking into it

@wesm
Copy link
Member Author

wesm commented Oct 18, 2016

+1

@asfgit asfgit closed this in 82515fe Oct 18, 2016
@wesm wesm deleted the PARQUET-752 branch October 18, 2016 12:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants