[ https://issues.apache.org/jira/browse/HIVE-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13026033#comment-13026033 ]
Thomas Lento commented on HIVE-1731: ------------------------------------ I ran this: [Wed Apr 27 14:58:42 tlento@dev1158] hive -e "select _c17, count(1) from tmp_tl_foo group by _c17" I got this: FAILED: Parse Error: line 1:11 mismatched input ',' expecting CharSetLiteral in character string literal The problem, of course, is that I needed to run this: [Wed Apr 27 14:58:59 tlento@dev1158] hive -e "select \`_c17\`, count(1) from tmp_tl_foo group by \`_c17\`" > Improve miscellaneous error messages > ------------------------------------ > > Key: HIVE-1731 > URL: https://issues.apache.org/jira/browse/HIVE-1731 > Project: Hive > Issue Type: Improvement > Components: Diagnosability, Query Processor > Reporter: John Sichi > > This is a place for accumulating error message improvements so that we can > update a bunch in batch. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira