Hisoka-X commented on code in PR #40632: URL: https://github.com/apache/spark/pull/40632#discussion_r1158178998
########## sql/catalyst/src/main/scala/org/apache/spark/sql/errors/QueryExecutionErrors.scala: ########## @@ -1404,8 +1404,8 @@ private[sql] object QueryExecutionErrors extends QueryErrorsBase { def cannotParseJsonArraysAsStructsError(): SparkRuntimeException = { new SparkRuntimeException( - errorClass = "_LEGACY_ERROR_TEMP_2132", - messageParameters = Map.empty) + errorClass = "CANNOT_PARSE_JSON_ARRAYS_AS_STRUCTS", Review Comment: Hi, @MaxGekk . To correct, `CANNOT_PARSE_JSON_ARRAYS_AS_STRUCTS ` will be thrown to the user, but in the error stack of `MALFORMED_RECORD_IN_PARSING `, does this meet your expectations? <img width="1129" alt="image" src="https://user-images.githubusercontent.com/32387433/230021974-22e11918-0b43-4402-8ba7-9e169bdde7ac.png"> -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org