robertwb commented on code in PR #32463:
URL: https://github.com/apache/beam/pull/32463#discussion_r1763654309


##########
sdks/python/apache_beam/dataframe/io.py:
##########
@@ -572,6 +577,9 @@ def _read(self, size=-1):
       self._done = True
     return res
 
+  def flush(self):
+    return

Review Comment:
   Should we call flush on the underlying stream?



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