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

Vladimir Golubev updated SPARK-50327:
-------------------------------------
    Description: 
Some Analyzer code will be used in both fixed-point and single-pass Analyzers. 
Also, Analyzer.scala is 4K+ lines long, so it makes sense to gradually split it.

We can move code function resolution code out to a separate object, because 
it's reasonably self-contained.

Context: https://issues.apache.org/jira/browse/SPARK-49834

  was:
Some Analyzer code will be used in both fixed-point and single-pass Analyzers. 
Also, Analyzer.scala is 4K+ lines long, so it makes sense to gradually split it.

We can move code alias resolution code out to a separate object, because it's 
reasonably self-contained.

Context: https://issues.apache.org/jira/browse/SPARK-49834


> Move function resolution code out of Analyzer.scala
> ---------------------------------------------------
>
>                 Key: SPARK-50327
>                 URL: https://issues.apache.org/jira/browse/SPARK-50327
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 4.0.0
>            Reporter: Vladimir Golubev
>            Priority: Major
>
> Some Analyzer code will be used in both fixed-point and single-pass 
> Analyzers. Also, Analyzer.scala is 4K+ lines long, so it makes sense to 
> gradually split it.
> We can move code function resolution code out to a separate object, because 
> it's reasonably self-contained.
> Context: https://issues.apache.org/jira/browse/SPARK-49834



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