jorisvandenbossche commented on issue #38655:
URL: https://github.com/apache/arrow/issues/38655#issuecomment-1809857582
Thanks! I can't reproduce the segfault, but it's of course obviously wrong
anyway.
It seems the repeated values don't matter, I can also reproduce this with a
date range, and it starts to happens once above 32 values:
```
arr = pa.array(pd.date_range("2019-01-01", periods=33, freq="3H"))
pc.iso_calendar(arr)
```
cc @rok
--
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]