[
https://issues.apache.org/jira/browse/AIRFLOW-3349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17028409#comment-17028409
]
ASF subversion and git services commented on AIRFLOW-3349:
----------------------------------------------------------
Commit 0dd831bcaef3f646a5a52d1d150269f2c843a682 in airflow's branch
refs/heads/v1-10-test from Steven van Rossum
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=0dd831b ]
[AIRFLOW-3349] Use None instead of False as value for encoding in
StreamLogWriter (#7329)
(cherry picked from commit 37504f2cfc5811c72585a4e9ca9a41d77d809d9e)
> StreamLogWriter encoding is wrong type
> --------------------------------------
>
> Key: AIRFLOW-3349
> URL: https://issues.apache.org/jira/browse/AIRFLOW-3349
> Project: Apache Airflow
> Issue Type: Bug
> Components: logging
> Affects Versions: 1.10.0
> Reporter: Christopher
> Priority: Minor
> Fix For: 1.10.8
>
> Original Estimate: 0.25h
> Remaining Estimate: 0.25h
>
> io handlers have encoding that is specified by a string (ie 'UTF-8') or None.
> The StreamLogWriter class's encoding attribute is boolean.
>
> Specifically prevents import of `sympy` from within a PythonOperator, but I
> would argue that this implementation should be fixed just so that it can
> adhere to the io norm.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)