feluelle commented on a change in pull request #5211: [AIRFLOW-4442] fix
hive_tblproperties in HiveToDruidTransfer
URL: https://github.com/apache/airflow/pull/5211#discussion_r286218420
##########
File path: airflow/operators/hive_to_druid.py
##########
@@ -97,7 +97,7 @@ def __init__(
self.hadoop_dependency_coordinates = hadoop_dependency_coordinates
self.druid_ingest_conn_id = druid_ingest_conn_id
self.metastore_conn_id = metastore_conn_id
- self.hive_tblproperties = hive_tblproperties
+ self.hive_tblproperties = hive_tblproperties or dict()
Review comment:
```suggestion
self.hive_tblproperties = hive_tblproperties or {}
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services