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/19 13:53:49 UTC

[GitHub] [arrow-datafusion] jackwener opened a new issue, #4294: CI failed in `Compare to postgres`

jackwener opened a new issue, #4294:
URL: https://github.com/apache/arrow-datafusion/issues/4294

   **Describe the bug**
   A clear and concise description of what the bug is.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   **Additional context**
   Add any other context about the problem here.
   


-- 
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.apache.org

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


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

Posted by GitBox <gi...@apache.org>.
alamb commented on issue #4294:
URL: https://github.com/apache/arrow-datafusion/issues/4294#issuecomment-1321239203

   Thank you @isidentical 


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


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

Posted by GitBox <gi...@apache.org>.
jackwener commented on issue #4294:
URL: https://github.com/apache/arrow-datafusion/issues/4294#issuecomment-1320890832

   #4277 #4293


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


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

Posted by GitBox <gi...@apache.org>.
alamb closed issue #4294: CI failed in `Compare to postgres`
URL: https://github.com/apache/arrow-datafusion/issues/4294


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


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

Posted by GitBox <gi...@apache.org>.
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


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

Posted by GitBox <gi...@apache.org>.
isidentical commented on issue #4294:
URL: https://github.com/apache/arrow-datafusion/issues/4294#issuecomment-1321227006

   @alamb it seems like this was caused because we do not pin setuptools (re: numpy/numpy/issues/22623). I'll send a PR shortly that includes a pin on our setuptools version as well!


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