yihua commented on code in PR #19581: URL: https://github.com/apache/hudi/pull/19581#discussion_r3859576615
########## website/src/pages/roadmap.md: ########## Review Comment: MDT and new index support are done on the Hudi side. The Trino OSS connector needs to be updated with the new shim approach. These items should be updated accordingly. ########## website/src/pages/roadmap.md: ########## @@ -11,53 +11,49 @@ down by areas on our [stack](/docs/hudi_stack). ## Recent Release(s) -[1.1.1](/releases/release-1.1#release-111) (Dec 2025) +[1.2.0](/releases/release-1.2#release-120) (May 2026) ## Future Releases | Release | Timeline | |---------|-----------| -| 1.2.0 | Jan 2026 | -| 2.0.0 | Jun 2026 | +| 1.2.1 | Aug 2026 | +| 1.3.0 | Sep 2026 | Review Comment: @deepakpanda93 let's also add new features discussed in https://github.com/apache/hudi/discussions/18798 ########## website/src/pages/roadmap.md: ########## @@ -67,14 +63,14 @@ down by areas on our [stack](/docs/hudi_stack). | Feature | Target Release | Tracking | |---------------------------------------------------------------------------------------------------|----------------|----------------------------------------------------------------------------------------------------------------------------------------| -| Syncing as non-partitoned tables in catalogs | 1.2.0 | [#17045](https://github.com/apache/hudi/issues/16858) | -| Hudi Reverse streamer | 1.2.0 | [RFC-70](https://github.com/apache/hudi/pull/9040) | -| Diagnostic Reporter | 1.2.0 | [RFC-62](https://github.com/apache/hudi/pull/6600) | +| Syncing as non-partitoned tables in catalogs | 1.2.1 | [#16858](https://github.com/apache/hudi/issues/16858) | +| Hudi Reverse streamer | 1.2.1 | [RFC-70](https://github.com/apache/hudi/pull/9040) | +| Diagnostic Reporter | 1.2.1 | [RFC-62](https://github.com/apache/hudi/pull/6600) | | Mutable, Transactional caching for Hudi Tables (could be accelerated based on community feedback) | 2.0.0 | [Strawman design](https://docs.google.com/presentation/d/1QBgLw11TM2Qf1KUESofGrQDb63EuggNCpPaxc82Kldo/edit#slide=id.gf7e0551254_0_5), [#16072](https://github.com/apache/hudi/issues/16072) | | Hudi Metaserver (could be accelerated based on community feedback) | 2.0.0 | [#15011](https://github.com/apache/hudi/issues/15011), [RFC-36](https://github.com/apache/hudi/pull/4718) | ## Developer Experience | Feature | Target Release | Tracking | |---------------------------------------------------------|----------------|------------------------------------------| -| Clean up tech debt and deprecate unused code | 1.2.0 | [#16859](https://github.com/apache/hudi/issues/16859) | +| Clean up tech debt and deprecate unused code | 1.2.1 | [#16859](https://github.com/apache/hudi/issues/16859) | Review Comment: We can remove this, as we completed one round of cleanup and refactoring. -- 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]
