potiuk commented on pull request #19914: URL: https://github.com/apache/airflow/pull/19914#issuecomment-993649750
@ashb - FYI. I actually changed the "StreamLogWriter" approach - rather than extending from IO Abstract class, I extend from IOBase which has implementations for pretty muc all of the abstract methods of IO. Not only cleaner but it will work for Python3.6 as well (Apparently Python3.6 had some non-implemented abstract methods in IO which caused our tests fail with "Can't instantiate abstract class … with abstract methods” -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
