Igor Anferov

Results 3 issues of Igor Anferov

### Rationale for this change In the current implementation, `arrow::Result::status()` always returns the internal `status_` field by a const lvalue reference, regardless of the value category of `Result`. This can...

Component: C++
awaiting changes

### Describe the enhancement requested In current implementation, `arrow::Result::status()` always returns internal `status_` field by const lvalue reference, regardless of `Result` value category, which can lead to a lot of...

Type: enhancement
Component: C++

The code in io_epoll_context implies that `readv` and `writev` syscalls error codes are returned as different negative values. Instead, they always return -1, and actual error code is returned through...