lrpt opened a new issue, #11394: URL: https://github.com/apache/iceberg/issues/11394
Hello everybody, I have a apache iceberg table in aws glue, this table is partitioned by string year-month. When I do a spark.sql("select count(1),partition_field from table group by partition_field"). Spark goes through every file and perform the count. Cant spark engine use just the metadata files as each underlying data file just contains data from one partition. (I dont have any delete file) Thanks. -- 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: issues-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org