data-engineer video for consider the following scenario on Amazon S3: A folder INPUT-FOLDER1 has 10 files, 8 files with schema SCH_A and 2 files with schema
Consider the following scenario on Amazon S3: A folder INPUT-FOLDER1 has 10 files, 8 files with schema SCH_A and 2 files with schema SCH_B, and another folder INPUT-FOLDER2 has 10 files, 7 files with the schema SCH_A and 3 files with the schema SCH_B. The schemas are defined as follows: SCH_A: { "id": 1, "first_name": "John", "last_name": "Doe"} { "id": 2, "first_name": "Li", "last_name": "Juan"} SCH_B: {"city":"Dublin","country":"Ireland"} {"city":"Paris","country":"France"} What is the outcome, when the crawler crawls the Amazon Simple Storage Service (Amazon S3) path s3://INPUT-FOLDER1 and s3://INPUT-FOLDER2 separately?