Hi, I sometimes see pyarrow.parquet.write_table hang and was wondering if this is as known issue or specific to me. I usually call write_table like this:
pyarrow.parquet.write_table(pyarrow.Table.from_arrays(...), <output-path>, compression="SNAPPY") and am running code built from apache-arrow-0.5.0 and apache-parquet-cpp-1.2.0-rc1. I have not found a single table on which the hang is consistently reproducible: usually, it will hang after calling write_table multiple times and non-deterministically. It also only seems to only occur when the table being written contains at least one column with string data. Any thoughts or suggestions would be appreciated. -Mike DISCLAIMER: This e-mail message and any attachments are intended solely for the use of the individual or entity to which it is addressed and may contain information that is confidential or legally privileged. If you are not the intended recipient, you are hereby notified that any dissemination, distribution, copying or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately and permanently delete this message and any attachments.
