Issue with Column Name Conflict While Importing .gz File into Spark DataFrame

Akshay_Petkar
Valued Contributor

I'm encountering an issue while importing a .gz file containing JSON data into a Spark DataFrame in Databricks. The error indicates a column name conflict. Could you please advise on how to resolve this issue and handle duplicate column names during import?

Akshay Petkar