[
https://issues.apache.org/jira/browse/ARROW-2365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16535385#comment-16535385
]
Wes McKinney commented on ARROW-2365:
-------------------------------------
I moved this to 0.11. [~robertnishihara] [~pcmoritz] there are a _lot_ of
DCHECK/ARROW_CHECK statements in {{src/plasma/client.cc}}. It would be a good
idea to go through and note which ones are esoteric "can't fail" errors and
which could be caused by improper use by a Python user.
> [Plasma] Return status codes instead of crashing
> ------------------------------------------------
>
> Key: ARROW-2365
> URL: https://issues.apache.org/jira/browse/ARROW-2365
> Project: Apache Arrow
> Issue Type: Bug
> Components: Plasma (C++)
> Reporter: Antoine Pitrou
> Priority: Major
> Fix For: 0.11.0
>
>
> When certain {{PlasmaClient}} methods are called with bad arguments,
> PlasmaClient crashes instead of returning an error Status. For example, try
> calling {{Seal()}} with a non-existent object id.
> This is hostile towards users of high-level languages such as Python.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)