[
https://issues.apache.org/jira/browse/AIRFLOW-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16028461#comment-16028461
]
ASF subversion and git services commented on AIRFLOW-1237:
----------------------------------------------------------
Commit a1f4227bee1a70531cfa90769149322513cb6f92 in incubator-airflow's branch
refs/heads/master from [~skudriashev]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=a1f4227 ]
[AIRFLOW-1237] Fix IN-predicate sqlalchemy warning
Closes #2320 from skudriashev/airflow-1237
> Fix IN-predicate sqlalchemy warning
> -----------------------------------
>
> Key: AIRFLOW-1237
> URL: https://issues.apache.org/jira/browse/AIRFLOW-1237
> Project: Apache Airflow
> Issue Type: Bug
> Components: db
> Affects Versions: 1.8.0
> Reporter: Stanislav Kudriashev
> Assignee: Stanislav Kudriashev
> Fix For: 1.9.0
>
>
> {code}
> /home/travis/build/apache/incubator-airflow/.tox/py27-cdh-airflow_backend_mysql/lib/python2.7/site-packages/sqlalchemy/sql/default_comparator.py:161:
> SAWarning: The IN-predicate on "dag_stats.dag_id" was invoked with an empty
> sequence. This results in a contradiction, which nonetheless can be expensive
> to evaluate. Consider alternative strategies for improved performance.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)