liferoad commented on code in PR #27544:
URL: https://github.com/apache/beam/pull/27544#discussion_r1268578001


##########
sdks/python/apache_beam/ml/transforms/tft.py:
##########
@@ -119,12 +120,16 @@ def _split_string_with_delimiter(self, data, delimiter):
         fn_output_signature=tf.RaggedTensorSpec(
             tf.TensorShape([None, None]), tf.string))
     data = data.values.to_sparse()
-    # the columns of the sparse tensor are suffixed with $indices, $values
-    # related to sparse tensor. Create a new sparse tensor by extracting
-    # the indices, values and dense_shape from the original sparse tensor
-    # to preserve the original column name.
+    # # the columns of the sparse tensor are suffixed with $indices, $values

Review Comment:
   two ##?



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