You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kou (via GitHub)" <gi...@apache.org> on 2023/05/12 12:59:50 UTC

[GitHub] [arrow] kou commented on issue #35566: need -DARROW_PARQUET and -DARROW_CSV to install R package from source with arrow system libraries

kou commented on issue #35566:
URL: https://github.com/apache/arrow/issues/35566#issuecomment-1545707886

   Could you try this?
   
   ```diff
   diff --git a/cpp/src/arrow/dataset/api.h b/cpp/src/arrow/dataset/api.h
   index c2ebd9d300..a52a704244 100644
   --- a/cpp/src/arrow/dataset/api.h
   +++ b/cpp/src/arrow/dataset/api.h
   @@ -19,6 +19,8 @@
    
    #pragma once
    
   +#include "arrow/util/config.h"
   +
    #include "arrow/compute/expression.h"
    #include "arrow/dataset/dataset.h"
    #include "arrow/dataset/discovery.h"
   ```


-- 
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