This is an automated email from the ASF dual-hosted git repository.
wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 34c33f1 [Python] Document serialization parameter as "string" instead
of "bytes"
34c33f1 is described below
commit 34c33f1f305a7f2602440fda49d28a7bbc0f9dcd
Author: Mitar <[email protected]>
AuthorDate: Sun Mar 4 11:38:02 2018 -0800
[Python] Document serialization parameter as "string" instead of "bytes"
---
python/pyarrow/serialization.pxi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/python/pyarrow/serialization.pxi b/python/pyarrow/serialization.pxi
index 44bf877..1ec6073 100644
--- a/python/pyarrow/serialization.pxi
+++ b/python/pyarrow/serialization.pxi
@@ -105,8 +105,8 @@ cdef class SerializationContext:
----------
type_ : TypeType
The type that we can serialize.
- type_id : bytes
- A string of bytes used to identify the type.
+ type_id : string
+ A string used to identify the type.
pickle : bool
True if the serialization should be done with pickle.
False if it should be done efficiently with Arrow.
--
To stop receiving notification emails like this one, please contact
[email protected].