You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Or (Jira)" <ji...@apache.org> on 2020/04/07 14:14:00 UTC

[jira] [Created] (ARROW-8364) Get Access to the type_to_type_id dictionary

Or created ARROW-8364:
-------------------------

             Summary: Get Access to the type_to_type_id dictionary
                 Key: ARROW-8364
                 URL: https://issues.apache.org/jira/browse/ARROW-8364
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Python
            Reporter: Or


Hi,
h3. *The Problem:*

Currently, if I try to serialize and it can't be serialized by the default serialization context I get 
SerializationCallbackError. So the problem is that I have to try to serialize the object in order to know if it is serializable by the package. That can be a very expensive operation for a simple check if the object contains a large amount of data.
 
h3. *The* *Requested*  *Improvement / Feature**:*
 
A function that checks if the type of the object I'm about to serialize is serializable by the package (meaning it is registered under the type_to_type_id dictionary).  
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)