maropu commented on a change in pull request #30647:
URL: https://github.com/apache/spark/pull/30647#discussion_r540634465
##########
File path: docs/sql-migration-guide.md
##########
@@ -26,6 +26,8 @@ license: |
- In Spark 3.2, `spark.sql.adaptive.enabled` is enabled by default. To
restore the behavior before Spark 3.2, you can set `spark.sql.adaptive.enabled`
to `false`.
+ - In Spark 3.2, the meta-characters `\n` and `\t` are escaped in the
`show()` action. In Spark 3.0 or earlier, the two metacharacters are output as
it is.
Review comment:
> Ur, do we handle this in complex types like Array/Map/Struct? The
current AS-IS PR seems to handle only the top-level string type. If we don't
support complex types, we need to narrow down more specific about the benefit.
Yea, nice catch. I'll update this PR for supporting the suggested case.
Thanks!
----------------------------------------------------------------
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]