[ https://issues.apache.org/jira/browse/SPARK-52404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Herman van Hövell resolved SPARK-52404. --------------------------------------- Fix Version/s: 4.1.0 Resolution: Fixed Issue resolved by pull request 51066 [https://github.com/apache/spark/pull/51066] > Failures in `BindReferences` should not reuse INTERNAL_ERROR error class > ------------------------------------------------------------------------ > > Key: SPARK-52404 > URL: https://issues.apache.org/jira/browse/SPARK-52404 > Project: Spark > Issue Type: Improvement > Components: SQL > Affects Versions: 3.5.6 > Reporter: Ala Luszczak > Assignee: Ala Luszczak > Priority: Major > Labels: pull-request-available > Fix For: 4.1.0 > > > Failures in BoundAttribute.scala are a distinct and don't share much with the > other INTERNAL_ERROR failures, yet they are currently bundled under the same > error class. The error message is hard-coded in the Scala class, instead of > being placed in the JSON file with other error messages. > We should create a separate error class to cover this distinct class of > failures instead. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org