[ 
https://issues.apache.org/jira/browse/AIRFLOW-4442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16848779#comment-16848779
 ] 

ASF subversion and git services commented on AIRFLOW-4442:
----------------------------------------------------------

Commit cb632be404c9e9441299423ef76f0dc46d9abb8c in airflow's branch 
refs/heads/master from RosterIn
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=cb632be ]

[AIRFLOW-4442] fix hive_tblproperties in HiveToDruidTransfer (#5211)

* [AIRFLOW-4442] fix hive_tblproperties in HiveToDruidTransfer

HiveToDruidTransfer execute() func uses self.hive_tblproperties.items()
if self.hive_tblproperties is None then this raise error.
Modify it to empty dict if it's None.

* fix dict

Co-Authored-By: Felix Uellendall <[email protected]>


> 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
>            Priority: Minor
>             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)

Reply via email to