You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "zero323 (via GitHub)" <gi...@apache.org> on 2023/08/04 13:02:08 UTC

[GitHub] [spark] zero323 commented on pull request #33428: [SPARK-36220][PYTHON] Fix pyspark.sql.types.Row type annotation

zero323 commented on PR #33428:
URL: https://github.com/apache/spark/pull/33428#issuecomment-1665574772

   @Don-Burns Plain tuples would be the most efficient approach here.
   
   ```python
   data = [("a value", ), (None,  )]
   ```


-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org