Hi, I have an Arrow table created in Java that I convert into bytes and push to my Python client to read. Everything works except the Date/Time related data types. I've tried "Date" and "Timestamp:SECOND" data types in my schema but they both caused the following error on my python side:
File "pyarrow/io.pyx", line 920, in pyarrow.io._StreamReader._open (/feedstock_root/build_artefacts/pyarrow_1488133095039/work/arrow-f6924ad83bc95741f003830892ad4815ca3b70fd/python/build/temp.linux-x86_64-2.7/io.cxx:15555) File "pyarrow/error.pyx", line 31, in pyarrow.error.check_status (/feedstock_root/build_artefacts/pyarrow_1488133095039/work/arrow-f6924ad83bc95741f003830892ad4815ca3b70fd/python/build/temp.linux-x86_64-2.7/error.cxx:1197) pyarrow.error.ArrowException: Invalid: Unrecognized type Is this a bug or user error? Thanks in advance. -- Nikola Žeželj This message is for the intended recipient(s) only and subject to terms and conditions available at www.seaportglobal.com/pages/disclaimer Additional important disclosures: www.seaportglobal.com/pages/disclosures
