[
https://issues.apache.org/jira/browse/AIRFLOW-4442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16849959#comment-16849959
]
ASF subversion and git services commented on AIRFLOW-4442:
----------------------------------------------------------
Commit 6d4117e87546896a91afc6546a0f2c16afe6b99b in airflow's branch
refs/heads/v1-10-stable from RosterIn
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=6d4117e ]
[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
> Affects Versions: 1.10.3
> Reporter: Roster
> Assignee: Fokko Driesprong
> Priority: Minor
> Fix For: 1.10.4, 2.0.0
>
>
> 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)