stayrascal opened a new pull request, #10744:
URL: https://github.com/apache/hudi/pull/10744

   As [Hudi-7441](https://issues.apache.org/jira/browse/HUDI-7441) mentioned, a 
normal flink streaming reading hudi case should not include hive dependency, 
but since the `IncrementalInputSplits#getReadPartitions` method will call `
   
   HoodieInputFormatUtils.getWritePartitionPaths` method, and 
`HoodieInputFormatUtils` imported hive classes, so we have to include hive 
dependency in the use case without hive integration.
   
   ### Change Logs
   
   Move the `IncrementalInputSplits#getReadPartitions` method to 
`HoodieCommitMetadataUtils#getReadPartitions`
   
   ### Impact
   
   No
   
   ### Risk level (write none, low medium or high below)
   
   Low
   
   ### Documentation Update
   
   No
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed
   


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