Databricks Certified Associate Developer for Apache Spark

Databricks Certified Associate Developer for Apache Spark

Get started today

Ultimate access to all questions.


Identify the error in the following code block intended to read JSON data from filePath into a DataFrame using the specified schema schema:

spark.read.schema("schema").format("json").load(filePath)





Comments

Loading comments...