apache / apache/arrow

[C++][GPU] IPC writer attempts to read non-CPU memory when it needs to shift offsets

Open
#46,747 0 comments 0 reactions 0 assignees View on GitHub
Component: C++ Component: GPU Type: bug
Dominant language
C++
Stars
17.1k
Forks
4.3k
Avg merge
3d 13h
Merged PRs (30d)
88

Description

### Describe the bug, including details regarding any error messages, version, and platform.

As found out in PR #46706, when the IPC writer encounters an offsets buffer starting with a non-zero offset, it produces a shifted version of the offsets by reading directly from the original buffer. This does not work if the buffer is a non-CPU buffer.

### Component(s)

C++, GPU

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.