Array object field ingestion using Parquet file
Team - I would like to quickly clarify on ingesting parquet file which has a object array over the target schema. We were trying to ingest parquest based file from S3 and schema has an object array which hold mutiple value for a single customer (holding information about preference on different category). However, data is being ingested except array object, should we use JSON format to ingest array object. Any leads or suggestion would be appreciate.
