MaxGekk commented on code in PR #40955:
URL: https://github.com/apache/spark/pull/40955#discussion_r1179591025
##########
core/src/main/resources/error/error-classes.json:
##########
@@ -1373,6 +1373,11 @@
"Found recursive reference in Protobuf schema, which can not be
processed by Spark by default: <fieldDescriptor>. try setting the option
`recursive.fields.max.depth` 0 to 10. Going beyond 10 levels of recursion is
not allowed."
]
},
+ "REGEX_GROUP_INDEX_EXCEED_REGEX_GROUP_COUNT" : {
Review Comment:
Could you consider adding a sub-class to `INVALID_PARAMETER_VALUE`, please.
--
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]