MaxGekk commented on code in PR #48366:
URL: https://github.com/apache/spark/pull/48366#discussion_r1793102362
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -5141,6 +5141,11 @@
"message" : [
"TRIM specifier in the collation."
]
+ },
+ "UPDATE_COLUMN_NULLABILITY" : {
+ "message" : [
+ "UpdateColumnNullability for MySQL and MS SQL Server."
Review Comment:
I think SQL users are not aware of Spark's internal methods. Let's split the
words:
```suggestion
"Update column nullability for MySQL and MS SQL Server."
```
--
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]