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

David Milicevic updated SPARK-49913:
------------------------------------
    Description: 
Check for label uniqueness should be added.

Check should work on the scope level, i.e. we can have multiple same labels 
within the one script, but they cannot belong to the same scope.

Shouldn’t be too complicated, each visit method has a corresponding enter/exit 
method for each node that can be overridden as well and thus we can easily 
handle scopes.

  was:
Check for label uniqueness should be added.

Check should work on the scope level, i.e. we can have multiple same labels 
within the one script, but they cannot belong to the same scope.


> [M1] Unique label names
> -----------------------
>
>                 Key: SPARK-49913
>                 URL: https://issues.apache.org/jira/browse/SPARK-49913
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Spark Core
>    Affects Versions: 4.0.0
>            Reporter: David Milicevic
>            Priority: Major
>
> Check for label uniqueness should be added.
> Check should work on the scope level, i.e. we can have multiple same labels 
> within the one script, but they cannot belong to the same scope.
> Shouldn’t be too complicated, each visit method has a corresponding 
> enter/exit method for each node that can be overridden as well and thus we 
> can easily handle scopes.



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