You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/08/07 15:41:13 UTC

[GitHub] [beam] apilloud commented on a change in pull request #12476: [BEAM-10645] Create context for allowing non-parallel dataframe operations.

apilloud commented on a change in pull request #12476:
URL: https://github.com/apache/beam/pull/12476#discussion_r467118635



##########
File path: sdks/python/apache_beam/dataframe/expressions.py
##########
@@ -16,6 +16,9 @@
 
 from __future__ import absolute_import
 
+import contextlib
+import threading
+

Review comment:
       This didn't run Jenkins tests before merging, it introduced a linter failure.




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org