Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
While using AUTO LOADER, you observe that most columns are inferred as string data types, even those meant to be integers. How can this issue be resolved?
A
Update the checkpoint location to enforce correct data types.
B
Provide the schema of the target table in the cloudfiles.schemalocation.
C
Correct the incoming data by explicitly casting the data types.
D
Provide schema hints to specify the expected data types for certain columns.
E
Provide the schema of the source table in the cloudfiles.schemalocation.