eladkal commented on pull request #21053:
URL: https://github.com/apache/airflow/pull/21053#issuecomment-1024642811
Tests is failing:
```
airflow/providers/cncf/kubernetes/utils/pod_manager.py:202: error:
Incompatible
types in assignment (expression has type "str", variable has type "bytes")
[assignment]
line = line.decode('utf-8', errors="backslashrepla...
^
airflow/providers/cncf/kubernetes/utils/pod_manager.py:203: error: Argument 1
to "parse_log_line" of "PodManager" has incompatible type "bytes"; expected
"str" [arg-type]
timestamp, message = self.parse_log_line(line)
^
```
--
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]