pyspark SQL cannot resolve 'explode()' due to data type mismatch
Running Pyspark script getting the following error depending on which xml I query:cannot resolve 'explode(...)' due to data type mismatchThe pyspark code:from pyspark.sql import SparkSession JOB_NAME = "Complex file to delimeted files transformer" ...
- 5825 Views
- 1 replies
- 3 kudos
- 3 kudos
Running Pyspark script getting the following error depending on which xml I query:cannot resolve 'explode(...)' due to data type mismatchThe pyspark code:from pyspark.sql import SparkSession JOB_NAME = "Complex file to delimeted files transformer" ...
- 3 kudos