Dear All I am using cow table with INSERT/BULK_INSERT. I am loading the data from json files.
If existing key in hudi dataset is loading again, then only new data with that key only showing. Can i able to show both data? (In INSERT) If same key is there in multiple times in a source json file, then only one key is getting loaded. Can i able to load duplicates keys from same file. (both insert/bulk_insert) Thanks & Regards Rahul