<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 12: syntax checking for 'group by' clouse.</title><link href="https://sourceforge.net/p/cloudbase/bugs/12/" rel="alternate"/><link href="https://sourceforge.net/p/cloudbase/bugs/12/feed.atom" rel="self"/><id>https://sourceforge.net/p/cloudbase/bugs/12/</id><updated>2009-06-15T09:11:32Z</updated><subtitle>Recent changes to 12: syntax checking for 'group by' clouse.</subtitle><entry><title>syntax checking for 'group by' clouse.</title><link href="https://sourceforge.net/p/cloudbase/bugs/12/" rel="alternate"/><published>2009-06-15T09:11:32Z</published><updated>2009-06-15T09:11:32Z</updated><author><name>YoungWoo Kim</name><uri>https://sourceforge.net/u/warwithin/</uri></author><id>https://sourceforge.net982a979702d7efffd06f3eec8d263271e787a09b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Query1:&lt;br /&gt;
SELECT c1, count(*) FROM test_table1 GROUP BY c1;&lt;/p&gt;
&lt;p&gt;Query2:&lt;br /&gt;
SELECT c1, count(*) FROM test_table1 GROUPBY c1; &lt;/p&gt;
&lt;p&gt;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.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>