Skip to content

AWS Athena Parquet file extension

0

Is there any way to configure AWS Athena to add proper file extension? Say CTAS query creates Parquet files but with no extension at all.

asked 2 years ago517 views
1 Answer
4
Accepted Answer

Hi,

This Explanation Give you an understand about your issue.

No, AWS Athena CTAS queries won't add file extensions to Parquet files. This is by design.

Actually,

=> Athena stores Parquet files without extensions internally in S3. => It can still efficiently read and process these files because it relies on metadata within the Parquet format to identify the file type.

Here's the simple answer with a reference link:

Athena stores Parquet files without extensions in S3. It relies on internal metadata for identification. Reference Link: https://docs.aws.amazon.com/athena/latest/ug/parquet-serde.html

EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago
EXPERT
reviewed 2 years ago
EXPERT
reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.