robertwb commented on code in PR #30198: URL: https://github.com/apache/beam/pull/30198#discussion_r1483585600
########## sdks/python/setup.py: ########## @@ -148,11 +150,11 @@ def cythonize(*args, **kwargs): # not called even though S3 was initialized. This could lead to a # segmentation fault at exit. Keep pyarrow<13 until this is resolved. pyarrow_dependency = [ - 'pyarrow>=3.0.0,<12.0.0', - # NOTE: We can remove this once Beam increases the pyarrow lower bound - # to a version that fixes CVE. - 'pyarrow-hotfix<1' - ] + 'pyarrow>=3.0.0,<12.0.0', Review Comment: Note: these changes are due to a long overdue yapf run on this file. -- 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]
