AnandInguva commented on code in PR #27687:
URL: https://github.com/apache/beam/pull/27687#discussion_r1274745060
##########
sdks/python/apache_beam/ml/transforms/tft.py:
##########
@@ -118,7 +118,7 @@ def _split_string_with_delimiter(self, data, delimiter):
fn,
data,
fn_output_signature=tf.RaggedTensorSpec(
- tf.TensorShape([None, None]), tf.string))
+ common_types.TensorTypeShape([None, None]), tf.string))
Review Comment:
```suggestion
tf.TensorShape([None, None]), tf.string))
```
--
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]