-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Labels
Description
Describe the problem you faced
- A clear and concise description of the problem.
- Was this working before or is this a first try?
- If this worked before, then what has changed that recently?
- Provide table DDLs and
EXPLAIN ANALYZE
for your Presto queries.
When using Presto iceberg connector and create a iceberg table with parquet format. After insert some data I checked the parquet data file metadata by parquet-tools inspect
and found that the created_by
field is empty.
Is this works as design?
This does not affect anything though, just other engines do write this field.
Such as Trino and Spark.
Environment Description
- Presto version used:
- Storage (HDFS/S3/GCS..):
- Data source and connectors or catalogs used:
- Deployment (Cloud or On-prem):
- Pastebin link to the complete debug logs:
Steps To Reproduce
Steps to reproduce the behavior:
1.
2.
3.
4.
Expected behavior
Additional context
Stacktrace
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
✅ Done
Status
✅ Done