You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/20 11:50:34 UTC

[GitHub] [arrow-datafusion] alamb commented on issue #4294: CI failed in `Compare to postgres`

alamb commented on issue #4294:
URL: https://github.com/apache/arrow-datafusion/issues/4294#issuecomment-1321111549

   Example failure:
   
   ```
   =================================== FAILURES ===================================
   _ TestPsqlParity.test_sql_file[/home/runner/work/arrow-datafusion/arrow-datafusion/integration-tests/sqls/values_list.sql] _
   
   self = <test_psql_parity.TestPsqlParity object at 0x7ff3ad617d30>
   fname = PosixPath('/home/runner/work/arrow-datafusion/arrow-datafusion/integration-tests/sqls/values_list.sql')
   
       @pytest.mark.parametrize("fname", test_files, ids=str)
       def test_sql_file(self, fname):
           datafusion_output = pd.read_csv(io.BytesIO(generate_csv_from_datafusion(fname)))
           psql_output = pd.read_csv(io.BytesIO(generate_csv_from_psql(fname)))
   >       np.testing.assert_allclose(datafusion_output, psql_output, equal_nan=True, verbose=True)
   
   integration-tests/test_psql_parity.py:91: 
   _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
   /opt/hostedtoolcache/Python/3.10.8/x[64](https://github.com/apache/arrow-datafusion/actions/runs/3503739074/jobs/5869029028#step:9:65)/lib/python3.10/site-packages/numpy/__init__.py:309: in __getattr__
       import numpy.testing as testing
   /opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/site-packages/numpy/testing/__init__.py:12: in <module>
       from ._private import extbuild, decorators as dec
   /opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/site-packages/numpy/testing/_private/extbuild.py:11: in <module>
       from numpy.distutils.ccompiler import new_compiler
   /opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/site-packages/numpy/distutils/__init__.py:24: in <module>
       from . import ccompiler
   /opt/hostedtoolcache/Python/3.10.8/x64/lib/python3.10/site-packages/numpy/distutils/ccompiler.py:20: in <module>
       from numpy.distutils import log
   _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
   ```
   
   Maybe some package was updated in the python ecosystem and we need to update the harness to keep up 🤔 
   
   
   @Jimexist  any ideas?


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org