Menu

#12 syntax checking for 'group by' clouse.

open
nobody
5
2014-08-16
2009-06-15
No

Query1:
SELECT c1, count(*) FROM test_table1 GROUP BY c1;

Query2:
SELECT c1, count(*) FROM test_table1 GROUPBY c1;

Query1 works fine. (there are no syntax errors) but Query2 returns 'MapReduce job failed' error. I think Query2 should return a syntax error before running M/R jobs.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.