Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
The column pruner is accessing RowResolver a lot of times, for things like reverseLookup, and get(alias, column).
These are not necessary - we should not need to translate an internal name to (alias, column) and then translate back. We should be able to use internal name from one operator to the other, using RowSchema.
Attachments
Issue Links
- relates to
-
HIVE-626 Typecast bug in Join operator
- Closed