BryanCutler commented on issue #25749: [SPARK-29041][PYTHON] Allows createDataFrame to accept bytes as binary type URL: https://github.com/apache/spark/pull/25749#issuecomment-530565191 @HyukjinKwon I think it was by design to only accept `bytearray` and not `bytes` in pyspark - possibly to avoid `str` mixup with Python 2. So I'm not sure if it is should be backported... Otherwise, I think this is fine to allow `bytes` if the user specifies a binary column. And once support for Python2 is dropped, it could be inferred also.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
