nchammas commented on issue #28114: [SPARK-31330] Automatically label PRs based on the paths they touch URL: https://github.com/apache/spark/pull/28114#issuecomment-610985531 > Is it possible to use a regex path, something like `*/streaming/*` (https://git-scm.com/docs/gitignore#_pattern_format) to catch streaming related module? `streaming/` will pick up directories named `streaming` anywhere in the directory hierarchy. You don't need the asterisks. The problem that @HeartSaVioR is pointing out is that some PRs we would consider Structured Streaming PRs don't touch paths that are clearly identifiable as Structured Streaming and not just plain SQL. By the way @HeartSaVioR, some of the files in #24990, like `StateSchemaExtractor.scala`, look like they are just for Structured Streaming, so we could add those to the matching rules for the `streaming` label. It's not a great solution, but it should cover some additional cases.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
