Skip to content

bug fix : hive 0.11 inner join bug fix#52

Open
i1befree wants to merge 5 commits intoamplab:shark-0.11from
i1befree:shark-0.11
Open

bug fix : hive 0.11 inner join bug fix#52
i1befree wants to merge 5 commits intoamplab:shark-0.11from
i1befree:shark-0.11

Conversation

@i1befree
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant