[GitHub] incubator-eagle issue #230: EAGLE-333 Fix hive.ql.Parser can't parse complex...

2016-06-16 Thread yonzhang
Github user yonzhang commented on the issue: https://github.com/apache/incubator-eagle/pull/230 Please close this PR. This is merged into branch 0.4 https://github.com/apache/incubator-eagle/commit/11d4be769b9cc1decd97f9d18f96236afbf153bf --- If your project is set up for it, you

[GitHub] incubator-eagle issue #230: EAGLE-333 Fix hive.ql.Parser can't parse complex...

2016-06-08 Thread pkuwm
Github user pkuwm commented on the issue: https://github.com/apache/incubator-eagle/pull/230 Reviewed. This fix is for "distinct" which we did not support before. So add "TOK_FUNCTIONDI" in the parser to parse "distinct". Looks good to me. It can be merged. --- If your