damccorm commented on code in PR #35393: URL: https://github.com/apache/beam/pull/35393#discussion_r2180745150
########## sdks/python/apache_beam/ml/rag/ingestion/mysql_common.py: ########## @@ -134,6 +134,11 @@ def json( return cls(column_name, str, value_fn) +def embedding_to_string(embedding: List[Float]) -> str: Review Comment: ```suggestion def embedding_to_string(embedding: List[float]) -> str: ``` I think this is causing failures -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org