You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-44563: [C++] FunctionOptions::{Serialize,Deserialize}() return an error without ARROW_IPC (#45171)
### Rationale for this change
They use IPC format internally. So we can't do them without `ARROW_IPC`.
### What changes are included in this PR?
Returns `arrow::Status::NotImplemented` without `ARROW_IPC`.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes.
* GitHub Issue: #44563
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
0 commit comments