AnweshaSen commented on issue #2076:
URL: https://github.com/apache/hudi/issues/2076#issuecomment-747676296


   Hi, I am very new to Hudi and I faced similar kind error while dealing with 
csv.
   I tried with a simple csv, having a structure like:
   
   +---+-----+
   |age| Name|
   +---+-----+
   | 10| Ajay|
   | 20|Bijay|
   | 30|Ram|
   | 40|Shyam|
   | 50| Mina|
   +---+-----+
   
   I had "age" as "RECORDKEY" and "Name" as "PRECOMBINE"  key but no 
"PARTITIONPATH" key. When I tried to upsert the csv-loaded dataFrame, it shows 
me the error: "org.apache.avro.SchemaParseException". 
   
   Can anyone provide me a solution ?? 
   
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to