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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]