You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Roster (JIRA)" <ji...@apache.org> on 2019/04/30 14:08:00 UTC

[jira] [Created] (AIRFLOW-4442) fix hive_tblproperties in HiveToDruidTransfer

Roster created AIRFLOW-4442:
-------------------------------

             Summary: fix hive_tblproperties in HiveToDruidTransfer
                 Key: AIRFLOW-4442
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4442
             Project: Apache Airflow
          Issue Type: Bug
            Reporter: Roster
             Fix For: 1.10.4


The param is set to None by default which is wrong as later in the code it tries to do:
{code:java}
hive_tblproperties.items(){code}

I will submit a PR for this



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)