Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
In probe we cannot currently support Key expressions (on the big table Side) as ORC CVs Probe directly the smalltable HT (there is no expr evaluation at that level).
TezCompiler should take this into account when picking MJs to push probe details, In this ticket we extend probedecode compiler logic to:
- Validate that MJ is a single Key join, where the bigTable keyCol is only a ExprNodeColumnDesc
- For the selected MJ use backtracking logic to find the orignal TS key it maps to (on the same vertex) - this actually revealed several missed or wrong optimizations (updated q outs)
- Finally, extend the optimization logic to check if there a type Cast between src and destination (as the types have to match in the probe case) and only use it on the LLAP mode for now
Attachments
Issue Links
- links to