rtpsw commented on PR #14043:
URL: https://github.com/apache/arrow/pull/14043#issuecomment-1310012612

   @pitrou, the [CI 
job's](https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/45338410)
 failure copied below seems to need attention. Let me know if you have an idea 
about how to fix it.
   ```
   ___________________________ test_cast_table_raises 
____________________________
       def test_cast_table_raises():
           table = pa.table({'a': [1, 2]})
       
           with pytest.raises(pa.lib.ArrowInvalid):
   >           pc.cast(table, pa.int64())
   pyarrow\tests\test_compute.py:2931: 
   _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _
   pyarrow\compute.py:389: in cast
       return call_function("cast", [arr], options)
   pyarrow\_compute.pyx:560: in pyarrow._compute.call_function
       return func.call(args, options=options, memory_pool=memory_pool,
   pyarrow\_compute.pyx:355: in pyarrow._compute.Function.call
       result = GetResultValue(
   pyarrow\error.pxi:144: in pyarrow.lib.pyarrow_internal_check_status
       return check_status(status)
   _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _
   >   raise ArrowTypeError(message)
   E   pyarrow.lib.ArrowTypeError: Tried executing function with non-array, 
non-scalar type: Table
   pyarrow\error.pxi:123: ArrowTypeError
   ```


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