ashb commented on code in PR #27758:
URL: https://github.com/apache/airflow/pull/27758#discussion_r1054261847


##########
airflow/utils/log/file_task_handler.py:
##########
@@ -170,27 +247,27 @@ def _read(self, ti: TaskInstance, try_number: int, 
metadata: dict[str, Any] | No
                  end_of_log: Boolean, True if end of log is reached or False
                              if further calls might get more log text.
                              This is determined by the status of the 
TaskInstance
-                 log_pos: (absolute) Char position to which the log is 
retrieved
+                 log_pos: (absolute) Ch ar position to which the log is 
retrieved

Review Comment:
   ```suggestion
                    log_pos: (absolute) Char position to which the log is 
retrieved
   ```



-- 
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]

Reply via email to