Skip to content

Enable and enforce Apache Parquet support #191

Description

@patrick-stephens

Enable and enforce Apache Parquet support for all targets, plus provide tests to verify it is supported:

# Additional prerequisites for Apache Parquet
pkg_check_modules(ARROW_GLIB_PARQUET QUIET parquet-glib)
if(FLB_ARROW AND ARROW_GLIB_PARQUET_FOUND)
  FLB_DEFINITION(FLB_HAVE_ARROW_PARQUET)
else()
  message(STATUS "Arrow GLib Parquet not found. Disabling parquet compression")
endif()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions