You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Devon Berry (JIRA)" <ji...@apache.org> on 2016/07/19 16:20:20 UTC

[jira] [Created] (AIRFLOW-343) Schema setting not propagated in HiveServer2Hook

Devon Berry created AIRFLOW-343:
-----------------------------------

             Summary: Schema setting not propagated in HiveServer2Hook
                 Key: AIRFLOW-343
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-343
             Project: Apache Airflow
          Issue Type: Bug
    Affects Versions: Airflow 2.0, Airflow 1.8, Airflow 1.7.1
            Reporter: Devon Berry
            Assignee: Devon Berry


Although methods like #get_results, #get_records, and #get_pandas_df allow you to specify a schema, the underlying delegate #get_conn does not support setting the schema:
https://github.com/apache/incubator-airflow/blob/master/airflow/hooks/hive_hooks.py#L576

This story is to fix the wiring so that schema can be overridden.



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