xumingming opened a new issue, #6529:
URL: https://github.com/apache/incubator-gluten/issues/6529

   ### Backend
   
   VL (Velox)
   
   ### Bug description
   
   ```
   In file included from /tmp/gluten/cpp/core/memory/MemoryAllocator.cc:20:
   /tmp/gluten/cpp/core/utils/macros.h:22:10: fatal error: 'arrow/status.h' 
file not found
   #include <arrow/status.h>
            ^~~~~~~~~~~~~~~~
   In file included from /tmp/gluten/cpp/core/compute/ResultIterator.cc:18:
   In file included from /tmp/gluten/cpp/core/compute/ResultIterator.h:20:
   /tmp/gluten/cpp/core/memory/ColumnarBatch.h:22:10: fatal error: 
'arrow/c/bridge.h' file not found
   #include "arrow/c/bridge.h"
            ^~~~~~~~~~~~~~~~~~
   1 error generated.
   make[2]: *** [core/CMakeFiles/gluten.dir/memory/MemoryAllocator.cc.o] Error 1
   make[2]: *** Waiting for unfinished jobs....
   In file included from /tmp/gluten/cpp/core/compute/Runtime.cc:18:
   In file included from /tmp/gluten/cpp/core/compute/Runtime.h:23:
   In file included from /tmp/gluten/cpp/core/compute/ResultIterator.h:20:
   /tmp/gluten/cpp/core/memory/ColumnarBatch.h:22:10: fatal error: 
'arrow/c/bridge.h' file not found
   #include "arrow/c/bridge.h"
            ^~~~~~~~~~~~~~~~~~
   In file included from /tmp/gluten/cpp/core/compute/ProtobufUtils.cc:25:
   /tmp/gluten/cpp/core/utils/exception.h:20:10: fatal error: 'arrow/status.h' 
file not found
   #include <arrow/status.h>
            ^~~~~~~~~~~~~~~~
   1 error generated.
   make[2]: *** [core/CMakeFiles/gluten.dir/compute/ProtobufUtils.cc.o] Error 1
   In file included from /tmp/gluten/cpp/core/config/GlutenConfig.cc:22:
   In file included from /tmp/gluten/cpp/core/jni/JniError.h:22:
   /tmp/gluten/cpp/core/jni/JniCommon.h:20:10: fatal error: 
'arrow/ipc/reader.h' file not found
   #include <arrow/ipc/reader.h>
            ^~~~~~~~~~~~~~~~~~~~
   In file included from /tmp/gluten/cpp/core/jni/JniWrapper.cc:21:
   In file included from /tmp/gluten/cpp/core/compute/Runtime.h:23:
   In file included from /tmp/gluten/cpp/core/compute/ResultIterator.h:20:
   /tmp/gluten/cpp/core/memory/ColumnarBatch.h:22:10: fatal error: 
'arrow/c/bridge.h' file not found
   #include "arrow/c/bridge.h"
            ^~~~~~~~~~~~~~~~~~
   1 error generated.
   ```
   
   
   Seems caused by this PR: 
https://github.com/apache/incubator-gluten/pull/6325/files
   
   before this PR `INTERFACE_INCLUDE_DIRECTORIES ${ARROW_HOME}/install/include` 
is set, in this PR, this is removed.
   
   ### Spark version
   
   None
   
   ### Spark configurations
   
   _No response_
   
   ### System information
   
   _No response_
   
   ### Relevant logs
   
   _No response_


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to