[
https://issues.apache.org/jira/browse/SPARK-53591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sandy Ryza resolved SPARK-53591.
--------------------------------
Fix Version/s: 4.1.0
Resolution: Fixed
Issue resolved by pull request 52348
[https://github.com/apache/spark/pull/52348]
> [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
> Fix For: 4.1.0
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]