danepitkin commented on issue #36277:
URL: https://github.com/apache/arrow/issues/36277#issuecomment-1604994933
Using the compute cast kernel works.
```
>>> pa.array([datetime.date(2000, 1, 1)]).cast(pa.timestamp('s'))
<pyarrow.lib.TimestampArray object at 0x1356cfe80>
[
2000-01-01 00:00:00
]
```
This should be a duplicate of another issue somewhere.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]