bvaradar commented on issue #2347: URL: https://github.com/apache/hudi/issues/2347#issuecomment-748335307
It looks like the csv you are importing does not have the column headers. Spark is treating the first row "10| Ajay" as the header with "10" being one of the field name. As Avro field names must begin with an alphabet or "_", it is failing. ---------------------------------------------------------------- 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]
