ganathan opened a new issue, #4564: URL: https://github.com/apache/iceberg/issues/4564
I am getting the following error when attempting to perform a select statement using trino from an iceberg table created in Glue. "Query 20220414_160541_00007_h5c3z failed: Error reading tail from s3:///fund_perf_f/data/084faaf5/fund_perf_f/load_date=2022-01-31/1ccc2482-2274-46e2-a5c5-06b4a4c44a6b.gz.parquet with length 7757" When I checked the physical location of the file.. there is an empty folder in the path. s3:///fund_perf_f/data//084faaf5/fund_perf_f/load_date=2022-01-31/1ccc2482-2274-46e2-a5c5-06b4a4c44a6b.gz.parquet with length 7757 I have created the table using Athena console and also via a Glue pyspark job with the same end result. Could anyone help resolve this issue? Not sure if this an Apache Iceberg issue, or AWS issue or Trino issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
