Skip to content

Commit

Permalink
Enable dataset module in pyarrow
Browse files Browse the repository at this point in the history
  • Loading branch information
lunik1 authored Aug 3, 2021
1 parent 136f166 commit 1ca0a63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1ca0a63

Please sign in to comment.