hudi-bot opened a new issue, #16635: URL: https://github.com/apache/hudi/issues/16635
Spark 2 case is definitely not needed. Might be able to get rid of reflection if things are the same between all supported spark versions and in hudi-spark-datasource/hudi-spark/src/test/java/org/apache/hudi/testutils/KeyGeneratorTestUtilities.java org.apache.hudi.testutils.KeyGeneratorTestUtilities#serializeRow it does the exact same thing. Also see if we can share common code here if possible ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-8298 - Type: Task - Fix version(s): - 1.1.0 --- ## Comments 10/Jan/25 23:19;karthick25;I made a fix for this issue, [https://github.com/apache/hudi/pull/12616] Let me know if any modification required. ;;; -- 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]
