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

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

GitHub user wangyum opened a pull request:

    https://github.com/apache/incubator-eagle/pull/228

    EAGLE-330 Fix Hive ql.Parser can't parser a hive query sql with keywords.

    [EAGLE-330](https://issues.apache.org/jira/browse/EAGLE-330):Fix Hive ql.Parser can't parser a hive query sql with keywords
    Updated Parser.java and TestParser.java

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/wangyum/incubator-eagle EAGLE-330

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-eagle/pull/228.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #228
    
----
commit 6a4301abc6a80fec61e4cfa513ffe578ba435f0a
Author: Yuming Wang <wg...@gmail.com>
Date:   2016-06-07T08:53:16Z

    Fix hive query sql with keywords.

----


---
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.
---

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

Posted by yonzhang <gi...@git.apache.org>.
Github user yonzhang commented on the issue:

    https://github.com/apache/incubator-eagle/pull/228
  
    merged into branch-0.4


---
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.
---

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

Posted by wangyum <gi...@git.apache.org>.
Github user wangyum closed the pull request at:

    https://github.com/apache/incubator-eagle/pull/228


---
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.
---

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

Posted by pkuwm <gi...@git.apache.org>.
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.
---