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

Sandy Ryza reassigned SPARK-53591:
----------------------------------

    Assignee: Jacky Wang

> [SDP] Simplify Glob Pattern Matching
> ------------------------------------
>
>                 Key: SPARK-53591
>                 URL: https://issues.apache.org/jira/browse/SPARK-53591
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Declarative Pipelines
>    Affects Versions: 4.1.0
>            Reporter: Jacky Wang
>            Assignee: Jacky Wang
>            Priority: Major
>              Labels: pull-request-available
>
> Currently if users have both sql and py pipeline definition files, they would 
> need to do something like below to specify all of them:
> libraries:
>   - glob:
>       include: transformations/**/*.py
>   - glob:
>       include: transformations/**/*.sql
> This is cumbersome and the pattern should be discouraged. It is better to 
> offer the below experience:
> libraries:
>   - glob:
>       include: transformations/**
>  



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