Open dataproblems opened 3 days ago
Related fix: https://github.com/apache/hudi/pull/12160
Thank you @danny0405 - do you have an estimate for the versions that will get this fix? or will it only be for the latest one?
@dataproblems Can you also please test this PR on your dataset?
@ad1happy2go - are you suggesting that I build the hudi jar and apply these changes and use that jar instead of the packages available through maven central? If I have some extra bandwidth, I will give that a try but you can also reproduce the error using the random dataset for which I provided the data generation code.
@dataproblems Correct thats what i meant. But i will give it a try if you dont have bandwidth. Thanks.
Describe the problem you faced
Record lookup in a table with record level index results in
None.get
exception.To Reproduce
Steps to reproduce the behavior:
Expected behavior
I should be able to read the data without any exceptions, like I can for a table generated using simple key generator.
Environment Description
Hudi version : 0.14.0
Spark version : 3.4
Hive version :
Hadoop version :
Storage (HDFS/S3/GCS..) : S3
Running on Docker? (yes/no) : no
Additional context
Read Options I used:
Config I used to create the table with complex key
Config I used to create the table with simple key:
Code I used to generate the data:
Stacktrace