mirror of
https://github.com/apache/impala.git
synced 2026-01-06 06:01:03 -05:00
Fixes bug in Planner.createHashJoinFragment(), which didn't set the left child of the hj node to the output of the left child fragment. Also: row descriptor was set incorrectly (too wide; included tuples that weren't materialized) for roots of plan trees of non-root fragments if those fragments materialized an aggregate