RE: [jira] [Created] (ARROW-8100) timestamp[ms] and date64 data types not working as expected on write

2020-03-12 Thread Lee, David
I've never used cast().. I've converted python datetimes to pa.timestamp(s) using: pyarrow.array(obj, type=None, mask=None, size=None, from_pandas=None, bool safe=True, MemoryPool memory_pool=None) where type is pa.timestamp("ms") -Original Message- From: paul hess (Jira) Sent:

[jira] [Created] (ARROW-8100) timestamp[ms] and date64 data types not working as expected on write

2020-03-12 Thread paul hess (Jira)
paul hess created ARROW-8100: Summary: timestamp[ms] and date64 data types not working as expected on write Key: ARROW-8100 URL: https://issues.apache.org/jira/browse/ARROW-8100 Project: Apache Arrow