tvalentyn commented on PR #24725:
URL: https://github.com/apache/beam/pull/24725#issuecomment-1419591165

   > needs one more patch... PAIR-code/facets#251
   
   should be released now.
   
   One more issue. Looks like some DF tests fail with pandas 1.11. The bug 
seems to be in Pandas 1.11, the change in behavior is caused by following line 
of code:
   
   At some point the test is executing something akin to:
   
   ```
   import numpy as np
   x = np.empty(0, dtype='int64')
   x.fill(np.NaN)
   ```
   
   which now fails. I am considering bumping up the lower bound of Pandas, the 
affected version is 2+ yrs old.
   


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