stevenzwu commented on code in PR #16431:
URL: https://github.com/apache/iceberg/pull/16431#discussion_r3275494632


##########
site/docs/releases.md:
##########
@@ -67,6 +68,190 @@ To add a dependency on Iceberg in Maven, add the following 
to your `pom.xml`:
 </dependencies>
 ```
 
+### 1.11.0 release
+
+Apache Iceberg 1.11.0 was released on May 19, 2026.
+
+The 1.11.0 release contains bug fixes and new features. For full release notes 
visit 
[Github](https://github.com/apache/iceberg/releases/tag/apache-iceberg-1.11.0)
+

Review Comment:
   **Systematic issue with the PR refs in the new 1.11.0 section.** 
Cross-checked all 144 bullets against the GitHub API — only ~24% (34/144) have 
a PR ref whose title matches the bullet description. The other ~76% break into 
three buckets:
   
   - **18 numbers resolve to GitHub *issues*, not PRs.** Examples: `#14109` is 
the issue "Doc updates for Spark 4.0 Support", but appears here under "Fix 
HistoryTable to ensure consistent ordering". Same shape for `#14326`, `#14490`, 
`#14567`, `#14627`, `#14697`, `#14764`, `#14857`, `#14973`, `#15008`, `#15352`, 
`#15353`, `#15369`, `#15370`, `#15394`, `#15622`, `#15870`, `#16157`.
   - **31 numbers point at *unmerged* PRs with unrelated titles.** Example: 
`Support Flink 2.1 ([#14383])` — #14383 is "Core: rewrite file if to a 
different output spec" and is unmerged. (Already flagged separately for Spark 
4.1 / Flink 2.1.)
   - **61 numbers point at *merged* PRs with unrelated titles.** Example: 
`REST: Expose loading existing table when REST returns 409 ([#14073])` — #14073 
is "Build: Bump software.amazon.awssdk:bom from 2.33.4 to 2.33.9".
   
   Looks like the change-list and the PR refs came from independent sources and 
got disjoined somewhere in the script. Fixing each ref by hand is impractical 
at this density — regenerating the section against the actual merged-PR set 
between `apache-iceberg-1.10.2` and `apache-iceberg-1.11.0` is probably 
cleaner. Happy to share the full per-bullet diff (bullet description vs. actual 
PR title for each of the 110 mismatches) if useful.
   



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