🔥 3-day streak
AWS Certified Data Engineer - Associate39 / 159
Question 39 of 159

A data engineer is building an AWS Glue Spark ETL job that reads semi-structured JSON files from S3. The same field 'amount' appears as a string in some records and as a double in others, causing the job to fail when writing to a Parquet target with a fixed schema. The engineer wants to handle the ambiguous column so that all values are cast to a single numeric type without dropping records. Which approach best resolves this within the Glue job?

Reviewed for accuracy · Report an issueNext question