dongjoon-hyun commented on code in PR #49389:
URL: https://github.com/apache/spark/pull/49389#discussion_r1904910760
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -5875,6 +5887,11 @@
"Cannot specify NOT NULL on function parameters: <input>"
]
},
+ "PROPERTY_TOO_LARGE" : {
+ "message" : [
+ "Cannot convert user defined routine <name> to catalog function:
routine properties too large."
Review Comment:
`routine properties too large` ->
- `routine properties are too large` or
- `too large routine properties`?
--
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]