Dataframe write failing in Databricks with error ‘ValueError: can not serialize object larger than 2G’
I am trying to process and parse the data from xml file to delta table in azure databricks using python script.
I am trying to process and parse the data from xml file to delta table in azure databricks using python script.