riteshghorse commented on code in PR #29720:
URL: https://github.com/apache/beam/pull/29720#discussion_r1424460982


##########
sdks/python/apache_beam/ml/transforms/tft.py:
##########
@@ -196,14 +195,17 @@ def apply_transform(
       data = self._split_string_with_delimiter(
           data, self.split_string_by_delimiter)
 
+    vocab_filename = self._vocab_filename
+    if vocab_filename:

Review Comment:
   since we are moving away from default, what would be the name if 
`self._vocab_filename` is None? 
   
   (Don't know if this was already answered somewhere else)



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