Surbhi-Vijay opened a new issue, #10982:
URL: https://github.com/apache/incubator-gluten/issues/10982

   ### Problem description
   
   We are trying to build recently released Gluten-v1.5. We have taken the 
below tags:
   
   Gluten tag- `v1.5.0`
   Velox tag - `gluten-1.5.0`  
[oap-velox](https://github.com/oap-project/velox/tree/gluten-1.5.0?search=1)
   
   Gluten CPP build is failing with the error:
   ```
   /root/gluten/cpp/velox/compute/iceberg/IcebergWriter.h:22:10: fatal error: 
velox/connectors/hive/iceberg/IcebergColumnHandle.h: No such file or directory
      22 | #include "velox/connectors/hive/iceberg/IcebergColumnHandle.h"
   ```
   
   Upon checking there are few Iceberg files which are missing in Velox:
   `"velox/connectors/hive/iceberg/IcebergColumnHandle.h"`
   `"velox/connectors/hive/iceberg/IcebergDataSink.h"`
   
   These files are referred here in Gluten at 
[IcebergWriter](https://github.com/apache/incubator-gluten/blob/v1.5.0/cpp/velox/compute/iceberg/IcebergWriter.h)
   
   
   ### System information
   
   Gluten Version: 1.5.0
   Commit: a269698d622b81e7829f0ad43e1a03740c97f739
   CMake Version: 3.30.3
   System: Linux
   Arch: x86_64
   CPU Name: Model name:                           Intel(R) Xeon(R) Platinum 
8370C CPU @ 2.80GHz
   C++ Compiler: /usr/bin/c++
   C++ Compiler Version: 13.2.0
   C Compiler: /usr/bin/cc
   C Compiler Version: 13.2.0
   CMake Prefix Path: /usr/local;/usr;/;/usr;/usr/local;/usr/X11R6;/usr/pkg;/opt
   
   ### CMake log
   
   ```bash
   
   ```


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