[
https://issues.apache.org/jira/browse/ARROW-2506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17659532#comment-17659532
]
Rok Mihevc commented on ARROW-2506:
-----------------------------------
This issue has been migrated to [issue
#18759|https://github.com/apache/arrow/issues/18759] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [Plasma] Build error on macOS
> -----------------------------
>
> Key: ARROW-2506
> URL: https://issues.apache.org/jira/browse/ARROW-2506
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++ - Plasma
> Reporter: Philipp Moritz
> Assignee: Philipp Moritz
> Priority: Major
> Fix For: 0.10.0
>
>
> Since the upgrade to flatbuffers 1.9.0, I'm seeing this error on the Ray CI:
> arrow/cpp/src/plasma/format/plasma.fbs:234:0: error: default value of 0 for
> field status is not part of enum ObjectStatus
> I'm planning to just remove the '= 1' from 'Local = 1'. This will break the
> protocol however, so if we prefer to just put in a 'Dummy = 0' object at the
> beginning of the enum, that would also be fine with me. However, the
> ObjectStatus API is not stable yet and not even exposed to Python, so I think
> breaking it is fine.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)