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.

profile picture
Smotrov
asked 21 days ago66 views
1 Answer
2
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

answered 21 days ago
profile picture
EXPERT
reviewed 21 days ago
profile picture
EXPERT
reviewed 21 days 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.

Guidelines for Answering Questions