You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Mauricio 'Pachá' Vargas Sepúlveda (Jira)" <ji...@apache.org> on 2021/07/11 18:22:00 UTC

[jira] [Updated] (ARROW-13302) Fix elementwise comparison to avoid future error

     [ https://issues.apache.org/jira/browse/ARROW-13302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mauricio 'Pachá' Vargas Sepúlveda updated ARROW-13302:
------------------------------------------------------
    Priority: Minor  (was: Major)

> Fix elementwise comparison to avoid future error
> ------------------------------------------------
>
>                 Key: ARROW-13302
>                 URL: https://issues.apache.org/jira/browse/ARROW-13302
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 4.0.1
>            Reporter: Mauricio 'Pachá' Vargas Sepúlveda
>            Priority: Minor
>             Fix For: 6.0.0
>
>
> test-conda-python-3.7-pandas-0.24: shows this deprecation warning
> {code:java}
>   /opt/conda/envs/arrow/lib/python3.7/site-packages/pandas/core/dtypes/missing.py:415: DeprecationWarning: elementwise comparison failed; this will raise an error in the future.
>         if left_value != right_value:
>      {code}
> https://github.com/ursacomputing/crossbow/runs/3016079666#step:7:7783



--
This message was sent by Atlassian Jira
(v8.3.4#803005)