From 1ca0a63509e7ed2b4b215755b3a3ef82e4e164d0 Mon Sep 17 00:00:00 2001 From: lunik1 <13547699+lunik1@users.noreply.github.com> Date: Tue, 3 Aug 2021 18:45:07 +0100 Subject: [PATCH] Enable dataset module in pyarrow --- overrides.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/overrides.nix b/overrides.nix index 50b976b60..8735fc646 100644 --- a/overrides.nix +++ b/overrides.nix @@ -969,6 +969,7 @@ self: super: ]; PYARROW_BUILD_TYPE = "release"; + PYARROW_WITH_DATASET = true; PYARROW_WITH_PARQUET = true; PYARROW_CMAKE_OPTIONS = [ "-DCMAKE_INSTALL_RPATH=${ARROW_HOME}/lib"