turbaszek commented on a change in pull request #7802: Make airflow/providers
pylint compatible
URL: https://github.com/apache/airflow/pull/7802#discussion_r396081893
##########
File path: airflow/providers/apache/hive/hooks/hive.py
##########
@@ -633,7 +634,7 @@ def get_databases(self, pattern='*'):
return client.get_databases(pattern)
def get_partitions(
- self, schema, table_name, filter=None):
+ self, schema, table_name, filter=None): # pylint:
disable=redefined-builtin
Review comment:
Should we fix it (will need note in UPDATING)? Or at least add TODO note.
----------------------------------------------------------------
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