yihua commented on code in PR #13515:
URL: https://github.com/apache/hudi/pull/13515#discussion_r2364562344
##########
hudi-hadoop-common/src/test/java/org/apache/hudi/common/table/log/block/TestHoodieDeleteBlock.java:
##########
@@ -54,6 +59,20 @@ public class TestHoodieDeleteBlock {
private static Random random = new Random();
+ @Test
+ void validateHoodieDeleteRecordListFieldsAndOrdinals() {
+ // HoodieDeleteBlock uses IndexedRecord instead of HoodieDeleteRecordList
as the output of
+ // reading the delete record list, due to class loading issue on the
executor side on Spark
Review Comment:
After offline discussion, we should still have a fix for Spark versions
other than Spark 3.5.6 because users might not use the latest Spark version in
production and practically speaking, upgrading Spark in production needs time.
So from Hudi side we should still provide the fix so users have more options
when they want to use Hudi on Spark with Java 17.
--
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]