amoghrajesh commented on code in PR #48949:
URL: https://github.com/apache/airflow/pull/48949#discussion_r2034749934


##########
task-sdk/src/airflow/sdk/execution_time/supervisor.py:
##########
@@ -129,31 +125,24 @@
 ]
 
 
-@overload
-def mkpipe() -> tuple[socket, socket]: ...
-
-
-@overload
-def mkpipe(remote_read: Literal[True]) -> tuple[socket, BinaryIO]: ...
+BUFFER_SIZE = 4096

Review Comment:
   Handled in 8ca80d55b4475b4b635fc0b94d9e86f1090f8c06



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