You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by pkuwm <gi...@git.apache.org> on 2016/06/07 22:24:59 UTC

[GitHub] incubator-eagle issue #228: EAGLE-330 Fix Hive ql.Parser can't parser a hive...

Github user pkuwm commented on the issue:

    https://github.com/apache/incubator-eagle/pull/228
  
    The bug is due to an old-version hive's bug. If we use a query like this: "SELECT user, id FROM db.table", we would get exceptions. This bug was fixed in hive-1.3 and after https://issues.apache.org/jira/browse/HIVE-10731.
    We are using hive-1.2 in Eagle which has this kind of bug.
    The fix looks good to me. Tested on my local side. Thanks for fixing, @wangyum 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---