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 2021/09/13 19:30:23 UTC

[GitHub] [beam] KevinGG commented on a change in pull request #15490: [BEAM-10708] Introspect beam_sql output

KevinGG commented on a change in pull request #15490:
URL: https://github.com/apache/beam/pull/15490#discussion_r707620824



##########
File path: sdks/python/apache_beam/runners/interactive/interactive_runner.py
##########
@@ -246,7 +247,7 @@ def read(self, pcoll, include_window_info=False):
     If include_window_info is True, then returns the elements as
     WindowedValues. Otherwise, return the element as itself.
     """
-    key = self._pipeline_instrument.cache_key(pcoll)
+    key = self._pipeline_instrument.cacheable_key(pcoll)

Review comment:
       There is no difference, let me rename it to cache_key.




-- 
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-unsubscribe@beam.apache.org

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