liferoad commented on PR #33658:
URL: https://github.com/apache/beam/pull/33658#issuecomment-2599774047

   For `:sdks:python:test-suites:tox:py312:preCommitPy312`:
   
   ```
   
   apache_beam/dataframe/pandas_doctests_test.py:1073: AssertionError |  
     | ----------------------------- Captured stdout call 
----------------------------- |  
     | ********************************************************************** | 
 
     | File "array", line 94, in array |  
     | Failed example: |  
     | pd.array(['a', 'b'], dtype=str) |  
     | Expected: |  
     | <NumpyExtensionArray> |  
     | ['a', 'b'] |  
     | Length: 2, dtype: str32 |  
     | Got: |  
     | <NumpyExtensionArray> |  
     | [np.str_('a'), np.str_('b')] |  
     | Length: 2, dtype: str32 |  
     | ********************************************************************** | 
 
     | File "array", line 103, in array |  
     | Failed example: |  
     | pd.array(['a', 'b'], dtype=np.dtype("<U1")) |  
     | Expected: |  
     | <NumpyExtensionArray> |  
     | ['a', 'b'] |  
     | Length: 2, dtype: str32 |  
     | Got: |  
     | <NumpyExtensionArray> |  
     | [np.str_('a'), np.str_('b')] |  
     | Length: 2, dtype: str32 |  
     | ********************************************************************** | 
 
     | File "array", line 182, in array |  
     | Failed example: |  
     | pd.array([1 + 1j, 3 + 2j]) |  
     | Expected: |  
     | <NumpyExtensionArray> |  
     | [(1+1j), (3+2j)] |  
     | Length: 2, dtype: complex128 |  
     | Got: |  
     | <NumpyExtensionArray> |  
     | [np.complex128(1+1j), np.complex128(3+2j)] |  
     | Length: 2, dtype: complex128 |  
     | ********************************************************************** | 
 
     | File "array", line 193, in array |  
     | Failed example: |  
     | pd.array([1, 2], dtype=np.dtype("int32")) |  
     | Expected: |  
     | <NumpyExtensionArray> |  
     | [1, 2] |  
     | Length: 2, dtype: int32 |  
     | Got: |  
     | <NumpyExtensionArray> |  
     | [np.int32(1), np.int32(2)] |  
     | Length: 2, dtype: int32 |  
     | ********************************************************************** | 
 
     | 1 items had failures: |  
     | 4 of  16 in array |  
     | ***Test Failed*** 4 failures. |  
    
   
   <br class="Apple-interchange-newline">
   ```


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