dengziming commented on PR #43567: URL: https://github.com/apache/spark/pull/43567#issuecomment-1783686054
The use of the 4 similar errors is a bit confusing, we have separate errors for flatten/concat/union, but we are using `CREATE_XXX` for array_repeat/array_insert/array_distinct/... I firstly move `CREATE_XXX` to a subclass of `INVALID_PARAMETER_VALUE`, but moved it out since it's used in other places. Do you think we should merge these 4 errors into one `CREATE_ARRAYS_WITH_ELEMENTS_EXCEED_LIMIT`. @MaxGekk -- 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]
