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-15388: [C++] Avoid including absl from flatbuffers #12204

Closed

Commits on Jan 20, 2022

  1. ARROW-15388: [C++] Avoid including absl from flatbuffers

    There may be an incomplete/broken copy of the Abseil library lying around
    (for example because of a race condition while installing it as a bundled library).
    
    Since absl is only used by Flatbuffers to provide a string_view facility,
    use our own vendored string_view instead.
    pitrou committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    aff6330 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61e5103 View commit details
    Browse the repository at this point in the history