maropu commented on pull request #30647: URL: https://github.com/apache/spark/pull/30647#issuecomment-742913387
> Do we need to escape in Python side too? Since pyspark showString just refers to the JVM implementation, it has the same behaivour in the Python side, too, I thinik. ``` >>> spark.createDataFrame([Row(v='aaa\nbbb\t\tcc')]).show() +--------------+ | v| +--------------+ |aaa\nbbb\t\tcc| +--------------+ ``` ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
