HyukjinKwon commented on pull request #29719: URL: https://github.com/apache/spark/pull/29719#issuecomment-893959710
@linar-jether, just to clarify what's your usecase? you can leverage a binary DataFrame and call `mapInPandas` as an example. e.g.) RDD -> DataFrame[binary] -> DataFrame.mapInPandas(func_binary_to_pandas, schema) -- 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]
