nada-attia opened a new pull request, #18064:
URL: https://github.com/apache/hudi/pull/18064

   ### Describe the issue this Pull Request addresses
   
   This PR adds support for the touch partitions operation in Hive sync, 
allowing partitions to be touched without updating their location.
   
   ### Summary and Changelog
   
   **Summary:**
   Implements touch partitions functionality in HiveSyncTool and 
QueryBasedDDLExecutor to support partition touch events during Hive sync 
operations.
   
   **Changelog:**
   - Added touchPartitionsToTable implementation in HiveSyncTool
   - Added touchPartitionsToTable implementation in QueryBasedDDLExecutor
   - Updated TestHiveSyncTool to include test coverage for touch partition 
events
   
   ### Impact
   
   No breaking changes. Adds new functionality for touch partition events in 
Hive sync.
   
   ### Risk Level
   
   **low** - New functionality that handles partition touch events. Existing 
partition sync operations are unaffected.
   
   ### Documentation Update
   
   none - Internal functionality, no user-facing config changes.
   
   ### Contributor's checklist
   
   - [x] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [x] Enough context is provided in the sections above
   - [x] Adequate tests were added if applicable


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