Question
What is schema inference?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Automatically determining column types from input data
Explanation:
Spark can inspect data or file metadata to infer a schema.
Explicit schemas are often faster and more reliable for production.
Leave a Reply