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

   ### Change Logs
   
   Simple fix to avoid class-cast issue when running with Flink 1.15. The issue 
is that `ColumnarRowData` moved to a different package between Flink 1.13 and 
1.15, so the common hudi-flink code can't use as that a return type from code 
that lives in the versioned hudi-flink jars. I believe hudi-flink is compiled 
against Flink 1.13, as it's expecting the old package location for this class.
   
   I now return the more generic `RowData` type, which obviously loses some of 
the specificity of `ColumnarRowData`, but hasn't moved location.
   
   ### Impact
   
   N/A
   
   ### Risk level (write none, low medium or high below)
   
   low
   
   ### Documentation Update
   
   N/A
   
   ### Contributor's checklist
   
   - [X] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [X] 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