How to cast a nested array in Glue job – Amazon Web Sevices
I have this schema in the AWS Glue job: root |-- SortedLenders: array | |-- element: struct | | |-- LenderID: string | | |-- MaxProfit: string |-- FilteredOutDecisions: array | |-- element: struct | | |-- ApprovedAmount: string |…