Athena unload lowercases all camelCase columns in parquet
I am using Athena UNLOAD query to unload results of SELECT in parquet format. I have columns in snake_case in Athena Table. So I did SELECT snake_case as snakeCase .. in my query.
The problem is I see all the Column in unload parquet files area lowercased. It seems ATHENA UNLOAD Command does not care about the case and lower case every column.