[ 
https://issues.apache.org/jira/browse/SPARK-48737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wenchen Fan reassigned SPARK-48737:
-----------------------------------

    Assignee: Uros Stankovic

> Reduce number of exception creations for default expression analysis
> --------------------------------------------------------------------
>
>                 Key: SPARK-48737
>                 URL: https://issues.apache.org/jira/browse/SPARK-48737
>             Project: Spark
>          Issue Type: Task
>          Components: Spark Core
>    Affects Versions: 4.0.0, 3.5.2
>            Reporter: Uros Stankovic
>            Assignee: Uros Stankovic
>            Priority: Minor
>             Fix For: 4.0.0
>
>
> When resolving of default value being done in method 
> _resolveColumnDefaultInAssignmentValue,_ exception that should be thrown in 
> case default value is not resolvable is created in any case (positive or 
> negative outcome), but exception creation can be expensive (because reading 
> error-classes file to get exception message) we should avoid it and create 
> exception only when it is needed.



--
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

Reply via email to