zhztheplayer opened a new issue, #9199:
URL: https://github.com/apache/incubator-gluten/issues/9199
### Backend
VL (Velox)
### Bug description
Error:
```
In file included from /usr/include/fcntl.h:301,
from
/opt/gluten/dev/vcpkg/vcpkg_installed/x64-linux-avx/include/boost/stacktrace/detail/safe_dump_posix.ipp:18,
from
/opt/gluten/dev/vcpkg/vcpkg_installed/x64-linux-avx/include/boost/stacktrace/safe_dump_to.hpp:212,
from
/opt/gluten/dev/vcpkg/vcpkg_installed/x64-linux-avx/include/boost/stacktrace/frame.hpp:18,
from
/opt/gluten/dev/vcpkg/vcpkg_installed/x64-linux-avx/include/boost/stacktrace.hpp:15,
from
/opt/gluten/cpp/core/shuffle/LocalPartitionWriter.cc:22:
In function ‘int open(const char*, int, ...)’,
inlined from ‘arrow::Result<std::shared_ptr<arrow::io::OutputStream> >
gluten::LocalPartitionWriter::openFile(const string&)’ at
/opt/gluten/cpp/core/shuffle/LocalPartitionWriter.cc:390:17:
/usr/include/x86_64-linux-gnu/bits/fcntl2.h:50:31: error: call to
‘__open_missing_mode’ declared with attribute error: open with O_CREAT or
O_TMPFILE in second argument needs 3 arguments
50 | __open_missing_mode ();
| ~~~~~~~~~~~~~~~~~~~~^~
```
### Spark version
None
### Spark configurations
_No response_
### System information
_No response_
### Relevant logs
```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]