You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Arthur Wiedmer (JIRA)" <ji...@apache.org> on 2016/05/12 23:13:12 UTC

[jira] [Created] (AIRFLOW-109) PrestoHook get_pandas_df executes a method that can raise outside of the try catch statement.

Arthur Wiedmer created AIRFLOW-109:
--------------------------------------

             Summary: PrestoHook get_pandas_df executes a method that can raise outside of the try catch statement.
                 Key: AIRFLOW-109
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-109
             Project: Apache Airflow
          Issue Type: Bug
          Components: hooks
    Affects Versions: Airflow 1.8, Airflow 1.7.1, Airflow 1.6.2
            Reporter: Arthur Wiedmer
            Assignee: Arthur Wiedmer
            Priority: Minor


This issue occurs when a malformed SQL statement is passed to the get_pandas_df method of the presto hook. Pyhive raises a DatabaseError outside of the try catch, leading in the wrong kind of error being raised.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)