miklosgergely opened a new pull request #845: HIVE-22369 Handle 
HiveTableFunctionScan at return path
URL: https://github.com/apache/hive/pull/845
 
 
   The optimizedOptiqPlan at CalcitePlanner.getOptimizedHiveOPDag is ultimately 
generated by CalcitePlanner.internalGenSelectLogicalPlan, which may either 
provide a HiveProject or a HiveTableFunctionScan. When 
HiveCalciteUtil.getTopLevelSelect is invoked on this it is looking for a 
HiveProject node in the tree, which if won't find in case of a 
HiveTableFunctionScan was returned. This is why TestNewGetSplitsFormat is 
failing with return path.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to