Details
-
Bug
-
Status: Reopened
-
Minor
-
Resolution: Unresolved
-
1.2.0
-
None
-
None
Description
TezCompiler::runDynamicPartitionPruning() & ppr.PartitionPruner() calls the graph walker even if all tables provided to the optimizer are unpartitioned (or temporary) tables.
This makes it extremely slow as it will walk & inspect a large/complex FilterOperator later in the pipeline.
Attachments
Attachments
Issue Links
- is related to
-
HIVE-11315 Compilation performance issues for large queries
- Resolved