You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by GitBox <gi...@apache.org> on 2023/01/13 17:46:16 UTC

[GitHub] [arrow] autoantwort opened a new issue, #33657: [c++] Does the dataset feature have a hard dependency on parquet?

autoantwort opened a new issue, #33657:
URL: https://github.com/apache/arrow/issues/33657

   ### Describe the usage question you have. Please include as many useful details as  possible.
   
   
   C++: There is the option `ARROW_DATASET`. Does setting this to ON also require setting `ARROW_PARQUET` to ON?
   Rationale: The file `arrow-dataset.pc` contains a hard dependency to `parquet`. 
   
   PS: I am only a vcpkg maintainer and not an arrow user. 
   
   ### Component(s)
   
   C++


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] westonpace commented on issue #33657: [c++] Does the dataset feature have a hard dependency on parquet?

Posted by GitBox <gi...@apache.org>.
westonpace commented on issue #33657:
URL: https://github.com/apache/arrow/issues/33657#issuecomment-1382272569

   Though maybe there is some nuance.  If the datasets shared library is compiled with ARROW_PARQUET=ON then it will fail unless the parquet shared library is present.
   
   If the datasets shared library is compiled with ARROW_PARQUET=OFF then it will not fail.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] westonpace commented on issue #33657: [c++] Does the dataset feature have a hard dependency on parquet?

Posted by GitBox <gi...@apache.org>.
westonpace commented on issue #33657:
URL: https://github.com/apache/arrow/issues/33657#issuecomment-1382270623

   It should not.  They were designed to be separable.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou commented on issue #33657: [c++] Does the dataset feature have a hard dependency on parquet?

Posted by GitBox <gi...@apache.org>.
kou commented on issue #33657:
URL: https://github.com/apache/arrow/issues/33657#issuecomment-1383023974

   It's a bug of `arrow-dataset.pc`.
   #33665 fixes this. 


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] kou closed issue #33657: [c++] Does the dataset feature have a hard dependency on parquet?

Posted by GitBox <gi...@apache.org>.
kou closed issue #33657: [c++] Does the dataset feature have a hard dependency on parquet? 
URL: https://github.com/apache/arrow/issues/33657


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org