xushiyan commented on code in PR #17470:
URL: https://github.com/apache/hudi/pull/17470#discussion_r2583743029


##########
website/src/pages/roadmap.md:
##########
@@ -24,59 +24,57 @@ down by areas on our [stack](/docs/hudi_stack).
 
 | Feature                                              | Target Release | 
Tracking                                                                        
                                                                                
               |
 
|------------------------------------------------------|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| Introduce `.abort` state in the timeline             | 1.2.0          | 
[HUDI-8189](https://issues.apache.org/jira/browse/HUDI-8189) |
-| Variant type support on Spark 4                      | 1.2.0          | 
[HUDI-9046](https://issues.apache.org/jira/browse/HUDI-9046) |
-| Non-blocking updates during clustering               | 1.2.0          | 
[HUDI-1045](https://issues.apache.org/jira/browse/HUDI-1045)                    
                                                                                
               |
-| Enable partial updates for CDC workload payload      | 1.2.0          | 
[HUDI-7229](https://issues.apache.org/jira/browse/HUDI-7229)                    
                                                                                
               |
-| Schema tracking in metadata table                    | 1.2.0          | 
[HUDI-6778](https://issues.apache.org/jira/browse/HUDI-6778) |
-| NBCC for MDT writes                                  | 1.2.0          | 
[HUDI-8480](https://issues.apache.org/jira/browse/HUDI-8480) |
-| Index abstraction for writer and reader              | 1.2.0          | 
[HUDI-9176](https://issues.apache.org/jira/browse/HUDI-9176) |
-| Vector search index                                  | 1.2.0          | 
[HUDI-9047](https://issues.apache.org/jira/browse/HUDI-9047) |
-| Bitmap index                                         | 1.2.0          | 
[HUDI-9048](https://issues.apache.org/jira/browse/HUDI-9048) |
+| Introduce `.abort` state in the timeline             | 1.2.0          | 
[#16609](https://github.com/apache/hudi/issues/16609) |
+| Variant type support on Spark 4                      | 1.2.0          | 
[#16851](https://github.com/apache/hudi/issues/16851) |
+| Non-blocking updates during clustering               | 1.2.0          | 
[#14611](https://github.com/apache/hudi/issues/14611)                           
                                                                                
        |
+| Enable partial updates for CDC workload payload      | 1.2.0          | 
[#16354](https://github.com/apache/hudi/issues/16354)                           
                                                                                
        |
+| Schema tracking in metadata table                    | 1.2.0          | 
[#14397](https://github.com/apache/hudi/issues/14397) |
+| NBCC for MDT writes                                  | 1.2.0          | 
[#17305](https://github.com/apache/hudi/issues/17305) |
+| Index abstraction for writer and reader              | 1.2.0          | 
[#16903](https://github.com/apache/hudi/issues/16903) |
+| Vector search index                                  | 1.2.0          | 
[#16852](https://github.com/apache/hudi/issues/16852) |
+| Bitmap index                                         | 1.2.0          | 
[#16853](https://github.com/apache/hudi/issues/16853) |
 | New abstraction for schema, expressions, and filters | 1.2.0          | 
[RFC-88](https://github.com/apache/hudi/pull/12795) |
-| Streaming CDC/Incremental read improvement           | 1.2.0          | 
[HUDI-2749](https://issues.apache.org/jira/browse/HUDI-2749) |
-| Supervised table service planning and execution      | 1.2.0          | 
[RFC-43](https://github.com/apache/hudi/pull/4309), 
[HUDI-4147](https://issues.apache.org/jira/browse/HUDI-4147)                    
                                           |
-| General purpose support for multi-table transactions | 1.2.0          | 
[HUDI-6709](https://issues.apache.org/jira/browse/HUDI-6709) |
-| Supporting different updated columns in a single partial update log file | 
1.2.0          | [HUDI-9049](https://issues.apache.org/jira/browse/HUDI-9049) |
-| CDC format consolidation                             | 1.2.0          | 
[HUDI-7538](https://issues.apache.org/jira/browse/HUDI-7538) |
-| Time Travel updates, deletes                         | 1.3.0          | 
[HUDI-9050](https://issues.apache.org/jira/browse/HUDI-9050) |
-| Unstructured data storage and management             | 1.3.0          | 
[HUDI-9051](https://issues.apache.org/jira/browse/HUDI-9051)|
-
+| Streaming CDC/Incremental read improvement           | 1.2.0          | 
[#14916](https://github.com/apache/hudi/issues/14916) |
+| Supervised table service planning and execution      | 1.2.0          | 
[RFC-43](https://github.com/apache/hudi/pull/4309), 
[#15196](https://github.com/apache/hudi/issues/15196)                           
                                    |
+| General purpose support for multi-table transactions | 1.2.0          | 
[#16181](https://github.com/apache/hudi/issues/16181) |
+| Supporting different updated columns in a single partial update log file | 
1.2.0          | [#16854](https://github.com/apache/hudi/issues/16854) |
+| CDC format consolidation                             | 1.2.0          | 
[#16429](https://github.com/apache/hudi/issues/16429) |
+| Time Travel updates, deletes                         | 1.3.0          | 
[#16855](https://github.com/apache/hudi/issues/16855) |
+| Unstructured data storage and management             | 1.3.0          | 
[#16856](https://github.com/apache/hudi/issues/16856)|
 
 ## Programming APIs
 
 | Feature                                                 | Target Release | 
Tracking                                                                        
                                           |
 
|---------------------------------------------------------|----------------|----------------------------------------------------------------------------------------------------------------------------|
-| New Hudi Table Format APIs for Query Integrations       | 1.2.0          | 
[RFC-64](https://github.com/apache/hudi/pull/7080), 
[HUDI-4141](https://issues.apache.org/jira/browse/HUDI-4141)           |
-| Snapshot view management                                | 1.2.0          | 
[RFC-61](https://github.com/apache/hudi/pull/6576), 
[HUDI-4677](https://issues.apache.org/jira/browse/HUDI-4677)           |
-| Support of verification with multiple event_time fields | 1.2.0          | 
[RFC-59](https://github.com/apache/hudi/pull/6382), 
[HUDI-4569](https://issues.apache.org/jira/browse/HUDI-4569)           |
-
+| New Hudi Table Format APIs for Query Integrations       | 1.2.0          | 
[RFC-64](https://github.com/apache/hudi/pull/7080), 
[#15194](https://github.com/apache/hudi/issues/15194)           |
+| Snapshot view management                                | 1.2.0          | 
[RFC-61](https://github.com/apache/hudi/pull/6576), 
[#15367](https://github.com/apache/hudi/issues/15367)           |
+| Support of verification with multiple event_time fields | 1.2.0          | 
[RFC-59](https://github.com/apache/hudi/pull/6382), 
[#15325](https://github.com/apache/hudi/issues/15325)           |
 
 ## Query Engine Integration
 
 | Feature                                                 | Target Release | 
Tracking                                                                        
                                                                                
                         |
 
|---------------------------------------------------------|----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| Default Java 17 support                                    | 1.2.0           
 | [HUDI-6506](https://issues.apache.org/jira/browse/HUDI-6506)                 
                                                                                
                            |
-| Spark datasource V2 read                                | 1.2.0          | 
[HUDI-4449](https://issues.apache.org/jira/browse/HUDI-4449)                    
                                                                                
                         |
-| Simplification of engine integration and module organization | 1.2.0         
 | [HUDI-9502](https://issues.apache.org/jira/browse/HUDI-9502) |
-| End-to-end DataFrame write path on Spark                | 1.2.0          | 
[HUDI-9019](https://issues.apache.org/jira/browse/HUDI-9019), 
[HUDI-4857](https://issues.apache.org/jira/browse/HUDI-4857) |
-| Support Hudi 1.0 release in Presto Hudi Connector       | Presto Release / 
Q2 | [HUDI-3210](https://issues.apache.org/jira/browse/HUDI-3210) |
-| Support of new indexes in Presto Hudi Connector         | Presto Release / 
Q3 | [HUDI-4394](https://issues.apache.org/jira/browse/HUDI-4394), 
[HUDI-4552](https://issues.apache.org/jira/browse/HUDI-4552) |
-| MDT support in Trino Hudi Connector                     | Trino Release / Q2 
| [HUDI-2687](https://issues.apache.org/jira/browse/HUDI-2687) |
-| Support of new indexes in Trino Hudi Connector          | Trino Release / Q3 
| [HUDI-4394](https://issues.apache.org/jira/browse/HUDI-4394), 
[HUDI-4552](https://issues.apache.org/jira/browse/HUDI-4552) |
+| Default Java 17 support                                    | 1.2.0           
 | [#16082](https://github.com/apache/hudi/issues/16082)                        
                                                                                
                     |
+| Spark datasource V2 read                                | 1.2.0          | 
[#15292](https://github.com/apache/hudi/issues/15292)                           
                                                                                
                  |
+| Simplification of engine integration and module organization | 1.2.0         
 | [#17044](https://github.com/apache/hudi/issues/17044) |
+| End-to-end DataFrame write path on Spark                | 1.2.0          | 
[#16846](https://github.com/apache/hudi/issues/16846), 
[#15433](https://github.com/apache/hudi/issues/15433) |
+| Support Hudi 1.0 release in Presto Hudi Connector       | Presto Release / 
Q2 | [#14992](https://github.com/apache/hudi/issues/14992) |
+| Support of new indexes in Presto Hudi Connector         | Presto Release / 
Q3 | [#15246](https://github.com/apache/hudi/issues/15246), 
[#15319](https://github.com/apache/hudi/issues/15319) |
+| MDT support in Trino Hudi Connector                     | Trino Release / Q2 
| [#14906](https://github.com/apache/hudi/issues/14906) |
+| Support of new indexes in Trino Hudi Connector          | Trino Release / Q3 
| [#15246](https://github.com/apache/hudi/issues/15246), 
[#15319](https://github.com/apache/hudi/issues/15319) |
 
 ## Platform Components
 
 | Feature                                                                      
                     | Target Release | Tracking                                
                                                                                
               |
 
|---------------------------------------------------------------------------------------------------|----------------|----------------------------------------------------------------------------------------------------------------------------------------|
-| Syncing as non-partitoned tables in catalogs             | 1.2.0          | 
[HUDI-9503](https://issues.apache.org/jira/browse/HUDI-9503) |
+| Syncing as non-partitoned tables in catalogs             | 1.2.0          | 
[#17045](https://github.com/apache/hudi/issues/17045) |

Review Comment:
   @yihua the original jira "Split batch calls for getting partition 
information". is it the right one? if not, pls provide the correct jira



##########
website/src/pages/roadmap.md:
##########
@@ -24,59 +24,57 @@ down by areas on our [stack](/docs/hudi_stack).
 
 | Feature                                              | Target Release | 
Tracking                                                                        
                                                                                
               |
 
|------------------------------------------------------|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| Introduce `.abort` state in the timeline             | 1.2.0          | 
[HUDI-8189](https://issues.apache.org/jira/browse/HUDI-8189) |
-| Variant type support on Spark 4                      | 1.2.0          | 
[HUDI-9046](https://issues.apache.org/jira/browse/HUDI-9046) |
-| Non-blocking updates during clustering               | 1.2.0          | 
[HUDI-1045](https://issues.apache.org/jira/browse/HUDI-1045)                    
                                                                                
               |
-| Enable partial updates for CDC workload payload      | 1.2.0          | 
[HUDI-7229](https://issues.apache.org/jira/browse/HUDI-7229)                    
                                                                                
               |
-| Schema tracking in metadata table                    | 1.2.0          | 
[HUDI-6778](https://issues.apache.org/jira/browse/HUDI-6778) |
-| NBCC for MDT writes                                  | 1.2.0          | 
[HUDI-8480](https://issues.apache.org/jira/browse/HUDI-8480) |
-| Index abstraction for writer and reader              | 1.2.0          | 
[HUDI-9176](https://issues.apache.org/jira/browse/HUDI-9176) |
-| Vector search index                                  | 1.2.0          | 
[HUDI-9047](https://issues.apache.org/jira/browse/HUDI-9047) |
-| Bitmap index                                         | 1.2.0          | 
[HUDI-9048](https://issues.apache.org/jira/browse/HUDI-9048) |
+| Introduce `.abort` state in the timeline             | 1.2.0          | 
[#16609](https://github.com/apache/hudi/issues/16609) |
+| Variant type support on Spark 4                      | 1.2.0          | 
[#16851](https://github.com/apache/hudi/issues/16851) |
+| Non-blocking updates during clustering               | 1.2.0          | 
[#14611](https://github.com/apache/hudi/issues/14611)                           
                                                                                
        |
+| Enable partial updates for CDC workload payload      | 1.2.0          | 
[#16354](https://github.com/apache/hudi/issues/16354)                           
                                                                                
        |
+| Schema tracking in metadata table                    | 1.2.0          | 
[#14397](https://github.com/apache/hudi/issues/14397) |
+| NBCC for MDT writes                                  | 1.2.0          | 
[#17305](https://github.com/apache/hudi/issues/17305) |
+| Index abstraction for writer and reader              | 1.2.0          | 
[#16903](https://github.com/apache/hudi/issues/16903) |
+| Vector search index                                  | 1.2.0          | 
[#16852](https://github.com/apache/hudi/issues/16852) |
+| Bitmap index                                         | 1.2.0          | 
[#16853](https://github.com/apache/hudi/issues/16853) |
 | New abstraction for schema, expressions, and filters | 1.2.0          | 
[RFC-88](https://github.com/apache/hudi/pull/12795) |
-| Streaming CDC/Incremental read improvement           | 1.2.0          | 
[HUDI-2749](https://issues.apache.org/jira/browse/HUDI-2749) |
-| Supervised table service planning and execution      | 1.2.0          | 
[RFC-43](https://github.com/apache/hudi/pull/4309), 
[HUDI-4147](https://issues.apache.org/jira/browse/HUDI-4147)                    
                                           |
-| General purpose support for multi-table transactions | 1.2.0          | 
[HUDI-6709](https://issues.apache.org/jira/browse/HUDI-6709) |
-| Supporting different updated columns in a single partial update log file | 
1.2.0          | [HUDI-9049](https://issues.apache.org/jira/browse/HUDI-9049) |
-| CDC format consolidation                             | 1.2.0          | 
[HUDI-7538](https://issues.apache.org/jira/browse/HUDI-7538) |
-| Time Travel updates, deletes                         | 1.3.0          | 
[HUDI-9050](https://issues.apache.org/jira/browse/HUDI-9050) |
-| Unstructured data storage and management             | 1.3.0          | 
[HUDI-9051](https://issues.apache.org/jira/browse/HUDI-9051)|
-
+| Streaming CDC/Incremental read improvement           | 1.2.0          | 
[#14916](https://github.com/apache/hudi/issues/14916) |
+| Supervised table service planning and execution      | 1.2.0          | 
[RFC-43](https://github.com/apache/hudi/pull/4309), 
[#15196](https://github.com/apache/hudi/issues/15196)                           
                                    |
+| General purpose support for multi-table transactions | 1.2.0          | 
[#16181](https://github.com/apache/hudi/issues/16181) |
+| Supporting different updated columns in a single partial update log file | 
1.2.0          | [#16854](https://github.com/apache/hudi/issues/16854) |
+| CDC format consolidation                             | 1.2.0          | 
[#16429](https://github.com/apache/hudi/issues/16429) |
+| Time Travel updates, deletes                         | 1.3.0          | 
[#16855](https://github.com/apache/hudi/issues/16855) |
+| Unstructured data storage and management             | 1.3.0          | 
[#16856](https://github.com/apache/hudi/issues/16856)|
 
 ## Programming APIs
 
 | Feature                                                 | Target Release | 
Tracking                                                                        
                                           |
 
|---------------------------------------------------------|----------------|----------------------------------------------------------------------------------------------------------------------------|
-| New Hudi Table Format APIs for Query Integrations       | 1.2.0          | 
[RFC-64](https://github.com/apache/hudi/pull/7080), 
[HUDI-4141](https://issues.apache.org/jira/browse/HUDI-4141)           |
-| Snapshot view management                                | 1.2.0          | 
[RFC-61](https://github.com/apache/hudi/pull/6576), 
[HUDI-4677](https://issues.apache.org/jira/browse/HUDI-4677)           |
-| Support of verification with multiple event_time fields | 1.2.0          | 
[RFC-59](https://github.com/apache/hudi/pull/6382), 
[HUDI-4569](https://issues.apache.org/jira/browse/HUDI-4569)           |
-
+| New Hudi Table Format APIs for Query Integrations       | 1.2.0          | 
[RFC-64](https://github.com/apache/hudi/pull/7080), 
[#15194](https://github.com/apache/hudi/issues/15194)           |
+| Snapshot view management                                | 1.2.0          | 
[RFC-61](https://github.com/apache/hudi/pull/6576), 
[#15367](https://github.com/apache/hudi/issues/15367)           |
+| Support of verification with multiple event_time fields | 1.2.0          | 
[RFC-59](https://github.com/apache/hudi/pull/6382), 
[#15325](https://github.com/apache/hudi/issues/15325)           |
 
 ## Query Engine Integration
 
 | Feature                                                 | Target Release | 
Tracking                                                                        
                                                                                
                         |
 
|---------------------------------------------------------|----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| Default Java 17 support                                    | 1.2.0           
 | [HUDI-6506](https://issues.apache.org/jira/browse/HUDI-6506)                 
                                                                                
                            |
-| Spark datasource V2 read                                | 1.2.0          | 
[HUDI-4449](https://issues.apache.org/jira/browse/HUDI-4449)                    
                                                                                
                         |
-| Simplification of engine integration and module organization | 1.2.0         
 | [HUDI-9502](https://issues.apache.org/jira/browse/HUDI-9502) |
-| End-to-end DataFrame write path on Spark                | 1.2.0          | 
[HUDI-9019](https://issues.apache.org/jira/browse/HUDI-9019), 
[HUDI-4857](https://issues.apache.org/jira/browse/HUDI-4857) |
-| Support Hudi 1.0 release in Presto Hudi Connector       | Presto Release / 
Q2 | [HUDI-3210](https://issues.apache.org/jira/browse/HUDI-3210) |
-| Support of new indexes in Presto Hudi Connector         | Presto Release / 
Q3 | [HUDI-4394](https://issues.apache.org/jira/browse/HUDI-4394), 
[HUDI-4552](https://issues.apache.org/jira/browse/HUDI-4552) |
-| MDT support in Trino Hudi Connector                     | Trino Release / Q2 
| [HUDI-2687](https://issues.apache.org/jira/browse/HUDI-2687) |
-| Support of new indexes in Trino Hudi Connector          | Trino Release / Q3 
| [HUDI-4394](https://issues.apache.org/jira/browse/HUDI-4394), 
[HUDI-4552](https://issues.apache.org/jira/browse/HUDI-4552) |
+| Default Java 17 support                                    | 1.2.0           
 | [#16082](https://github.com/apache/hudi/issues/16082)                        
                                                                                
                     |
+| Spark datasource V2 read                                | 1.2.0          | 
[#15292](https://github.com/apache/hudi/issues/15292)                           
                                                                                
                  |
+| Simplification of engine integration and module organization | 1.2.0         
 | [#17044](https://github.com/apache/hudi/issues/17044) |

Review Comment:
   ```
   | Simplification of engine integration and module organization | 1.2.0       
   | [HUDI-9502](https://issues.apache.org/jira/browse/HUDI-9502) |
   ```
   
   @yihua the original jira link does not look right. can you provide the right 
jira pls?



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

Reply via email to