You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Madhan Neethiraj (Jira)" <ji...@apache.org> on 2022/04/25 19:09:00 UTC

[jira] [Updated] (ATLAS-4590) Python - fix minor problem in list_attributes_to_params()

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

Madhan Neethiraj updated ATLAS-4590:
------------------------------------
    Description: 
A string concat expression uses an integer directly i.e., without using str(). This needs to be fixed in  intg/src/main/python/apache_atlas/utils.py b/intg/src/main/python/apache_atlas/utils.py.

Reported and fixed by Doron Chen <cd...@il.ibm.com> via https://github.com/apache/atlas/pull/175.

  was:A string concat expression uses an integer directly i.e., without using str(). This needs to be fixed in  intg/src/main/python/apache_atlas/utils.py b/intg/src/main/python/apache_atlas/utils.py.


> Python - fix minor problem in list_attributes_to_params()
> ---------------------------------------------------------
>
>                 Key: ATLAS-4590
>                 URL: https://issues.apache.org/jira/browse/ATLAS-4590
>             Project: Atlas
>          Issue Type: Bug
>          Components: atlas-intg
>            Reporter: Madhan Neethiraj
>            Priority: Major
>
> A string concat expression uses an integer directly i.e., without using str(). This needs to be fixed in  intg/src/main/python/apache_atlas/utils.py b/intg/src/main/python/apache_atlas/utils.py.
> Reported and fixed by Doron Chen <cd...@il.ibm.com> via https://github.com/apache/atlas/pull/175.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)