[
https://issues.apache.org/jira/browse/AIRFLOW-2885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Apache Spark reassigned AIRFLOW-2885:
-------------------------------------
Assignee: Holden Karau's magical unicorn (was: Xiaodong DENG)
> A Bug in www_rbac.utils.get_params
> ----------------------------------
>
> Key: AIRFLOW-2885
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2885
> Project: Apache Airflow
> Issue Type: Bug
> Components: webserver
> Reporter: Xiaodong DENG
> Assignee: Holden Karau's magical unicorn
> Priority: Critical
>
> *get_params(page=0, search="abc",showPaused=False)* returns
> "_search=abc&showPaused=False_", while it's supposed to return
> "page=0&search=abc&showPaused=False".
> This is because Python takes 0 as False when it's used in a conditional
> statement.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)