Here's my issue with unsigned integers in our source database (MySQL RDS):
I use AWS DMS to do an initial load of the source table and the target is S3 (our Zone1 of our data lake) saved as parquet. I can then crawl it with Glue and query the table in Athena. All good here
I then created a Glue job to read that Zone1 data catalog and output to another bucket in S3 (our Zone2). However, the Glue job fails with: Parquet type not supported: INT64 (UINT_64)
Does anyone have a workaround that I can put into the Glue job to 'cast' this data type to something else?