sql - Hive Semantic Analyzer; Partition Table Function in Join Clause -


in hive semanticanalyzer code, inside processjoin function, while iterating on children of join node, there check partition table function.

if (child.gettoken().gettype() == hiveparser.tok_ptblfunction)  

my question is, how can child of join node tok_ptblfunction. mean hive supports functions (apart tables , subqueries) in join clause. of opinion not possible. if is, can please give me example query such condition.


Comments

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -