Re: How to get "standard" binary columns out of a pyarrow table

2018-02-01 Thread Eli
ed https://issues.apache.org/jira/browse/ARROW-2068, which may > help. This is an accessible issue for someone in the community to work > on; I'm not sure when I'll be able to get to it. > > Thanks > Wes > > On Thu, Feb 1, 2018 at 8:27 AM, Eli h5r...@protonmail.ch w

Re: How to get "standard" binary columns out of a pyarrow table

2018-02-01 Thread Eli
also exist in standard SQL, so having these two columns available via Python would be sweet. Thanks, Eli ​ Sent with ProtonMail Secure Email. ​ Original Message On January 31, 2018 4:06 PM, Wes McKinney wrote: >hi Eli, > > This isn't available at the moment,

Re: How to get "standard" binary columns out of a pyarrow table

2018-01-31 Thread Eli
to find out, keep getting core dumps when trying ​ Sent with ProtonMail Secure Email. ​ Original Message On January 10, 2018 7:34 PM, Wes McKinney wrote: >hi Eli, > > I am not aware of any standards for binary columns (or at least, I > don't know what &quo

Re: Trying to figure out how to use multiprocessing with HdfsClient

2018-01-13 Thread Eli
Sure, I'm kinda new to multiprocessing so I thought it was perhaps something I've missed on my own part. Thanks, Eli Sent with [ProtonMail](https://protonmail.com) Secure Email. > Original Message > Subject: Re: Trying to figure out how to use multiprocessing

Trying to figure out how to use multiprocessing with HdfsClient

2018-01-10 Thread Eli
5275871040, INFO Retry idempotent > RPC call "getFileInfo" on server "192.168.0.101:9000" 2018-01-09 > 21:41:47.944352, p10011, th139965275871040, ERROR Failed to invoke RPC call > "getFileInfo" on server "192.168.0.101:9000": RpcChannel.cpp: 393:

Re: How to get "standard" binary columns out of a pyarrow table

2018-01-09 Thread Eli
bytes() for an Arrow Column, or maybe read_asbytes() for pa itself. The purpose is to get to standard binary columns as fast as possible. Thanks, Eli Sent with [ProtonMail](https://protonmail.com) Secure Email. > Original Message > Subject: Re: How to get "st

How to get "standard" binary columns out of a pyarrow table

2018-01-06 Thread Eli
I posted the question on stackoverflow, and was asked to post here. Appreciate any feedback! Thanks, Eli Sent with [ProtonMail](https://protonmail.com) Secure Email.