raulcd commented on code in PR #13113:
URL: https://github.com/apache/arrow/pull/13113#discussion_r871337253
##########
python/examples/minimal_build/build_conda.sh:
##########
@@ -79,6 +79,7 @@ cmake -GNinja \
-DCMAKE_BUILD_TYPE=DEBUG \
-DCMAKE_INSTALL_PREFIX=$ARROW_HOME \
-DCMAKE_INSTALL_LIBDIR=lib \
+ -DARROW_DATASET=ON \
Review Comment:
I added it as a temporal workaround for the issue solved on this PR:
[ARROW-16526](https://github.com/apache/arrow/pull/13116)
As this has been fixed I will revert it. I was planning to also remove
`PARQUET` from the minimal build as we should have a build without optional
dependencies. What do you think about removing that?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]