Open bluzy opened 11 months ago
I guess nested column seems to be cause. When I tested with 1-depth partition column, then the problem is not occured.
This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.
Apache Iceberg version
1.3.1
Query engine
Hive
Please describe the bug 🐞
I have a question when querying a partitioned table in Hive.
I have hourly partitioned table with Timestamp column. When I query to the table, I am getting OOM error.
The range is small, size of data files in the range is about just 200mb. So I am suspecting that partition pruning is not working, and full scan is occurring.
The hive error log seems to be related:
And query plan
I'm using these versions.
Hadoop 3.1.2 Hive 3.1.0 Tez 0.10.1