Tom-Newton commented on PR #39622:
URL: https://github.com/apache/arrow/pull/39622#issuecomment-1905071241
Well it got a lot further but it still failed
```
> assert result.equals(expected)
E assert False
E + where False = <bound method Array.equals of
<pyarrow.lib.Int64Array object at 0x0000017F80984160>\n[\n 1,\n 2,\n
3\n]>(<pyarrow.lib.ExtensionArray object at 0x0000017F80AC57E0>\n[\n 1,\n
2,\n 3\n])
E + where <bound method Array.equals of
<pyarrow.lib.Int64Array object at 0x0000017F80984160>\n[\n 1,\n 2,\n 3\n]> =
<pyarrow.lib.Int64Array object at 0x0000017F80984160>\n[\n 1,\n 2,\n
3\n].equals
Python312\Lib\site-packages\pyarrow\tests\test_pandas.py:4154: AssertionError
___________________ test_table_factory_function_args_pandas
___________________
@pytest.mark.pandas
def test_table_factory_function_args_pandas():
import pandas as pd
# from_pandas not accepting names or metadata:
> with pytest.raises(ValueError):
E Failed: DID NOT RAISE <class 'ValueError'>
Python312\Lib\site-packages\pyarrow\tests\test_table.py:2050: Failed
```
I probably need to finish debugging it in locally.
--
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]