GitHub user sirpkt opened a pull request:
https://github.com/apache/tajo/pull/479
TAJO-1467: Parenthesis at the start of SQL query is ignored
Fix SimpleParser to accept a SQL query starts with '(' character.
Also fix SQLAnalyzer to handle non_join_query_primary properly as defined
in Tajo grammar.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sirpkt/tajo TAJO-1467
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/479.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 #479
----
commit 9531e49c43c71bb6fb514af58ffccd3456dc37fd
Author: Keuntae Park <[email protected]>
Date: 2015-03-30T03:58:37Z
Fix SimpleParser to accept the SQL query starts with '('
Also fix SQLAnalyzer to handle non_join_query_primary properly as defined
in Parser
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---