bnavigator commented on PR #40288:
URL: https://github.com/apache/arrow/pull/40288#issuecomment-1971063121

   FTR: This is the error:
   
   ```python
   [  887s] _____________________________ test_count_distinct 
______________________________
   [  887s] [gw1] linux -- Python 3.9.18 /usr/bin/python3.9
   [  887s] 
   [  887s]     def test_count_distinct():
   [  887s]         seed = datetime.datetime.now()
   [  887s] >       samples = [seed.replace(year=y) for y in range(1992, 2092)]
   [  887s] 
   [  887s] 
../../BUILDROOT/python-pyarrow-15.0.1-21.2.x86_64/usr/lib64/python3.9/site-packages/pyarrow/tests/test_compute.py:3210:
 
   [  887s] _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ _ _ _ _ 
   [  887s] 
   [  887s] .0 = <range_iterator object at 0x7f2df4ba7f60>
   [  887s] 
   [  887s] >   samples = [seed.replace(year=y) for y in range(1992, 2092)]
   [  887s] E   ValueError: day is out of range for month
   [  887s] 
   [  887s] 
../../BUILDROOT/python-pyarrow-15.0.1-21.2.x86_64/usr/lib64/python3.9/site-packages/pyarrow/tests/test_compute.py:3210:
 ValueError
   ```
   
   


-- 
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]

Reply via email to