feng-tao commented on a change in pull request #4702: [AIRFLOW-3884] Fixing doc checker, no warnings allowed anymore and fixed the current… URL: https://github.com/apache/airflow/pull/4702#discussion_r256268984
########## File path: airflow/contrib/executors/mesos_executor.py ########## @@ -49,7 +45,7 @@ def get_framework_name(): # AirflowMesosScheduler, implements Mesos Scheduler interface # To schedule airflow jobs on mesos -class AirflowMesosScheduler(mesos.interface.Scheduler, LoggingMixin): +class AirflowMesosScheduler(mesos.interface.Scheduler): Review comment: I think @ashb has asked about deprecating this executor. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
