[GitHub] [spark] SandishKumarHN commented on a diff in pull request #38603: [SPARK-41101][PYTHON][PROTOBUF] Message classname support for PYSPARK-PROTOBUF

2022-11-11 Thread GitBox
SandishKumarHN commented on code in PR #38603: URL: https://github.com/apache/spark/pull/38603#discussion_r1020572339 ## python/pyspark/sql/protobuf/functions.py: ## @@ -48,8 +48,11 @@ def from_protobuf( -- data : :class:`~pyspark.sql.Column` or str th

[GitHub] [spark] SandishKumarHN commented on a diff in pull request #38603: [SPARK-41101][PYTHON][PROTOBUF] Message classname support for PYSPARK-PROTOBUF

2022-11-10 Thread GitBox
SandishKumarHN commented on code in PR #38603: URL: https://github.com/apache/spark/pull/38603#discussion_r1019796098 ## python/pyspark/sql/protobuf/functions.py: ## @@ -49,7 +49,10 @@ def from_protobuf( data : :class:`~pyspark.sql.Column` or str the binary column.