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


##########
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:
   I added the code to flush the underlying file-like object. Thanks!



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