sarutak commented on a change in pull request #31144:
URL: https://github.com/apache/spark/pull/31144#discussion_r556162222



##########
File path: docs/sql-migration-guide.md
##########
@@ -26,7 +26,14 @@ 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.1 or earlier, the two metacharacters are output as 
it is.
+  - In Spark 3.2, the following meta-characters are escaped in the `show()` 
action. In Spark 3.1 or earlier, the two metacharacters are output as it is.

Review comment:
       I missed. 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]

Reply via email to