MaxGekk commented on code in PR #43481:
URL: https://github.com/apache/spark/pull/43481#discussion_r1373018623
##########
common/utils/src/main/resources/error/error-classes.json:
##########
@@ -1983,6 +1988,11 @@
"Expects group index between 0 and <groupCount>, but got
<groupIndex>."
]
},
+ "START" : {
+ "message" : [
+ "Expects `start` to start at 1 or start from the end if start is
negative, but got <start>."
Review Comment:
Actually, we expect non-zero argument, so, the parameter `<start>` is not
needed. Let's rewrite this:
```suggestion
"Expects a positive or a negative value for `start`, but got 0."
```
--
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]