potiuk commented on a change in pull request #6695: [AIRFLOW-6133] Make Hive
transfer operators pylint compatible
URL: https://github.com/apache/airflow/pull/6695#discussion_r352289193
##########
File path: airflow/contrib/operators/vertica_to_hive.py
##########
@@ -93,19 +97,20 @@ def __init__(
@classmethod
def type_map(cls, vertica_type):
- # vertica-python datatype.py donot provied the full type mapping
access.
- # Manual hack.
- # Reference:
- #
https://github.com/uber/vertica-python/blob/master/vertica_python/vertica/column.py
- d = {
+ """
+ Vertica-python datatype.py donot provied the full type mapping access.
Review comment:
```suggestion
Vertica-python datatype.py does not provide the full type mapping
access.
```
----------------------------------------------------------------
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