robertwb commented on code in PR #31975:
URL: https://github.com/apache/beam/pull/31975#discussion_r1699291083


##########
sdks/python/apache_beam/yaml/yaml_transform.py:
##########
@@ -115,6 +115,10 @@ def explicitly_empty():
 
 
 def is_explicitly_empty(io):
+  if isinstance(io, str):

Review Comment:
   Likewise, inputs should have been normalized before we hit this. 
is_explicitly_empty should only process normalized inputs, not raw strings. 



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