hive
hive copied to clipboard
bug fix : hive 0.11 inner join bug fix
I think it is apache hive 0.11 bug. When I try to query with inner join and no table alias, Hive 0.11 recognized 'INNER' as table alias. It is not amp lab hive bug. But for shark, it need to be fixed.
sample query is like : select foo.* from foo inner join bar on (foo.f = bar.b)