Open
Description
I had run same SQL use spark-3.3, the only difference is data source,one is hive and another is iceberg。The web UI show that, however, iceberg read all table (e.g, 1.1TB), but hive read much less than iceberg (e.g, 40GB). I guess the reason is hive can prune data through the predicate pushdown and iceberg don't support it, is this right?