dtenedor commented on code in PR #49210:
URL: https://github.com/apache/spark/pull/49210#discussion_r1889088173
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -4107,6 +4107,12 @@
],
"sqlState" : "38000"
},
+ "RANDSTR_LENGTH_NOT_POSITIVE_OR_ZERO" : {
Review Comment:
Thanks, good suggestion. I looked and found that
`INVALID_PARAMETER_VALUE.LENGTH` already exists, so we can just reuse that.
--
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]