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



##########
File path: 
sdks/python/apache_beam/runners/interactive/messaging/interactive_environment_inspector.py
##########
@@ -36,16 +36,17 @@ class InteractiveEnvironmentInspector(object):
   list_inspectables first then communicates back to the kernel and get_val for
   usage on the kernel side.
   """
-  def __init__(self):
+  def __init__(self, ignore_synthetic=True):

Review comment:
       To produce two different views of PCollections: one for the end user, 
the other for internal usage.
   
   We can also do it in another way: instead of creating 2 inspectors, create 2 
inner fields holding the 2 views. Let me know what you think.




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