[ https://issues.apache.org/jira/browse/HIVE-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451927#comment-13451927 ]
Ajesh Kumar commented on HIVE-3141: ----------------------------------- Parsing is done in org.apache.hadoop.hive.ql.parse.HiveParser.java. But source code for this file is not available in hadoop distribution. Another option is to modify parse() method in ParseDriver.java to add extra verification for the syntax .All the services like cli,hiveserver uses this method for parsing. Let me know your comments. > Bug in SELECT query > ------------------- > > Key: HIVE-3141 > URL: https://issues.apache.org/jira/browse/HIVE-3141 > Project: Hive > Issue Type: Bug > Components: CLI > Affects Versions: 0.9.0 > Environment: OS: Ubuntu > Hive version: hive-0.7.1-cdh3u2 > Hadoop : hadoop-0.20.2 > Reporter: ASK > Priority: Minor > Labels: patch > Attachments: HIVE-3141.2.patch.txt, Hive_bug_3141_resolution.pdf, > select_syntax.q, select_syntax.q.out > > > When i try to execute select *(followed by any alphanumeric character) from > table , query is throwing some issues. It display the result for select * > It doesnot happen when only numbers follow the * -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira