HuangXingBo commented on a change in pull request #16467:
URL: https://github.com/apache/flink/pull/16467#discussion_r687329191
##########
File path: flink-python/pyflink/fn_execution/stream_fast.pyx
##########
@@ -94,6 +100,21 @@ cdef class OutputStream:
self.buffer_size = 1024
self.pos = 0
+ cpdef void write(self, bytes v):
Review comment:
This method could be called in pure python function e.g. `ResettableIO`
which is used in `ArrowCoderImpl`
--
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]