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

Mihailo Aleksic updated SPARK-54041:
------------------------------------
    Description: * In this issue I propose to refactor ParameterizedQuery 
arguments validation to ParameterizedQueryArgumentsValidator so it can be 
reused between single-pass and fixed-point analyzer implementations. We also 
remove one redundant case from the 
ParameterizedQueryArgumentsValidator.isNotAllowed (Alias shouldn't call 
isNotAllowed again as it introduces unnecessary overhead to the method) to 
improve performance.  (was: In this issue I propose to refactor 
ParameterizedQuery arguments validation to ParameterizedQueryArgumentsValidator 
so it can be reused between single-pass and fixed-point analyzer 
implementations.)

> Refactor ParameterizedQuery arguments validation
> ------------------------------------------------
>
>                 Key: SPARK-54041
>                 URL: https://issues.apache.org/jira/browse/SPARK-54041
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 4.0.1
>            Reporter: Mihailo Aleksic
>            Priority: Major
>             Fix For: 4.1.0
>
>
> * In this issue I propose to refactor ParameterizedQuery arguments validation 
> to ParameterizedQueryArgumentsValidator so it can be reused between 
> single-pass and fixed-point analyzer implementations. We also remove one 
> redundant case from the ParameterizedQueryArgumentsValidator.isNotAllowed 
> (Alias shouldn't call isNotAllowed again as it introduces unnecessary 
> overhead to the method) to improve performance.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to