zhengruifeng commented on PR #56026:
URL: https://github.com/apache/spark/pull/56026#issuecomment-4518477374

   ### `Title.parse` coverage on real-world titles
   
   Tested against the latest **1000 commits** on `master` and **200 open PRs**:
   
   | Source | Total | Bypassed* | Parse OK | Parse Fail |
   |---|---|---|---|---|
   | Commits | 1000 | 15 | 983 | 2 |
   | Open PRs | 200 | 11 | 172 | 17 |
   
   \* Bypassed = `Revert "..."` / `Reapply "..."` / `[WIP]` / `[DO-NOT-MERGE]` 
titles short-circuited in `main()` before `Title.parse` is called.
   
   #### Failing commits (already on `master`, slipped past the old lenient 
script)
   ```
   revert [SPARK-43752] and add test
   [DOCS] Clarify DataFrames in quickstart
   ```
   
   #### Failing open PRs (all malformed — exactly what this PR intends to block)
   ```
   Add recursive read for partition
   fix issue MapType as a type hint for schema 55900
   WIP Spark 56763 sarutak 3.5 restore additional functionality r2
   [SPARK-XXXXX][CORE] Add IO_URING transport mode
   Fix UNBOUND_SQL_PARAMETER regression in PySpark 4.1.1
   fix: the hive thrift server's ldap authentication pr... in...
   Predicate Pushdown in Spark Structured Streaming (DataSource V2).
   [SPARK-XXXXX][SQL] Public Column.toJson / Column.fromJson on the V2 catalog 
interface
   fix: remove bare excepts and clean up lint issues (quantum-local-fixer)
   [SQL][DML] Resolve Path Based Tables Read in Transactional Writes
   Project DSv2 leaf node to Scan's schema
   [SPARK-XXXXX][SQL][TESTS] Add DSv2 table refresh infrastructure and t…
   [SPARK-XXXXX][CONNECT][TESTS] Add Connect DataFrame pinning tests
   [SPARK-XXXXX][SQL][TESTS] Add DSv2 CACHE TABLE and write validation t…
   [SQL] Update grammar/TableChange to allow CLUSTER BY expressions
   [SPARK 55879] [Web UI] copy sql to clipboard
   Implement `SET` command in single-pass analyzer
   ```
   
   Breakdown of the 17 PR failures: 5 `[SPARK-XXXXX]` placeholders, 2 
component-first (no SPARK ref), 1 `[SPARK 55879]` (space instead of hyphen), 9 
with no leading bracket at all.
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to