You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2023/11/14 09:38:04 UTC

Re: [I] [C++] "iso_calendar" kernel returns incorrect results for array length > 32 [arrow]

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org