shunping commented on code in PR #33384: URL: https://github.com/apache/beam/pull/33384#discussion_r1890717162
########## sdks/python/apache_beam/io/filebasedsource.py: ########## @@ -259,7 +259,15 @@ def splittable(self): return self._splittable +def _is_decompressive_transcoding_enabled(file_path): + + return True Review Comment: Right, I will have to clean this up when I move the draft to review ready ;) -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org