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

Nikolina Vraneš updated SPARK-57476:
------------------------------------
    Description: 
Extract the BIN BY validation and interval/origin folding out of the 
ResolveBinBy analyzer rule into a neutral BinByResolution helper, so the same 
logic can be reused by both the fixed-point analyzer and the upcoming 
single-pass resolver without duplication.

This ticket does not add the single-pass resolver itself; it lands the shared 
helper.

Also refine BIN BY column-reference errors: BIN_BY_REQUIRES_TOP_LEVEL_COLUMN 
now reports  the full nested reference (e.g. "outer.ts_start") instead of just 
the leaf identifier.

> Extract shared BIN BY validation and refine column-reference errors
> -------------------------------------------------------------------
>
>                 Key: SPARK-57476
>                 URL: https://issues.apache.org/jira/browse/SPARK-57476
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>    Affects Versions: 5.0.0
>            Reporter: Nikolina Vraneš
>            Priority: Major
>              Labels: pull-request-available
>
> Extract the BIN BY validation and interval/origin folding out of the 
> ResolveBinBy analyzer rule into a neutral BinByResolution helper, so the same 
> logic can be reused by both the fixed-point analyzer and the upcoming 
> single-pass resolver without duplication.
> This ticket does not add the single-pass resolver itself; it lands the shared 
> helper.
> Also refine BIN BY column-reference errors: BIN_BY_REQUIRES_TOP_LEVEL_COLUMN 
> now reports  the full nested reference (e.g. "outer.ts_start") instead of 
> just the leaf identifier.



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