viirya commented on a change in pull request #30958:
URL: https://github.com/apache/spark/pull/30958#discussion_r549623159
##########
File path: docs/sql-migration-guide.md
##########
@@ -30,6 +30,8 @@ license: |
- In Spark 3.2, `ALTER TABLE .. RENAME TO PARTITION` throws
`PartitionAlreadyExistsException` instead of `AnalysisException` for tables
from Hive external when the target partition already exists.
+ - In Spark 3.2, script transform default `FIELD DELIMIT` is `\u0001` for no
serde mode. In Spark 3.1 or earlier, the default `FIELD DELIMIT` is `\t`.
Review comment:
Do we need backquote? Maybe ``` `FIELD DELIMIT` ``` -> `FIELD DELIMIT`?
----------------------------------------------------------------
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]